summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-021-1/+2
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-13/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+2
|\
| * txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-1/+2
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-3/+12
* | net: add support for ipv4 big tcpXin Long2023-02-011-12/+14
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+2
|/
* net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-0/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-4/+25
|\
| * net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-1/+8
| * soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-10-251-1/+1
| * net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-2/+2
| * net: add a refcount tracker for kernel socketsEric Dumazet2022-10-241-0/+14
* | lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-1/+2
|/
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-40/+94
|\
| * bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau2022-09-021-2/+2
| * bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-19/+24
| * net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau2022-09-021-3/+9
| * bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau2022-08-181-3/+3
| * bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau2022-08-181-13/+25
| * bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-08-181-3/+27
| * net: Add sk_setsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau2022-08-181-3/+10
* | net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-241-1/+1
* | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-241-3/+5
* | net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-4/+4
|/
* tls: rx: periodically flush socket backlogJakub Kicinski2022-07-061-0/+1
* tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-101-2/+0
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+4
* net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-8/+8
* net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet2022-06-091-1/+1
* net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet2022-05-161-4/+7
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-0/+14
* net: align SO_RCVMARK required privileges with SO_MARKEyal Birger2022-05-051-0/+6
* sock: optimise sock_def_write_space barriersPavel Begunkov2022-05-011-1/+25
* sock: optimise UDP sock_wfree() refcountingPavel Begunkov2022-05-011-0/+14
* sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov2022-05-011-3/+2
* net: inline sock_alloc_send_skbPavel Begunkov2022-04-301-7/+0
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-0/+7
* net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-3/+0
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+1
* net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong2022-04-111-6/+24
* net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-0/+2
* SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault2022-03-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-2/+2
|\
| * net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-2/+2
* | net: add sanity check in proto_register()Eric Dumazet2022-02-171-0/+4
* | net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski2022-02-011-1/+2
* | tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2022-01-311-1/+2