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
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
1
-14
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+30
2018-06-05
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
Maciej Żenczykowski
1
-1
/
+14
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-6
/
+0
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-14
/
+2
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
1
-6
/
+0
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-18
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
1
-1
/
+1
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-14
/
+2
2018-05-10
net/sock: Update memalloc_socks static key to modern api
Davidlohr Bueso
1
-4
/
+4
2018-05-04
net: initial AF_XDP skeleton
Björn Töpel
1
-4
/
+8
2018-04-17
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
1
-1
/
+4
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-2
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+21
2018-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+61
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
1
-11
/
+16
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
1
-0
/
+56
2018-03-14
sock: remove zerocopy sockopt restriction on closed tcp state
Willem de Bruijn
1
-2
/
+0
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-0
/
+21
2018-03-07
sock: Fix SO_ZEROCOPY switch case
Jesus Sanchez-Palencia
1
-1
/
+2
2018-02-21
tcp: switch to GSO being always on
Eric Dumazet
1
-1
/
+1
2018-02-17
sock: permit SO_ZEROCOPY on PF_RDS socket
Sowmini Varadhan
1
-11
/
+14
2018-02-13
net: Convert proto_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-13
net: Convert net_inuse_ops
Kirill Tkhai
1
-0
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-2
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-5
/
+5
2018-02-04
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2018-02-03
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
1
-4
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+49
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2018-01-15
net: Restrict unwhitelisted proto caches to size 0
Kees Cook
1
-3
/
+1
2018-01-15
net: Define usercopy region in struct proto slab cache
David Windsor
1
-1
/
+5
2017-12-19
sock: Move the socket inuse to namespace.
Tonghao Zhang
1
-2
/
+45
2017-12-19
sock: Change the netns_core member name.
Tonghao Zhang
1
-5
/
+5
2017-11-28
net: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-2
/
+0
2017-11-14
tcp: allow drivers to tweak TSQ logic
Eric Dumazet
1
-0
/
+1
2017-11-11
sock: Remove the global prot_inuse counter.
Tonghao Zhang
1
-22
/
+0
2017-11-10
net: allow per netns sysctl_rmem and sysctl_wmem for protos
Eric Dumazet
1
-4
/
+6
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2017-10-18
net/core: Convert sk_timer users to use timer_setup()
Kees Cook
1
-1
/
+1
2017-10-18
net/core: Collapse redundant sk_timer callback data assignments
Kees Cook
1
-1
/
+1
2017-10-11
net: call cgroup_sk_alloc() earlier in sk_clone_lock()
Eric Dumazet
1
-2
/
+1
2017-10-11
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
1
-1
/
+2
2017-10-10
net: defer call to cgroup_sk_alloc()
Eric Dumazet
1
-2
/
+1
2017-10-10
net: memcontrol: defer call to mem_cgroup_sk_alloc()
Eric Dumazet
1
-1
/
+4
2017-10-03
socket, bpf: fix possible use after free
Eric Dumazet
1
-1
/
+4
2017-09-28
net: Set sk_prot_creator when cloning sockets to the right proto
Christoph Paasch
1
-0
/
+2
[next]