summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net/sock.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-5/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-0/+2
|\
| * xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-0/+2
* | tcp: clean ext on tx recyclePaolo Abeni2020-01-091-0/+1
* | sock: Make sk_protocol a 16-bit valueMat Martineau2020-01-091-20/+5
* | net: Make sock protocol value checks more specificMat Martineau2020-01-091-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-2/+7
|\
| * net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-2/+2
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-0/+5
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\ \
| * | net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-051-2/+2
* | | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-2/+2
* | | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-1/+1
* | | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-3/+3
* | | net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-061-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-5/+10
|\| |
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * | net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-281-3/+8
* | | net/smc: remove unneeded include for smc.hUrsula Braun2019-10-291-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-11/+22
|\| |
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-5/+10
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-7/+11
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+3
| |/
* / net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-1/+1
|/
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-1/+9
* coallocate socket_wq with socket itselfAl Viro2019-07-081-2/+2
* net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-141-0/+2
* tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-141-1/+3
* tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-141-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+5
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-6/+0
|\
| * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-6/+0
* | tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2019-03-271-3/+4
* | tcp: add one skb cache for rxEric Dumazet2019-03-231-0/+10
* | tcp: add one skb cache for txEric Dumazet2019-03-231-0/+5
* | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-231-1/+1
|/
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-181-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+1
|\
| * net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-131-1/+1
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-0/+1
|/
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-3/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-4/+21
|\
| * net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-4/+21
* | tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-041-5/+15
|/