summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia
2018-02-21tcp: switch to GSO being always onEric Dumazet
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan
2018-02-13net: Convert proto_net_opsKirill Tkhai
2018-02-13net: Convert net_inuse_opsKirill Tkhai
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15net: Restrict unwhitelisted proto caches to size 0Kees Cook
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-19sock: Change the netns_core member name.Tonghao Zhang
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet
2017-11-11sock: Remove the global prot_inuse counter.Tonghao Zhang