index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
net: Guard for gso_segs overflow in skb_segment
Alice Mikityanska
1
-1
/
+2
9 days
net: fix a resource leak in copy_net_ns() error handling path
Tetsuo Handa
1
-12
/
+9
9 days
net: core: fix head-page leak in skb_zerocopy
Mina Almasry
1
-2
/
+2
9 days
net: core: check skb_frags_readable before uncloning in skb_copy_ubufs
Mina Almasry
1
-3
/
+3
9 days
net: skbuff: don't touch shared zerocopy state in skb_tx_error()
Norbert Szetei
1
-1
/
+4
9 days
net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()
Norbert Szetei
1
-1
/
+0
12 days
net: page_pool: Remove zone/policy GFP flags when allocating XArray entries
Rong Zhang
1
-0
/
+7
12 days
xdp: fix zero-copy frame layout
Weiming Shi
1
-2
/
+2
14 days
net: core: propagate unreadable flag in skb_zerocopy
Mina Almasry
1
-1
/
+12
14 days
net: add missing ref_tracker_dir_exit() to net_passive_dec()
Tetsuo Handa
1
-0
/
+4
14 days
Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
20
-487
/
+592
2026-08-20
Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
5
-138
/
+722
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-59
/
+67
2026-08-18
net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()
Tetsuo Handa
1
-0
/
+1
2026-08-18
net: af_unix: useful handling of LSM denials on SCM_RIGHTS
Jori Koolstra
1
-5
/
+33
2026-08-18
net: scm: move scm_detach_fds() from common path to scm_recv_unix()
Jori Koolstra
1
-3
/
+3
2026-08-17
net: pktgen: use a consistent flow count
Qi Zhang
1
-11
/
+14
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_map
Eric Dumazet
1
-2
/
+4
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tc
Eric Dumazet
2
-13
/
+14
2026-08-17
net: prevent torn reads in netdev_tc_txq
Eric Dumazet
1
-13
/
+33
2026-08-17
bpf, xdp: move offload check into dev_xdp_install()
Jiayuan Chen
1
-28
/
+31
2026-08-17
bpf: Clear decap state on skb_adjust_room shrink path
Nick Hudson
1
-0
/
+39
2026-08-17
bpf: Allow new DECAP flags and add guard rails
Nick Hudson
1
-1
/
+43
2026-08-17
bpf: Refactor masks for ADJ_ROOM flags and encap validation
Nick Hudson
1
-17
/
+21
2026-08-17
bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks
Junseo Lim
1
-4
/
+0
2026-08-17
lwt_bpf: Restore reserved headroom after xmit program
Junseo Lim
1
-6
/
+9
2026-08-17
bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
Michal Luczaj
1
-4
/
+4
2026-08-17
bpf: Extract shared reqsk-to-listener upgrade
Michal Luczaj
1
-36
/
+26
2026-08-16
bpf: Add ksock kfuncs
Mahe Tardy
2
-0
/
+331
2026-08-14
Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-11
/
+7
2026-08-14
net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race
Jijie Shao
1
-31
/
+35
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+10
2026-08-13
Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-4
/
+8
2026-08-13
net: Const qualify network templated ctl_tables Arrays
Joel Granados
1
-13
/
+25
2026-08-11
netdev: check for nla_put_u32() failures
Jakub Kicinski
1
-3
/
+9
2026-08-11
net: expect instance lock in netdev_queue_get_dma_dev()
Jakub Kicinski
1
-1
/
+1
2026-08-10
net: pass net_device_path_ctx to dev_fill_forward_path()
Lorenzo Bianconi
1
-11
/
+7
2026-08-08
net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf binding
Bobby Eshleman
5
-23
/
+57
2026-08-08
net: fix skb length accounting after generic XDP frag adjustment
Sun Jian
1
-3
/
+7
2026-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7
Daniel Borkmann
12
-14
/
+56
2026-08-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-2
/
+2
2026-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-2
/
+38
2026-08-06
net: avoid theoretical races with ref drain
Jakub Kicinski
3
-0
/
+18
2026-08-06
net: Defer netdev KOBJ_ADD uevent until the device is published
Dragos Tatulea
3
-0
/
+16
2026-08-06
xdp: reject clones that overrun skb_shared_info tailroom
Zhiling Zou
1
-1
/
+1
2026-08-06
net: remove WARN_ON_ONCE() from sk_mc_loop()
Eric Dumazet
1
-1
/
+0
2026-08-06
rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFs
Artem Lytkin
1
-1
/
+21
2026-08-06
Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-9
/
+35
2026-08-05
bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie
Luxiao Xu
1
-2
/
+2
2026-08-05
net: failover: check register_netdevice_notifier() error in failover_init()
Minhong He
1
-3
/
+1
[next]