aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-4/+4
2018-05-03net: initial AF_XDP skeletonBjörn Töpel1-4/+8
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-1/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+61
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-11/+16
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+56
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn1-2/+0
2018-03-12sock_diag: request _diag module only when the family or proto has been registeredXin Long1-0/+21
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia1-1/+2
2018-02-21tcp: switch to GSO being always onEric Dumazet1-1/+1
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-13net: Convert proto_net_opsKirill Tkhai1-0/+1
2018-02-13net: Convert net_inuse_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+3
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-4/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+49
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15net: Restrict unwhitelisted proto caches to size 0Kees Cook1-3/+1
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-1/+5
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang1-2/+45
2017-12-19sock: Change the netns_core member name.Tonghao Zhang1-5/+5
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-0/+1
2017-11-11sock: Remove the global prot_inuse counter.Tonghao Zhang1-22/+0
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet1-4/+6
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook1-1/+1
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+1
2017-10-10net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-1/+2
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet1-2/+1
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-1/+4
2017-10-02socket, bpf: fix possible use after freeEric Dumazet1-1/+4
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-10/+0
2017-08-23net/sock: allow the user to set negative peek offsetPaolo Abeni1-3/+0
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+18
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+2
2017-08-03sock: allocate skbs from optmemWillem de Bruijn1-0/+27
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert1-1/+1