summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
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
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook
2017-10-10net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-02socket, bpf: fix possible use after freeEric Dumazet
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-23net/sock: allow the user to set negative peek offsetPaolo Abeni
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: allocate skbs from optmemWillem de Bruijn
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-04-08New getsockopt option to get socket cookieChenbo Feng
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala