summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-18bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau
2022-08-18bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau
2022-08-18bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-08-18net: Add sk_setsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-07-06tls: rx: periodically flush socket backlogJakub Kicinski
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-03-08SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-17net: add sanity check in proto_register()Eric Dumazet
2022-02-01net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski