summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAge
* net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-05
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-30
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-28
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-13
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-10
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-09
* coallocate socket_wq with socket itselfAl Viro2019-07-08
* net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-14
* tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-14
* tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* tcp: do not recycle cloned skbsEric Dumazet2019-05-15
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-27
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
|\
| * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-11
* | tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2019-03-27
* | tcp: add one skb cache for rxEric Dumazet2019-03-23
* | tcp: add one skb cache for txEric Dumazet2019-03-23
* | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-23
|/
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\
| * net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-14
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-03
|/
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-20
|\
| * net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-18
* | tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-05
|/
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-16
|\
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-15
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-16
|/
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-03
* net: sock: introduce SOCK_XDPJason Wang2018-09-13
* net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-31
* net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig2018-07-30
* net: simplify sock_poll_waitChristoph Hellwig2018-07-30
* sock: sockc cookie initializerWillem de Bruijn2018-07-06
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-04
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-04
* net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-01
* net: Record receive queue number for a connectionAmritha Nambiar2018-07-01
* net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar2018-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-10
| * net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2018-05-01
* | net: remove sock_no_pollChristoph Hellwig2018-05-26
|/
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-06
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-30