summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data race around sk_ll_usecEric Dumazet2021-08-041-1/+1
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-211-0/+21
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: memcg: late association of sock to memcgShakeel Butt2020-03-201-1/+4
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2020-01-271-2/+2
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-101-2/+2
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-0/+3
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-1/+1
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-2/+0
* Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-131-4/+1
* 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
* 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
| * net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-241-0/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-5/+11
| |\
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+30