summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-08coallocate socket_wq with socket itselfAl Viro
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-09-13net: sock: introduce SOCK_XDPJason Wang
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig
2018-07-30net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-07sock: sockc cookie initializerWillem de Bruijn
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-07-02net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend