summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
6 daysnet: net_failover: Fix the deadlock in slave registerFaicker Mo
6 daysnet: export netif_open for self_test usageMike Marciniszyn (Meta)
6 daysbpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-19netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski
2026-06-19net: add pskb_may_pull() to skb_gro_receive_list()HanQuan
2026-06-19tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-19net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-19bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima
2026-06-09net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-06-09bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-06-09net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-06-09net: Avoid checksumming unreadable skb tail on trimBjörn Töpel
2026-06-01net: gro: don't merge zcopy skbsSabrina Dubroca
2026-06-01bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang
2026-06-01net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea
2026-06-01net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
2026-05-23page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar
2026-05-23netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-05-23neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-05-23tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-05-23bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-05-23net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen
2026-05-23net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko
2026-05-23bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen
2026-05-23net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet
2026-05-23net: qdisc_pkt_len_segs_init() cleanupEric Dumazet
2026-05-23net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet
2026-05-14netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
2026-05-14net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-14flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-07net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski
2026-04-06net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen
2026-04-03rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-01bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-03-24rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-03-20rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2026-03-20rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski