summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-5/+14
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+0Star
|\
| * net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+4
|\ \ | |/ |/|
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-161-0/+3
|\ \
| * | bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
* | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-151-1/+3
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+5
|\
| * bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+5
* | net: fix sparc64 compilation of sock_gettstampStephen Rothwell2019-04-241-3/+3
|/
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-23/+28
* 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