index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-29
net: remove SOCK_SUPPORT_ZC from sockmap
Pavel Begunkov
1
-0
/
+7
2022-10-24
net-memcg: avoid stalls when under memory pressure
Jakub Kicinski
1
-1
/
+1
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-26
net: Remove unused inline function sk_nulls_node_init()
Gaosheng Cui
1
-5
/
+0
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-0
/
+9
2022-09-03
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-08-25
net: Add a bhash2 table hashed by port and address
Joanne Koong
1
-0
/
+14
2022-08-19
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-08-19
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
1
-0
/
+2
2022-08-19
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-0
/
+3
2022-08-18
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
1
-0
/
+25
2022-08-11
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-20
/
+48
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-4
/
+4
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-08
net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-01
net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNK
Paolo Abeni
1
-5
/
+0
2022-06-25
net: helper function skb_len_add
Richard Gobert
1
-3
/
+1
2022-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+0
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-14
/
+0
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-2
/
+1
2022-06-11
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-27
/
+2
2022-06-11
net: fix sk_wmem_schedule() and sk_rmem_schedule() errors
Eric Dumazet
1
-4
/
+8
2022-06-11
net: implement per-cpu reserves for memory_allocated
Eric Dumazet
1
-9
/
+29
2022-06-11
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+1
2022-06-11
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
1
-5
/
+3
2022-06-11
Revert "net: set SK_MEM_QUANTUM to 4096"
Eric Dumazet
1
-13
/
+3
2022-06-08
net: constify some inline functions in sock.h
Peter Lafreniere
1
-3
/
+3
2022-05-21
net: Add a second bind table hashed by port and address
Joanne Koong
1
-0
/
+14
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
1
-2
/
+3
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-3
/
+0
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-2
/
+8
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-8
/
+10
2022-04-27
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
1
-2
/
+0
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-2
/
+1
2022-04-11
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
1
-1
/
+8
2022-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-2
/
+2
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
1
-9
/
+3
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
1
-13
/
+21
2022-01-07
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
1
-0
/
+1
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-1
/
+1
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-21
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
1
-1
/
+1
2021-12-11
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-11
/
+12
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-0
/
+2
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+23
2021-12-02
net: avoid uninit-value from tcp_conn_request
Eric Dumazet
1
-2
/
+15
2021-11-29
tcp: fix page frag corruption on page fault
Paolo Abeni
1
-5
/
+8
[next]