summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
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
2025-05-23netfilter: conntrack: make nf_conntrack_id callable without a module dependencyFlorian Westphal-0/+6
2025-05-23netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior-4/+18
2025-05-23netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctxSebastian Andrzej Siewior-3/+15
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior-11/+8
2025-05-23netfilter: nft_tunnel: fix geneve_opt dumpFernando Fernandez Mancera-4/+4
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal-5/+10
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima-2/+34
2025-05-23af_unix: Inherit sk_flags at connect().Kuniyuki Iwashima-6/+6
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima-52/+39
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima-0/+18
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima-0/+5
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima-0/+123
2025-05-23af_unix: Don't pass struct socket to maybe_add_creds().Kuniyuki Iwashima-11/+12
2025-05-23af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.Kuniyuki Iwashima-22/+15
2025-05-22bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen-0/+8
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-11/+32
2025-05-22Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-66/+403
2025-05-22Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()Dmitry Antipov-1/+1