summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-1/+9
* coallocate socket_wq with socket itselfAl Viro2019-07-091-2/+2
* net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-151-0/+2
* tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-1/+3
* tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-4/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* 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/+0Star
|\
| * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-6/+0Star
* | tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2019-03-271-3/+4
* | tcp: add one skb cache for rxEric Dumazet2019-03-241-0/+10
* | tcp: add one skb cache for txEric Dumazet2019-03-241-0/+5
* | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-241-1/+1
|/
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-191-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-141-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-181-4/+21
* | tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-051-5/+15
|/
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-161-4/+0Star
|\
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-4/+0Star
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-161-2/+2
|/
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-031-0/+1
* net: sock: introduce SOCK_XDPJason Wang2018-09-131-0/+1
* net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-311-1/+1
* net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig2018-07-301-3/+2Star
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-5/+6
* sock: sockc cookie initializerWillem de Bruijn2018-07-071-0/+6
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-1/+2
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+10
* net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-021-0/+10
* net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+28
* net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar2018-07-021-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-2/+23
|\
| * net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-2/+2
| * net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2018-05-011-0/+21
* | net: remove sock_no_pollChristoph Hellwig2018-05-261-2/+0Star
|/
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-061-2/+2
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+3
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-0/+1
* | net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-191-1/+1
* | sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-191-0/+4
* | tcp: remove sk_check_csum_caps()Eric Dumazet2018-02-211-9/+0Star