aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov6-7/+7
2020-07-13net: fddi: skfp: Remove addr_to_string().Tetsuo Handa3-44/+27
2020-07-13net: bridge: fix undefined br_vlan_can_enter_range in tunnel codeNikolay Aleksandrov1-0/+6
2020-07-12net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-42/+45
2020-07-12net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+36
2020-07-12Merge branch 'Fix-MTU-warnings-for-fec-mv886xxx-combo'David S. Miller2-0/+29
2020-07-12net: fec: Set max MTU size to allow the MTU to be changedAndrew Lunn1-0/+2
2020-07-12net: dsa: mv88e6xxx: Implement MTU changeAndrew Lunn1-0/+27
2020-07-12net: bridge: notify on vlan tunnel changes done via the old apiNikolay Aleksandrov1-2/+47
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller849-3770/+7181
2020-07-10Merge tag 'libnvdimm-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-18/+22
2020-07-10Merge tag 'inclusive-terminology' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/linuxLinus Torvalds1-0/+20
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds197-922/+1634
2020-07-10mips: Remove compiler check in unroll macroNathan Chancellor1-3/+1
2020-07-10inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima1-20/+13
2020-07-10Merge branch 'mlxsw-Various-fixes'David S. Miller2-17/+39
2020-07-10mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-07-10mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-10Merge branch 'devlink-health'David S. Miller5-76/+216
2020-07-10net/mlx5e: Move devlink-health rx and tx reporters to devlink portVladyslav Tarasiuk2-15/+7
2020-07-10net/mlx5e: Move devlink port register and unregister callsVladyslav Tarasiuk1-10/+5
2020-07-10devlink: Add devlink health port reporters APIVladyslav Tarasiuk2-0/+59
2020-07-10devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk2-17/+79
2020-07-10devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk1-4/+14
2020-07-10devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24
2020-07-10devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk1-17/+28
2020-07-10Merge branch 'macb-WOL-fixes'David S. Miller1-12/+19
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1
2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre1-2/+2
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-07-10Merge tag 'mlx5-updates-2020-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller10-280/+672
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-15/+26
2020-07-10Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-62/+196
2020-07-10Merge branch 'udp_tunnel-add-NIC-RX-port-offload-infrastructure'David S. Miller35-397/+2608
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2-84/+25
2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski2-113/+40
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2-139/+44
2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski1-20/+0
2020-07-10selftests: net: add a test for UDP tunnel info infraJakub Kicinski1-0/+786
2020-07-10netdevsim: add UDP tunnel port offload supportJakub Kicinski5-2/+224
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski12-1/+472
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski8-5/+983
2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski1-3/+3
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski5-30/+31
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-36/+63
2020-07-10Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-50/+53