summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
7 daysinet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2025-08-20net: better track kernel sockets lifetimeEric Dumazet1-0/+1
2025-06-19net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
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-05net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-09-12tcp: RX path for devmem TCPMina Almasry1-0/+2
2024-08-26net: Correct spelling in headersSimon Horman1-2/+2
2024-06-25net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior1-0/+5
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet1-10/+3
2024-05-14net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-3/+9
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-78/+0
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+20
2024-04-24net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+1
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-0/+6
2024-03-26tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+7
2024-03-08net: introduce include/net/rps.hEric Dumazet1-35/+0
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet1-47/+61
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-25/+0
2024-01-24tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima1-25/+0
2024-01-21udp: fix busy pollingEric Dumazet1-1/+17
2023-12-29net: sock: remove excess structure-member documentationJonathan Corbet1-2/+0
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov1-13/+0
2023-12-23tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima1-4/+0
2023-12-23tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-10/+0
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+5
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-1/+0
2023-12-14bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-10-20net/socket: Break down __sys_getsockoptBreno Leitao1-2/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao1-0/+2
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-6/+4
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-1/+1
2023-09-12net: sock_release_ownership() cleanupEric Dumazet1-5/+4
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-7/+10
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+9
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-08-19sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6