summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-142-17/+7
* net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-142-4/+2
* net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld2020-01-141-3/+3
* Merge branch 'macsec-hw-offload'David S. Miller2020-01-1411-185/+2485
|\
| * net: phy: mscc: PN rollover supportAntoine Tenart2020-01-142-1/+61
| * net: macsec: PN wrap callbackAntoine Tenart2020-01-142-6/+21
| * net: phy: mscc: macsec supportAntoine Tenart2020-01-143-0/+698
| * net: phy: mscc: macsec initializationAntoine Tenart2020-01-144-0/+865
| * net: macsec: add nla support for changing the offloading selectionAntoine Tenart2020-01-142-3/+153
| * net: macsec: hardware offloading infrastructureAntoine Tenart2020-01-141-12/+441
| * net: phy: add MACsec ops in phy_deviceAntoine Tenart2020-01-141-0/+7
| * net: macsec: introduce MACsec opsAntoine Tenart2020-01-141-0/+24
| * net: macsec: introduce the macsec_context structureAntoine Tenart2020-01-144-0/+37
| * net: macsec: move some definitions in a dedicated headerAntoine Tenart2020-01-142-163/+178
|/
* Merge branch 'netns-Optimise-netns-ID-lookups'David S. Miller2020-01-141-55/+38
|\
| * netns: don't disable BHs when locking "nsid_lock"Guillaume Nault2020-01-141-11/+11
| * netns: protect netns ID lookups with RCUGuillaume Nault2020-01-141-15/+7
| * netns: Remove __peernet2id_alloc()Guillaume Nault2020-01-141-32/+23
|/
* mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven2020-01-141-11/+5
* net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli2020-01-143-4/+17
* Merge branch 'stmmac-ETF-support'Jakub Kicinski2020-01-1317-84/+362
|\
| * net: stmmac: selftests: Add a test for TBS featureJose Abreu2020-01-131-0/+71
| * net: stmmac: selftests: Switch to dev_direct_xmit()Jose Abreu2020-01-131-19/+6
| * net: stmmac: Add missing information in DebugFS capabilities fileJose Abreu2020-01-131-0/+6
| * net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entryJose Abreu2020-01-131-0/+2
| * net: stmmac: gmac4+: Add TBS supportJose Abreu2020-01-135-0/+46
| * net: stmmac: xgmac: Add TBS supportJose Abreu2020-01-133-0/+46
| * net: stmmac: tc: Add support for ETF Scheduler using TBSJose Abreu2020-01-134-0/+29
| * net: stmmac: Initial support for TBSJose Abreu2020-01-135-65/+156
|/
* amd-xgbe: remove unnecessary conversion to boolChen Zhou2020-01-131-1/+1
* ptr_ring: add include of linux/mm.hJesper Dangaard Brouer2020-01-131-0/+1
* net: mvneta: change page pool nid to NUMA_NO_NODELorenzo Bianconi2020-01-131-1/+1
* sfc/ethtool_common: Make some function to staticZhang Xiaoxu2020-01-131-8/+9
* net: amd: a2065: Use print_hex_dump_debug() helperGeert Uytterhoeven2020-01-121-4/+3
* net: amd: a2065: Kill Sun LANCE relicsGeert Uytterhoeven2020-01-121-4/+0
* Merge branch 'IXP4xx-networking-cleanups'Jakub Kicinski2020-01-1219-167/+307
|\
| * net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij2020-01-121-1/+1
| * ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij2020-01-128-9/+131
| * net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij2020-01-121-29/+23
| * net: ethernet: ixp4xx: Use distinct local variableLinus Walleij2020-01-121-22/+25
| * net: ethernet: ixp4xx: Standard module initLinus Walleij2020-01-121-52/+44
| * ixp4xx_eth: move platform_data definitionArnd Bergmann2020-01-124-12/+21
| * ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-127-19/+21
| * wan: ixp4xx_hss: prepare compile testingArnd Bergmann2020-01-125-25/+43
| * wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann2020-01-121-2/+2
|/
* mlx4: Bump up MAX_MSIX from 64 to 128Jonathan Lemon2020-01-121-1/+1
* Merge branch 'hns3-next'David S. Miller2020-01-115-212/+194
|\
| * net: hns3: refactor the notification scheme of PF resetHuazhong Tan2020-01-111-23/+19
| * net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan2020-01-111-20/+9
| * net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan2020-01-111-1/+2