summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann
2025-11-06net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle
2025-11-06devlink: Add new "max_mac_per_vf" generic device paramMohammad Heib
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing
2025-11-04mptcp: pm: in kernel: only use fullmesh endp if anyMatthieu Baerts (NGI0)
2025-11-04mptcp: pm: in-kernel: record fullmesh endp nbMatthieu Baerts (NGI0)
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing
2025-11-04net/dns_resolver: use credential guards in dns_query()Christian Brauner
2025-11-04unix: don't copy credsChristian Brauner
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-11-03mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima
2025-11-03mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima
2025-11-03mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima
2025-11-03mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima
2025-11-03mpls: Add mpls_route_input().Kuniyuki Iwashima
2025-11-03mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima
2025-11-03mpls: Add mpls_dev_rcu().Kuniyuki Iwashima
2025-11-03mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().Kuniyuki Iwashima
2025-11-03mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima
2025-11-03mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima
2025-11-03mpls: Return early in mpls_label_ok().Kuniyuki Iwashima
2025-11-03sctp: make sctp_transport_init() voidHuiwen He
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner
2025-11-039p: convert to the new mount APIEric Sandeen
2025-11-03net/9p: move structures and macros to header filesEric Sandeen
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre