aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet1-1/+1
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet1-4/+3
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-07psp: add stats from psp spec to driver facing apiJakub Kicinski2-2/+22
2025-11-07psp: report basic stats from the coreJakub Kicinski4-1/+98
2025-11-07tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet3-8/+28
2025-11-07strparser: Fix signed/unsigned mismatch bugNate Karstens1-1/+1
2025-11-07tcp: Remove timeout arg from reqsk_timeout().Kuniyuki Iwashima2-3/+4
2025-11-07tcp: Remove redundant init for req->num_timeout.Kuniyuki Iwashima1-2/+0
2025-11-07tcp: Remove timeout arg from reqsk_queue_hash_req().Kuniyuki Iwashima2-15/+10
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima4-5/+4
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann1-5/+1
2025-11-06net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle3-0/+125
2025-11-06devlink: Add new "max_mac_per_vf" generic device paramMohammad Heib1-0/+5
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg1-3/+11
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-74/+180
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-73/+178
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov3-2/+14
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov3-6/+8
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-41/+7
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior1-2/+2
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao1-5/+2
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook4-8/+8
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook1-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook22-57/+69
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook49-76/+80
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook53-78/+79
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing1-1/+0
2025-11-04mptcp: pm: in kernel: only use fullmesh endp if anyMatthieu Baerts (NGI0)1-7/+3
2025-11-04mptcp: pm: in-kernel: record fullmesh endp nbMatthieu Baerts (NGI0)3-3/+38
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno1-4/+11
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing2-10/+8
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing1-8/+4
2025-11-04net/dns_resolver: use credential guards in dns_query()Christian Brauner1-4/+2
2025-11-04unix: don't copy credsChristian Brauner1-13/+4
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel4-1/+342
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja3-11/+52
2025-11-03mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima1-3/+5
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima2-20/+42
2025-11-03mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima1-14/+30
2025-11-03mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima1-10/+16
2025-11-03mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima1-19/+13
2025-11-03mpls: Add mpls_route_input().Kuniyuki Iwashima1-10/+18
2025-11-03mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima2-6/+8
2025-11-03mpls: Add mpls_dev_rcu().Kuniyuki Iwashima3-7/+12
2025-11-03mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().Kuniyuki Iwashima3-10/+12
2025-11-03mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima1-8/+16
2025-11-03mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima2-19/+45