summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-0/+21
* 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
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-10/+0
* net/sock: allow the user to set negative peek offsetPaolo Abeni2017-08-231-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-211-1/+1
|\
| * net: Allow IPsec GSO for local socketsSteffen Klassert2017-08-021-1/+1
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+18
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+2
* | sock: allocate skbs from optmemWillem de Bruijn2017-08-031-0/+27
|/
* proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-16/+73
|\
| * net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
| * net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-13/+13
| * net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+33
| * tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-3/+0
| |\
| * | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+4
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-2/+5
|\ \ \ | |_|/ |/| |
| * | net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab2017-05-161-2/+5
* | | net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
| |/ |/|
* | netem: fix skb_orphan_partial()Eric Dumazet2017-05-111-12/+8
|/
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-14/+140
|\
| * New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+8
| * sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+1
| * net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+12