index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
1
-1
/
+3
2023-03-11
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-1
/
+8
2023-03-11
net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
Kuniyuki Iwashima
1
-1
/
+0
2023-01-24
net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
Daniil Tatianin
1
-1
/
+2
2023-01-18
bpf: pull before calling skb_postpull_rcsum()
Jakub Kicinski
1
-2
/
+5
2023-01-18
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
1
-0
/
+4
2023-01-18
net: stream: purge sk_error_queue in sk_stream_kill_queues()
Eric Dumazet
1
-0
/
+6
2023-01-18
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2022-11-25
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
1
-17
/
+19
2022-11-10
net, neigh: Fix null-ptr-deref in neigh_table_clear()
Chen Zhongjin
1
-1
/
+1
2022-10-26
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
1
-1
/
+2
2022-09-05
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-2
/
+8
2022-09-05
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
1
-8
/
+17
2022-09-05
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2
-7
/
+10
2022-07-07
net: Rename and export copy_skb_header
Ilya Lesokhin
1
-4
/
+5
2022-06-06
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
1
-2
/
+2
2022-06-06
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-2
/
+2
2022-05-18
tcp: resalt the secret every 10 seconds
Eric Dumazet
1
-3
/
+9
2022-03-28
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
1
-3
/
+0
2022-03-16
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
1
-1
/
+1
2022-03-02
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
1
-2
/
+2
2022-02-23
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
Eric Dumazet
1
-2
/
+9
2022-02-08
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
1
-2
/
+4
2022-02-08
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
1
-2
/
+9
2022-02-08
net-procfs: show net devices bound packet types
Jianguo Wu
1
-3
/
+32
2022-02-08
net: fix information leakage in /proc/net/ptype
Congyu Liu
1
-1
/
+2
2022-01-27
netns: add schedule point in ops_exit_list()
Eric Dumazet
1
-1
/
+3
2022-01-27
bpf: Do not WARN in bpf_warn_invalid_xdp_action()
Paolo Abeni
1
-3
/
+3
2021-12-14
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-1
/
+1
2021-11-26
net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
Jakub Kicinski
1
-3
/
+0
2021-11-26
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+1
2021-10-17
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-6
/
+26
2021-09-22
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
1
-4
/
+8
2021-09-22
netns: protect netns ID lookups with RCU
Guillaume Nault
1
-8
/
+10
2021-08-08
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-08-04
gro: ensure frag0 meets IP header alignment
Eric Dumazet
1
-1
/
+2
2021-08-04
net: annotate data race around sk_ll_usec
Eric Dumazet
1
-1
/
+1
2021-07-20
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
2021-06-30
rtnetlink: Fix regression in bridge VLAN configuration
Ido Schimmel
1
-3
/
+5
2021-06-30
fib: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-06-30
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
1
-1
/
+3
2021-06-03
bpf: Set mac_len in bpf_skb_change_head
Jussi Maki
1
-0
/
+1
2021-04-28
neighbour: Disregard DEAD dst in neigh_update
Tong Zhu
1
-1
/
+1
2021-04-07
bpf: Remove MTU check in __bpf_skb_max_len
Jesper Dangaard Brouer
1
-7
/
+4
2021-03-30
can: dev: Move device back to init netns on owning netns delete
Martin Willi
1
-1
/
+1
[next]