summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-22rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Factorise do_setlink() path from __rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call validate_linkmsg() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.Kuniyuki Iwashima
2024-10-219p: fix slab cache name creation for realLinus Torvalds
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-10-21netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-20Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17net: dsa: remove dsa_port_phylink_mac_select_pcs()Russell King (Oracle)
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-17netfilter: bpf: must hold reference on net namespaceFlorian Westphal
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-10-17mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)
2024-10-17ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-10-16bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-10-15rtnetlink: Remove rtnl_register() and rtnl_register_module().Kuniyuki Iwashima
2024-10-15can: gw: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15dcb: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15net: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15neighbour: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15rtnetlink: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15rtnetlink: Panic when __rtnl_register_many() fails for builtin callers.Kuniyuki Iwashima
2024-10-15Revert "net: do not leave a dangling sk pointer, when socket creation fails"Ignat Korchagin
2024-10-15net: warn, if pf->create does not clear sock->sk on errorIgnat Korchagin
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-10-15net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin
2024-10-15net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin
2024-10-15net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin
2024-10-15Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin
2024-10-15Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin
2024-10-15af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin
2024-10-15net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-10-15neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima