summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-04-28net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pidChristian Brauner
2025-04-17net, pidfd: report EINVAL for ESRCHChristian Brauner
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet
2025-03-03sock: add sock_kmemdup helperGeliang Tang
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng
2024-10-15Revert "net: do not leave a dangling sk pointer, when socket creation fails"Ignat Korchagin
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-08-26net: Correct spelling in net/coreSimon Horman
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-20net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski