summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-1/+1
2018-07-30net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig1-3/+2
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-5/+6
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-0/+6
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-1/+2
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+10
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar1-0/+10
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+28
2018-07-02net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar1-3/+11
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+23
2018-05-26net: remove sock_no_pollChristoph Hellwig1-2/+0
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-2/+2
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin1-0/+21
2018-04-06slab: make usercopy region 32-bitAlexey Dobriyan1-2/+2
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+3
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-1/+1
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+4
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long1-0/+1
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet1-9/+0
2018-02-21tcp: switch to GSO being always onEric Dumazet1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-1/+1
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-25/+32
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-18lockdep: Convert some users to constMatthew Wilcox1-3/+1
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-0/+2
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern1-0/+20
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert1-0/+5
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao1-25/+0
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang1-0/+1
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet1-0/+11
2017-12-06net: remove hlist_nulls_add_tail_rcu()Eric Dumazet1-5/+1
2017-11-28net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-11-16slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-0/+2
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet1-0/+22
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-2/+5
2017-09-22net: prevent dst uses after freeEric Dumazet1-1/+1
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-0/+10
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1