summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-171-2/+2
* net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-2/+8
* net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-5/+13
* net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing2019-02-241-3/+3
* sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault2019-02-171-0/+20
* 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
* | net: Fix fall through warning in y2038 tstamp changes.David S. Miller2019-02-041-0/+1
* | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-14/+39
* | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+2
* | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-1/+7
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+19
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-8/+8
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-22/+43
* | net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao2019-01-191-1/+0Star
* | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-10/+36
|/
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-5/+10
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2018-12-081-0/+1
* udp: msg_zerocopyWillem de Bruijn2018-12-041-1/+4
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-091-2/+4
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-0/+2
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-161-61/+0Star
|\
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-61/+0Star
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-161-4/+5
|/
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-031-1/+1
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2018-08-061-4/+4
* net/socket: remove duplicated init codeMatthieu Baerts2018-08-021-48/+3Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-3/+3
|\
| * sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-241-3/+3
* | net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-0/+4
* | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+35
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-2/+5
|\|
| * net, mm: account sock objects to kmemcgShakeel Butt2018-06-291-2/+5
* | net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao2018-07-021-2/+4
* | net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+2
|/
* Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-10/+30
|\
| * net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
| |\
| * | net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-041-4/+8
| * | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-171-1/+4
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-6/+0Star
|\ \ \
| * | | net: remove sock_no_pollChristoph Hellwig2018-05-261-6/+0Star
| |/ /
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+2Star
|\ \ \ | |_|/ |/| |
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2Star
| |/
* / sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0Star