summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-05-22dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet
2026-05-22rtnetlink: do not use RTNL in rtnl_af_register() and rtnl_af_unregister()Eric Dumazet
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet
2026-05-21net: gro: don't merge zcopy skbsSabrina Dubroca
2026-05-21netpoll: normalize skb->dev to the netpoll deviceZhang Cen
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-20net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier
2026-05-20bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang
2026-05-18net: devmem: support TX over NETMEM_TX_NO_DMA devicesBobby Eshleman
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman
2026-05-14net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-14bridge: uapi: Add neigh_forward_grat netlink attributesDanielle Ratson
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-05-13net: net_failover: Fix the deadlock in slave registerFaicker Mo
2026-05-13netconsole: move find_skb() from netpollBreno Leitao
2026-05-13netpoll: rename and export netpoll_zap_completion_queue()Breno Leitao
2026-05-13netconsole: move netpoll_udp_checksum() from netpollBreno Leitao
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-05-13netpoll: expose UDP packet builder helpers for netconsoleBreno Leitao
2026-05-12net: constify sk_skb_reason_drop() sock parameterEric Dumazet
2026-05-12rtnetlink: add RTEXT_FILTER_NAME_ONLY supportEric Dumazet
2026-05-11net/sched: add const qualifiers to gnet_stats helpersEric Dumazet
2026-05-11net/sched: add READ_ONCE() in gnet_stats_add_queue[_cpu]Eric Dumazet
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-08net: Do not unconditionally turn on carrier when turning off protodownIdo Schimmel
2026-05-08net: Set dev->proto_down before changing carrier stateIdo Schimmel
2026-05-08net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea
2026-05-08net: page_pool: support dumping pps of a specific ifindex via NetlinkJakub Kicinski
2026-05-08bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima
2026-05-08bpf: tcp: Fix type confusion in sol_tcp_sockopt().Kuniyuki Iwashima
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().Kuniyuki Iwashima
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().Kuniyuki Iwashima
2026-05-08bpf: tcp: Fix type confusion in bpf_tcp_sock().Kuniyuki Iwashima
2026-05-04net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet
2026-05-04netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
2026-05-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-04-29page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi