index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-07
netem: fix skb_orphan_partial()
Eric Dumazet
1
-6
/
+6
2017-03-30
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
1
-0
/
+6
2017-03-30
net: properly release sk_frag.page
Eric Dumazet
1
-5
/
+5
2016-12-10
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
1
-2
/
+2
2016-11-21
net: clear sk_err_soft in sk_clone_lock()
Eric Dumazet
1
-0
/
+1
2015-12-17
net: check both type and procotol for tcp sockets
WANG Cong
1
-1
/
+2
2015-12-11
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
1
-1
/
+1
2015-12-05
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
1
-2
/
+0
2015-12-03
ipv6: kill sk_dst_lock
Eric Dumazet
1
-3
/
+1
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-4
/
+4
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+4
2015-11-02
net: make skb_set_owner_w() more robust
Eric Dumazet
1
-0
/
+22
2015-10-27
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
1
-3
/
+17
2015-10-12
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
1
-0
/
+5
2015-10-12
sock: support per-packet fwmark
Edward Jee
1
-0
/
+26
2015-10-03
tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets
Eric Dumazet
1
-1
/
+1
2015-09-15
net: core: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-08-27
sock: fix kernel doc error
Jean Sacren
1
-1
/
+1
2015-07-30
net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...
Sowmini Varadhan
1
-1
/
+2
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
1
-2
/
+3
2015-06-30
sock_diag: don't broadcast kernel sockets
Craig Gallek
1
-1
/
+1
2015-06-28
net: Kill sock->sk_protinfo
David Miller
1
-1
/
+0
2015-06-15
sock_diag: define destruction multicast groups
Craig Gallek
1
-1
/
+10
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+6
2015-06-11
net: don't wait for order-3 page allocation
Shaohua Li
1
-1
/
+1
2015-06-10
net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...
Mel Gorman
1
-8
/
+5
2015-05-26
tcp: tcp_tso_autosize() minimum is one packet
Eric Dumazet
1
-1
/
+4
2015-05-17
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-4
/
+5
2015-05-11
net: kill sk_change_net and sk_release_kernel
Eric W. Biederman
1
-19
/
+0
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
1
-2
/
+6
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+2
2015-05-04
Revert "net: kernel socket should be released in init_net namespace"
Herbert Xu
1
-1
/
+1
2015-04-12
tcp: do not cache align timewait sockets
Eric Dumazet
1
-2
/
+1
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+19
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
1
-0
/
+19
2015-03-23
net: Move the comment about unsettable socket-level options to default clause...
YOSHIFUJI Hideaki/吉藤英明
1
-2
/
+3
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
1
-1
/
+1
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
1
-1
/
+1
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
1
-15
/
+0
2015-03-12
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
1
-0
/
+2
2015-03-12
net: add req_prot_cleanup() & req_prot_init() helpers
Eric Dumazet
1
-28
/
+41
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
1
-1
/
+0
2015-03-11
net: add real socket cookies
Eric Dumazet
1
-0
/
+1
2015-03-10
net: add comment for sock_efree() usage
Oliver Hartkopp
1
-0
/
+4
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-7
/
+6
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
1
-1
/
+1
2015-02-02
net-timestamp: no-payload only sysctl
Willem de Bruijn
1
-0
/
+3
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+20
2014-12-05
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
1
-0
/
+13
[next]