summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorLines
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima-2/+38
2025-03-03sock: add sock_kmemdup helperGeliang Tang-0/+2
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2025-02-21net: better track kernel sockets lifetimeEric Dumazet-0/+1
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+10
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing-0/+7
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing-0/+3
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni-13/+0
2025-02-18net: initialize mark in sockcm_initWillem de Bruijn-0/+1
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni-4/+5
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+7
2025-01-10Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner-10/+7
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov-10/+7
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang-2/+8
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri-1/+3
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri-1/+3
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+5
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+5
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj-0/+5
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet-0/+9
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet-0/+10
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing-2/+0
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva-0/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko-9/+18
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko-0/+7
2024-09-11tcp: RX path for devmem TCPMina Almasry-0/+2
2024-08-26net: Correct spelling in headersSimon Horman-2/+2
2024-06-24net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior-0/+5
2024-06-06net: use unrcu_pointer() helperEric Dumazet-1/+1
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet-10/+3
2024-05-13net: pass back whether socket was empty post acceptJens Axboe-0/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe-3/+9
2024-04-30net: add <net/proto_memory.h>Eric Dumazet-78/+0
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+20
2024-04-23net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet-18/+20
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski-3/+1
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-0/+6
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet-0/+7
2024-03-07net: introduce include/net/rps.hEric Dumazet-35/+0
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li-2/+3
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet-47/+61
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-25/+0
2024-01-23tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima-25/+0
2024-01-21udp: fix busy pollingEric Dumazet-1/+17
2023-12-29net: sock: remove excess structure-member documentationJonathan Corbet-2/+0
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov-13/+0
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima-4/+0
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima-10/+0