summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-062088-40877/+117368
|\
| * net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-061-1/+3
| * Merge branch 'misc-bug-fixes-for-the-hso-driver'David S. Miller2020-08-061-9/+7
| |\
| | * usb: hso: remove bogus check for EINPROGRESSOliver Neukum2020-08-061-2/+1
| | * usb: hso: no complaint about kmalloc failureOliver Neukum2020-08-061-3/+2
| | * hso: fix bailout in error case of probeOliver Neukum2020-08-061-4/+4
| |/
| * ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
| * selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn2020-08-051-3/+2
| * mptcp: be careful on subflow creationPaolo Abeni2020-08-051-0/+6
| * Merge branch 'selftests-rtnetlink-Fix-for-false-negative-return-values'David S. Miller2020-08-051-22/+46
| |\
| | * selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin2020-08-051-0/+3
| | * selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin2020-08-051-22/+43
| |/
| * net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean2020-08-051-11/+24
| * Merge branch 'net-fix-a-mcast-issue-for-tipc-udp-media'David S. Miller2020-08-053-0/+49
| |\
| | * tipc: set ub->ifindex for local ipv6 addressXin Long2020-08-051-0/+8
| | * ipv6: add ipv6_dev_find()Xin Long2020-08-052-0/+41
| |/
| * net: openvswitch: silence suspicious RCU usage warningTonghao Zhang2020-08-051-3/+3
| * Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-051-2/+2
| * ptp: only allow phase values lower than 1 periodVladimir Oltean2020-08-051-0/+13
| * farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-051-13/+12
| * wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-051-27/+27
| * hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-051-3/+4
| * dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-051-3/+3
| * net: macb: Properly handle phylink on at91sam9xStefan Roese2020-08-051-4/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-049-20/+182
| |\
| | * netfilter: flowtable: Set offload timeout when adding flowRoi Dayan2020-08-031-0/+2
| | * netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan2020-08-032-12/+12
| | * selftests: netfilter: add meta iif/oif match testFlorian Westphal2020-08-032-1/+125
| | * netfilter: nft_meta: fix iifgroup matchingFlorian Westphal2020-08-021-1/+1
| | * netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-07-313-6/+42
| * | net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long2020-08-041-2/+2
| * | Merge branch 'Support-PMTU-discovery-with-bridged-UDP-tunnels'David S. Miller2020-08-049-29/+690
| |\ \
| | * | selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio2020-08-041-0/+180
| | * | selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio2020-08-041-7/+159
| | * | geneve: Support for PMTU discovery on directly bridged linksStefano Brivio2020-08-041-5/+51
| | * | vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio2020-08-041-6/+41
| | * | tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-046-16/+254
| | * | ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-042-0/+10
| |/ /
| * | Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-04124-1277/+5595
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2020-08-0411-65/+88
| | |\ \
| | * | | brcmfmac: Set timeout value when configuring power saveNicolas Saenz Julienne2020-08-021-0/+8
| | * | | bcma: gpio: Use irqchip templateLinus Walleij2020-08-021-12/+11
| | * | | drivers: bcma: remove set but not used variable `addrh` and `sizeh`Zheng Yongjun2020-08-021-5/+3
| | * | | wl1251: fix always return 0 errorWang Hai2020-08-021-1/+1
| | * | | airo: use generic power managementVaibhav Gupta2020-08-021-20/+19
| | * | | intersil: fix wiki website urlFlavio Suligoi2020-08-025-7/+8
| | * | | qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai2020-08-021-1/+4
| | * | | ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-022-89/+88
| | * | | ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocationChristophe JAILLET2020-08-021-1/+1
| | * | | hostap: use generic power managementVaibhav Gupta2020-08-022-27/+13