summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-10/+30
|\
| * net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
| |\
| * | net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-031-4/+8
| * | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-1/+4
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-6/+0
|\ \ \
| * | | net: remove sock_no_pollChristoph Hellwig2018-05-261-6/+0
| |/ /
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+2
|\ \ \ | |_|/ |/| |
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
| |/
* | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+21
|\
| * sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-211-0/+61
|\ \
| * | net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-191-11/+16
| * | sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-191-0/+56
* | | sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn2018-03-141-2/+0
|/ /
* | sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* | tcp: switch to GSO being always onEric Dumazet2018-02-211-1/+1
* | sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan2018-02-161-11/+14
* | net: Convert proto_net_opsKirill Tkhai2018-02-131-0/+1
* | net: Convert net_inuse_opsKirill Tkhai2018-02-131-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-1/+3
|\
| * net: Restrict unwhitelisted proto caches to size 0Kees Cook2018-01-151-3/+1
| * net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-1/+5
* | Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-021-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-7/+49
|\ \
| * | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
| * | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-2/+45
| * | sock: Change the netns_core member name.Tonghao Zhang2017-12-191-5/+5
| |/
* | net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* | tcp: allow drivers to tweak TSQ logicEric Dumazet2017-11-141-0/+1
* | sock: Remove the global prot_inuse counter.Tonghao Zhang2017-11-111-22/+0
* | net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-101-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-3/+5
|\ \ | |/
| * net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-10-101-2/+1
| * Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-101-1/+2
| * net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-091-2/+1
| * net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-091-1/+4
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-181-1/+1
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+1
|/
* socket, bpf: fix possible use after freeEric Dumazet2017-10-021-1/+4
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
OpenPOWER on IntegriCloud