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
4 days
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-27
/
+81
5 days
bpf: Free reuseport cBPF prog after RCU grace period.
Kuniyuki Iwashima
1
-3
/
+12
5 days
bpf: tcp: Fix type confusion in sol_tcp_sockopt().
Kuniyuki Iwashima
1
-1
/
+1
5 days
bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().
Kuniyuki Iwashima
1
-1
/
+1
5 days
bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().
Kuniyuki Iwashima
1
-1
/
+1
5 days
bpf: tcp: Fix type confusion in bpf_tcp_sock().
Kuniyuki Iwashima
1
-1
/
+1
9 days
net: prevent possible UAF in rtnl_prop_list_size()
Eric Dumazet
1
-1
/
+1
9 days
netpoll: pass buffer size to egress_dev() to avoid MAC truncation
Breno Leitao
1
-10
/
+13
12 days
net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...
Kai Zen
1
-0
/
+1
14 days
page_pool: fix memory-provider leak in page_pool_create_percpu() error path
Hasan Basbunar
1
-5
/
+5
2026-04-29
net: add net_iov_init() and use it to initialize ->page_type
Jakub Kicinski
1
-2
/
+1
2026-04-27
netpoll: fix IPv6 local-address corruption
Breno Leitao
1
-1
/
+18
2026-04-27
neigh: let neigh_xmit take skb ownership
Florian Westphal
1
-5
/
+5
2026-04-24
bpf: Fix sk_local_storage diag dumping uninitialized special fields
Amery Hung
1
-0
/
+1
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+0
2026-04-23
bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()
Weiming Shi
1
-0
/
+2
2026-04-23
sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().
Kuniyuki Iwashima
1
-14
/
+25
2026-04-23
bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
Weiming Shi
1
-6
/
+7
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
9
-67
/
+801
2026-04-23
net: remove unused ATM protocols and legacy ATM device drivers
Jakub Kicinski
1
-7
/
+0
2026-04-22
bpf: Reject TCP_NODELAY in bpf-tcp-cc
KaFai Wan
1
-0
/
+24
2026-04-22
bpf: Reject TCP_NODELAY in TCP header option callbacks
KaFai Wan
1
-0
/
+6
2026-04-21
net: warn ops-locked drivers still using ndo_set_rx_mode
Stanislav Fomichev
2
-1
/
+7
2026-04-21
net: move promiscuity handling into netdev_rx_mode_work
Stanislav Fomichev
2
-34
/
+64
2026-04-21
net: cache snapshot entries for ndo_set_rx_mode_async
Stanislav Fomichev
3
-37
/
+92
2026-04-21
net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
Stanislav Fomichev
6
-43
/
+222
2026-04-21
net: add address list snapshot and reconciliation infrastructure
Stanislav Fomichev
3
-3
/
+470
2026-04-20
flow_dissector: do not dissect PPPoE PFC frames
Qingfang Deng
1
-8
/
+5
2026-04-18
tcp: annotate data-races around tp->snd_ssthresh
Eric Dumazet
1
-1
/
+1
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-3
/
+3
2026-04-16
bpf: Fix precedence bug in convert_bpf_ld_abs alignment check
Daniel Borkmann
1
-1
/
+1
2026-04-15
bpf, sockmap: Annotate af_unix sock:: Sk_state data-races
Michal Luczaj
1
-2
/
+2
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-15
/
+32
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
24
-441
/
+1255
2026-04-14
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
1
-13
/
+10
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2026-04-14
net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
Jiayuan Chen
1
-0
/
+2
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
1
-0
/
+9
2026-04-12
net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...
Konstantin Khorenko
1
-1
/
+1
2026-04-12
net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL
Konstantin Khorenko
1
-3
/
+1
2026-04-12
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
2
-35
/
+24
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
2
-19
/
+17
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
1
-2
/
+2
2026-04-12
net: always set reason in sk_filter_trim_cap()
Eric Dumazet
1
-3
/
+2
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
1
-14
/
+6
2026-04-12
bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
Jiayuan Chen
1
-2
/
+4
2026-04-12
net: tso: Introduce tso_dma_map and helpers
Joe Damato
1
-0
/
+269
2026-04-12
net: skb: clean up dead code after skb_kfree_head() simplification
Jiayuan Chen
1
-24
/
+9
2026-04-12
net: Rename ifq_idx to rxq_idx in netif_mp_* helpers
Daniel Borkmann
1
-13
/
+13
2026-04-12
net: fix reference tracker mismanagement in netdev_put_lock()
Jakub Kicinski
2
-12
/
+12
[next]