summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-30tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-5/+15
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-04-15net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+3
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+4
2020-07-01net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+5
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-1/+1
2018-07-30net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig1-3/+2
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-5/+6
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-0/+6
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-1/+2
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+10
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar1-0/+10
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+28
2018-07-02net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar1-3/+11
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+23
2018-05-26net: remove sock_no_pollChristoph Hellwig1-2/+0
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-2/+2
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin1-0/+21
2018-04-06slab: make usercopy region 32-bitAlexey Dobriyan1-2/+2
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+3
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-1/+1
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+4
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long1-0/+1
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet1-9/+0
2018-02-21tcp: switch to GSO being always onEric Dumazet1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-1/+1
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-25/+32
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-18lockdep: Convert some users to constMatthew Wilcox1-3/+1