aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann1-22/+43
2019-01-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao1-1/+0
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-10/+36
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-5/+10
2018-12-07net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2018-12-03udp: msg_zerocopyWillem de Bruijn1-1/+4
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+2
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-61/+0
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-4/+5
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-61/+0
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet1-1/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao1-4/+4
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts1-48/+3
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-0/+4
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+35
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao1-2/+4
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+2
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt1-2/+5
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche1-14/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+30
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski1-1/+14
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+2
2018-05-26net: remove sock_no_pollChristoph Hellwig1-6/+0
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-4/+4
2018-05-03net: initial AF_XDP skeletonBjörn Töpel1-4/+8
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-1/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+61
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-11/+16
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+56
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn1-2/+0
2018-03-12sock_diag: request _diag module only when the family or proto has been registeredXin Long1-0/+21
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia1-1/+2
2018-02-21tcp: switch to GSO being always onEric Dumazet1-1/+1
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-13net: Convert proto_net_opsKirill Tkhai1-0/+1
2018-02-13net: Convert net_inuse_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+3