summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet1-2/+3
6 daysnet: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
6 daysnetpoll: normalize skb->dev to the netpoll deviceZhang Cen1-0/+2
7 daysnet: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim2-1/+12
7 daysnet: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier1-0/+11
7 daysbpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
13 daysnet: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
13 daysMerge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-10/+17
14 daysnet: net_failover: Fix the deadlock in slave registerFaicker Mo1-1/+5
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-27/+81
2026-05-09net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea1-9/+12
2026-05-08bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
2026-05-08bpf: tcp: Fix type confusion in sol_tcp_sockopt().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_tcp_sock().Kuniyuki Iwashima1-1/+1
2026-05-05net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet1-1/+1
2026-05-05netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao1-10/+13
2026-05-02net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-04-30page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar1-5/+5
2026-04-30net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski1-2/+1
2026-04-28netpoll: fix IPv6 local-address corruptionBreno Leitao1-1/+18
2026-04-28neigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung1-0/+1
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+0
2026-04-24bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi1-0/+2
2026-04-24sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().Kuniyuki Iwashima1-14/+25
2026-04-24bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi1-6/+7
2026-04-24Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-67/+801
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski1-7/+0
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan1-0/+24
2026-04-22bpf: Reject TCP_NODELAY in TCP header option callbacksKaFai Wan1-0/+6
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev2-34/+64
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev3-37/+92
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev6-43/+222
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev3-3/+470
2026-04-20flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-1/+1
2026-04-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-3/+3
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
2026-04-16bpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+32
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-441/+1255
2026-04-15Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-13/+10
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2026-04-14net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+9
2026-04-13net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
2026-04-13net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1