index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
2023-04-07
net: make SO_BUSY_POLL available to all users
Eric Dumazet
2023-03-02
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
2023-02-15
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
2023-02-06
net: add sock_init_data_uid()
Pietro Borrello
2023-02-01
net: add support for ipv4 big tcp
Xin Long
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-12-19
net: Introduce sk_use_task_frag in struct sock.
Guillaume Nault
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-08
net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP
Willem de Bruijn
2022-11-04
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
2022-10-25
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
2022-10-24
net: remove useless parameter of __sock_cmsg_send
xu xin
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
2022-10-12
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-24
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
2022-06-10
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-05
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
2022-05-01
sock: optimise sock_def_write_space barriers
Pavel Begunkov
2022-05-01
sock: optimise UDP sock_wfree() refcounting
Pavel Begunkov
2022-05-01
sock: dedup sock_def_write_space wmem_alloc checks
Pavel Begunkov
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-11
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
2022-04-07
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-03-08
SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP
Samuel Thibault
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-17
net: add sanity check in proto_register()
Eric Dumazet
2022-02-01
net: allow SO_MARK with CAP_NET_RAW via cmsg
Jakub Kicinski
[next]