summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-05hso: fix bailout in error case of probeOliver Neukum1-4/+4
2020-08-05ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio1-0/+1
2020-08-05selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn1-3/+2
2020-08-05mptcp: be careful on subflow creationPaolo Abeni1-0/+6
2020-08-05Merge branch 'selftests-rtnetlink-Fix-for-false-negative-return-values'David S. Miller1-22/+46
2020-08-05selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin1-0/+3
2020-08-05selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin1-22/+43
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean1-11/+24
2020-08-05Merge branch 'net-fix-a-mcast-issue-for-tipc-udp-media'David S. Miller3-0/+49
2020-08-05tipc: set ub->ifindex for local ipv6 addressXin Long1-0/+8
2020-08-05ipv6: add ipv6_dev_find()Xin Long2-0/+41
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang1-3/+3
2020-08-05Revert "vxlan: fix tos value before xmit"Hangbin Liu1-2/+2
2020-08-05ptp: only allow phase values lower than 1 periodVladimir Oltean1-0/+13
2020-08-04farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-13/+12
2020-08-04wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+27
2020-08-04hv_netvsc: do not use VF device if link is downStephen Hemminger1-3/+4
2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-04net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-20/+182
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-08-04Merge branch 'Support-PMTU-discovery-with-bridged-UDP-tunnels'David S. Miller9-29/+690
2020-08-04selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio1-0/+180
2020-08-04selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio1-7/+159
2020-08-04geneve: Support for PMTU discovery on directly bridged linksStefano Brivio1-5/+51
2020-08-04vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio1-6/+41
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio6-16/+254
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2-0/+10
2020-08-04Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller124-1277/+5595
2020-08-04via-velocity: Use more typical logging stylesJoe Perches2-122/+85
2020-08-04Merge branch 'hinic-mailbox-channel-enhancement'David S. Miller6-2/+422
2020-08-04hinic: add check for mailbox msg from VFLuo bin4-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin5-0/+167
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo11-65/+88
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller135-1013/+4603
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-171/+188
2020-08-03Merge branch 'sfc-driver-for-EF100-family-NICs-part-2'David S. Miller10-12/+1255
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree3-0/+81
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree2-0/+5
2020-08-03sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree3-0/+217
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree3-9/+167
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree2-0/+77
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree5-5/+396
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree2-0/+220
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-08-03enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1