aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+7
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-3/+3
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet1-6/+6
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+10
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun1-1/+0
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+22
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+3
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan1-1/+1
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-1/+9
2019-07-08coallocate socket_wq with socket itselfAl Viro1-2/+2
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet1-0/+2
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-1/+3
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+5
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-2/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-6/+0
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-3/+4
2019-03-23tcp: add one skb cache for rxEric Dumazet1-0/+10
2019-03-23tcp: add one skb cache for txEric Dumazet1-0/+5
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-1/+1
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-0/+1
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+21
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-5/+15
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+0
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-2/+2
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-4/+0
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-09-13net: sock: introduce SOCK_XDPJason Wang1-0/+1