summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-38/+55
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-16402/+9399
2025-05-28SUNRPC: Remove dead code from xs_tcp_tls_setup_socket()Chuck Lever-11/+0
2025-05-28SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever-0/+5
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-93/+74
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-17/+45
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo-1/+1
2025-05-28calipso: Don't call calipso functions for AF_INET sk.Kuniyuki Iwashima-0/+3
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela-1/+8
2025-05-27net: devmem: preserve sockc_errMina Almasry-14/+10
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry-8/+10
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig-2/+2
2025-05-27net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATORSaeed Mahameed-1/+1
2025-05-27tipc: use kfree_sensitive() for aead cleanupZilin Guan-1/+1
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+8
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh-2/+1
2025-05-27af_packet: move notifier's packet_dev_mc out of rcu critical sectionStanislav Fomichev-5/+17
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj-21/+35
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj-1/+3
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook-4/+7
2025-05-27rtnetlink: do_setlink: Use struct sockaddr_storageKees Cook-15/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-5/+6
2025-05-27ieee802154: Use struct sockaddr_storage with dev_set_mac_address()Kees Cook-4/+4
2025-05-27net/ncsi: Use struct sockaddr_storage for pending_macKees Cook-11/+11
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook-8/+8
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook-4/+4
2025-05-26replace strncpy with strscpy_padBaris Can Goral-4/+2
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+41
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+85
2025-05-26vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella-10/+16
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-170/+541
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-51/+96
2025-05-26net: mctp: use nlmsg_payload() for netlink message data extractionJeremy Kerr-3/+6
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+6
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan-2/+2
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev-1/+2
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter-0/+62
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter-16/+15
2025-05-23netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()Phil Sutter-9/+7
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter-18/+48
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter-26/+46
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter-9/+60
2025-05-23netfilter: nf_tables: Prepare for handling NETDEV_REGISTER eventsPhil Sutter-14/+24
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter-62/+133
2025-05-23netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()Phil Sutter-11/+9
2025-05-23netfilter: nf_tables: Introduce nft_register_flowtable_ops()Phil Sutter-11/+21
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter-5/+26
2025-05-23netfilter: nf_tables: Introduce functions freeing nft_hook objectsPhil Sutter-14/+24
2025-05-23netfilter: nf_tables: add packets conntrack state to debug trace infoFlorian Westphal-1/+53