summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-1/+5
2025-03-03sock: add sock_kmemdup helperGeliang Tang1-0/+16
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2025-02-21net: better track kernel sockets lifetimeEric Dumazet1-5/+22
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+14
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing1-0/+14
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni1-1/+1
2025-02-17net: use napi_id_valid helperStefano Jordhani1-1/+1
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni1-0/+1
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+8
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri1-0/+7
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri1-3/+8
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+24
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
2024-10-23net: use sock_valbool_flag() only in __sock_set_timestamps()Yajun Deng1-5/+2
2024-10-15Revert "net: do not leave a dangling sk pointer, when socket creation fails"Ignat Korchagin1-3/+0
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet1-6/+3
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing1-2/+0
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-0/+13
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+68
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner1-1/+1
2024-08-26net: Correct spelling in net/coreSimon Horman1-3/+3
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-06-20net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin1-0/+3
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan1-0/+16
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao1-12/+6
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao1-1/+0
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet1-1/+0
2024-04-30net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+2
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-4/+4
2024-03-25net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-03-05sock: Use unsafe_memcpy() for sock_copy()Kees Cook1-2/+3
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-0/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+11
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet1-12/+11
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet1-0/+62
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+12
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima1-2/+12
2024-01-21udp: fix busy pollingEric Dumazet1-2/+9
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-8/+2