index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-05
bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie
Luxiao Xu
1
-2
/
+2
2026-07-30
net: devmem: prevent net-iov / page mixing
Pavel Begunkov
1
-0
/
+3
2026-07-28
bpf: lwt: Fix dst reference leak on reroute failure
Xuanqiang Luo
1
-1
/
+3
2026-07-24
veth: convert frag_list skbs before running XDP
Matt Fleming
1
-6
/
+12
2026-07-24
net: pktgen: fix proc entry use-after-free
Chengfeng Ye
1
-3
/
+1
2026-07-23
Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-23
/
+26
2026-07-23
drop_monitor: perform u64_stats updates under IRQ-disabled section
Eric Dumazet
1
-2
/
+2
2026-07-23
drop_monitor: fix size calculations for 64-bit attributes
Eric Dumazet
1
-3
/
+3
2026-07-23
net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD
Yehyeong Lee
1
-6
/
+2
2026-07-21
net: Call net_enable_timestamp() before failure in sk_clone().
Kuniyuki Iwashima
1
-3
/
+3
2026-07-21
soreuseport: Clear sk_reuseport_cb before failure in sk_clone().
Kuniyuki Iwashima
1
-2
/
+2
2026-07-21
net: gro: fix double aggregation of flush-marked skbs
Shiming Cheng
1
-1
/
+3
2026-07-20
bpf: Reject redirect helpers without a bpf_net_context
Daniel Borkmann
1
-6
/
+11
2026-07-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-2
/
+5
2026-07-15
bpf, sockmap: Reject unhashed UDP sockets on sockmap update
Michal Luczaj
1
-0
/
+2
2026-07-11
Merge tag 'ipsec-2026-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-2
/
+8
2026-07-09
bpf: Fix UAF in sock clone early bailouts
Matt Bobrowski
2
-2
/
+3
2026-07-02
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+20
2026-07-02
Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-8
/
+1
2026-06-27
netpoll: fix a use-after-free on shutdown path
Breno Leitao
1
-8
/
+1
2026-06-26
xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()
Petr Wozniak
1
-2
/
+8
2026-06-25
bpf, sockmap: reject a packet-modifying SK_SKB stream parser
Sechang Lim
1
-0
/
+20
2026-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-2
/
+2
2026-06-25
Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
10
-80
/
+206
2026-06-25
vlan: defer real device state propagation to netdev_work
Jakub Kicinski
1
-0
/
+1
2026-06-25
net: add the driver-facing netdev_work scheduling API
Jakub Kicinski
1
-18
/
+63
2026-06-25
net: turn the rx_mode work into a generic netdev_work facility
Jakub Kicinski
5
-76
/
+132
2026-06-23
net: lwtunnel: Drop skb metadata before LWT encapsulation
Jakub Sitnicki
1
-0
/
+6
2026-06-23
net, bpf: check master for NULL in xdp_master_redirect()
Xiang Mei
1
-1
/
+1
2026-06-21
bpf: zero-initialize the fib lookup flow struct
Avinash Duduskar
1
-2
/
+2
2026-06-18
flow_dissector: check device type before reading ETH_ADDRS
Yun Zhou
1
-2
/
+10
2026-06-17
netdev-genl: report NAPI thread PID in the caller's pid namespace
Maoyi Xie
1
-1
/
+3
2026-06-17
net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
1
-0
/
+8
2026-06-17
Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2
-31
/
+98
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
27
-453
/
+532
2026-06-16
net: serialize netif_running() check in enqueue_to_backlog()
Eric Dumazet
1
-2
/
+4
2026-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-6
/
+40
2026-06-16
net: skmsg: preserve sg.copy across SG transforms
Yiming Qian
2
-0
/
+29
2026-06-16
tls: remove dead sockmap (psock) handling from the SW path
Jakub Kicinski
1
-49
/
+3
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-11
/
+13
2026-06-14
bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
Sechang Lim
1
-2
/
+2
2026-06-14
bpf, sockmap: keep sk_msg copy state in sync
Zhang Cen
1
-5
/
+83
2026-06-14
bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
Weiming Shi
1
-1
/
+1
2026-06-14
bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
Weiming Shi
1
-0
/
+3
2026-06-14
bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socket
Leon Hwang
1
-1
/
+14
[next]