aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-03mpls: Return early in mpls_label_ok().Kuniyuki Iwashima1-6/+5
2025-11-03sctp: make sctp_transport_init() voidHuiwen He1-15/+6
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler1-0/+4
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov32-157/+301
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-1/+1
2025-11-039p: convert to the new mount APIEric Sandeen7-341/+42
2025-11-03net/9p: move structures and macros to header filesEric Sandeen3-47/+4
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet4-6/+6
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre6-2/+16
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+2
2025-10-31net: vlan: sync VLAN features with lower deviceHangbin Liu1-0/+2
2025-10-31net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski1-2/+8
2025-10-31Merge tag 'for-net-2025-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski2-3/+10
2025-10-31Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski6-33/+110
2025-10-31Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-3/+3
2025-10-31Bluetooth: hci_event: validate skb length for unknown CC opcodeRaphael Pinsonneault-Thibeault1-0/+7
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-94/+215
2025-10-30Merge tag 'nf-next-25-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski4-29/+24
2025-10-30Merge tag 'wireless-next-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski6-48/+195
2025-10-30net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefullyHalil Pasic3-24/+40