summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-239-60/+44
|\
| * netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal2019-05-221-6/+11
| * netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal2019-05-221-4/+2
| * netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal2019-05-221-0/+8
| * netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal2019-05-221-2/+1
| * netfilter: nat: fix udp checksum corruptionFlorian Westphal2019-05-211-1/+1
| * ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-05-211-1/+1
| * netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-213-37/+8
| * netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-05-211-0/+1
| * netfilter: nf_tables: fix oops during rule dumpFlorian Westphal2019-05-201-9/+11
* | hsr: fix don't prune the master node from the node_dbAndreas Oetken2019-05-231-0/+8
* | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-221-11/+11
* | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-221-17/+30
* | ipv6: Fix redirect with VRFDavid Ahern2019-05-221-0/+6
* | net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-05-221-1/+2
* | net/tls: fix state removal with feature flags offJakub Kicinski2019-05-221-6/+0
* | net/tls: avoid NULL-deref on resync during device removalJakub Kicinski2019-05-221-5/+10
* | Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy2019-05-221-22/+35
* | 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-201-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/+300
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-214-36/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2141-567/+41
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11Thomas Gleixner2019-05-211-5/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-213-12/+3
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
| * | 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/+6
| * 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/+5
| * 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/+2
| * 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-152-5/+9
| |\
| | * bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4