summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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-151-4/+0
|\
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-4/+0
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-2/+2
|/
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-021-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/+2
* 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-061-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/+0
|/
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-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/+0
* | tcp: switch to GSO being always onEric Dumazet2018-02-211-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-1/+1
|/
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+2
|\
| * net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-25/+32
|\ \
| * | net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern2018-01-081-0/+20
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+5
| |\ \
| * | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-25/+0
| * | | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-0/+1
| * | | net: sk_pacing_shift_update() helperEric Dumazet2017-12-131-0/+11
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \ \
| * | | | net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
| | |_|/ | |/| |
* | | | lockdep: Convert some users to constMatthew Wilcox2018-01-181-3/+1
| |_|/ |/| |
* | | sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5
| |/ |/|
* | net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-051-5/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-4/+1
|\