summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet1-2/+3
2025-09-04net: lockless sock_i_ino()Eric Dumazet1-4/+13
2025-07-15tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-24net: remove sock_i_uid()Eric Dumazet1-2/+0
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-2/+10
2025-06-18Merge branch 'io_uring-cmd-for-tx-timestamps'Jakub Kicinski1-0/+4
2025-06-18net: timestamp: add helper returning skb's tx tstampPavel Begunkov1-0/+4
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-06-11net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-11net: remove unused sock_enable_timestampsWillem de Bruijn1-1/+0
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-1/+3
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima1-1/+15
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima1-1/+13
2025-05-23Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-0/+6
2025-05-21wifi: check if socket flags are validBert Karwatzki1-0/+6
2025-05-13net: devmem: Implement TX pathMina Almasry1-0/+1
2025-05-07Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-2/+0
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg1-2/+0
2025-04-18net: Delete the outer () duplicated of macro SOCK_SKB_CB_OFFSET definitionZijun Hu1-2/+2
2025-04-12net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-1/+0
2025-04-10net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-03-04sock: add sock_kmemdup helperGeliang Tang1-0/+2
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-0/+1
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+10
2025-02-21bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing1-0/+7
2025-02-21bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing1-0/+3
2025-02-20net: dismiss sk_forward_alloc_get()Paolo Abeni1-13/+0
2025-02-19net: initialize mark in sockcm_initWillem de Bruijn1-0/+1
2025-02-13net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni1-4/+5
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+7
2025-01-10Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner1-10/+7
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-10/+7
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-17sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-1/+3
2024-12-17sock: support SO_PRIORITY cmsgAnna Emese Nyiri1-1/+3
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+5
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+5
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+5
2024-10-15net: add skb_set_owner_edemux() helperEric Dumazet1-0/+9
2024-10-15net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet1-0/+10
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-10-09net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing1-2/+0
2024-10-05net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-9/+18
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-0/+7
2024-09-12tcp: RX path for devmem TCPMina Almasry1-0/+2