summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-2468-730/+68Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-2430-480/+30Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner2019-05-241-16/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner2019-05-241-17/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner2019-05-245-20/+5Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72Thomas Gleixner2019-05-241-4/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner2019-05-241-6/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-42/+3Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner2019-05-241-3/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-2416-96/+16Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-249-46/+9Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-226-12/+32
|\ \ | |/ |/|
| * ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
| * net: qrtr: Fix message type of outgoing packetsBjorn Andersson2019-05-211-2/+2
| * vlan: Mark expected switch fall-throughGustavo A. R. Silva2019-05-201-0/+1
| * tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-203-10/+27
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21300-634/+300Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-214-36/+4Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2141-567/+41Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11Thomas Gleixner2019-05-211-5/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-213-12/+3Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21112-0/+112
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2189-0/+89
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2149-0/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2027-129/+214
|\ \ | |/ |/|
| * net: fix kernel-doc warnings for socket.cRandy Dunlap2019-05-191-17/+17
| * net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-196-6/+6
| * vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6Star
| * Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-05-171-7/+7
| * vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
| * tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-171-7/+7
| * net: caif: fix the value of size argument of snprintfswkhack2019-05-175-6/+5Star
| * ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
| * net: avoid weird emergency messageEric Dumazet2019-05-161-1/+1
| * xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal2019-05-161-11/+13
| * tipc: switch order of device registration to fix a crashJunwei Hu2019-05-161-7/+7
| * ipv6: prevent possible fib6 leaksEric Dumazet2019-05-162-3/+16
| * net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2Star
| * hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
| * flow_offload: support CVLAN matchEdward Cree2019-05-161-0/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-162-5/+9
| |\
| | * bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
| | * bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend2019-05-141-0/+1
| | * bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0Star
| | * bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend2019-05-141-2/+4
| * | tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
| * | rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-151-6/+10
| * | tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-151-0/+3
* | | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1