summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-6/+4
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-7/+10
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-3/+4
|\
| * sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+6
|\|
| * sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-0/+6
* | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+5
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-0/+1
|\
| * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-271-0/+1
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-6/+0
* | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+4
* | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+1
|/
* rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-071-5/+13
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-291-0/+4
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-091-1/+1
* net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-1/+1
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+13
|\
| * dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-0/+13
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-28/+0
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-1/+6
|/
* net: simplify sk_page_fragBenjamin Coddington2022-12-191-7/+2
* net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-2/+9
* net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+1
|\
| * l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+7
|\|
| * net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-281-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-1/+1
|\|
| * net-memcg: avoid stalls when under memory pressureJakub Kicinski2022-10-241-1/+1
* | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-1/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui2022-09-261-5/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-0/+9
|\
| * bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau2022-09-021-0/+2
| * bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau2022-08-181-0/+2
| * bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau2022-08-181-0/+2
| * bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-08-181-0/+3
* | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-0/+14
* | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-0/+25
|/
* net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-101-20/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-4/+4
|\
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\|
| * net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-081-1/+1
* | net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNKPaolo Abeni2022-07-011-5/+0
* | net: helper function skb_len_addRichard Gobert2022-06-241-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-161-14/+0
|\|