summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-12cx82310_eth: use netdev_err instead of dev_errOndrej Zary1-16/+12
2020-10-12cx82310_eth: re-enable ethernet mode after router rebootOndrej Zary1-6/+44
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean2-4/+40
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil7-166/+191
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-0/+9
2020-10-10drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_headerXie He1-13/+17
2020-10-10net: dsa: rtl8366rb: Roof MTU for switchLinus Walleij3-5/+39
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson3-0/+602
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov1-1/+1
2020-10-10r8169: factor out handling rtl8169_statsHeiner Kallweit1-21/+25
2020-10-10net: usbnet: remove driver versionHeiner Kallweit1-4/+0
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+2
2020-10-10Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-2/+0
2020-10-10Merge tag 'wireless-drivers-next-2020-10-09' of git://git.kernel.org/pub/scm/...Jakub Kicinski66-314/+1434
2020-10-10Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/...Jakub Kicinski5-24/+23
2020-10-10net: tlan: Fix typo abitraryNaoki Hayama1-1/+1
2020-10-10net: ipa: skip suspend/resume activities if not set upAlex Elder1-0/+6
2020-10-09ice: fix adding IP4 IP6 Flow Director rulesDan Nowlin1-1/+61
2020-10-09ice: Fix pointer cast warningsBixuan Cui1-2/+2
2020-10-09ice: add additional debug logging for firmware updateJacob Keller3-6/+33
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller5-33/+45
2020-10-09ice: add the DDP Track ID to devlink infoJacob Keller1-0/+8
2020-10-09ice: Change ice_info_get_dsn to be voidAnirudh Venkataramanan1-8/+2
2020-10-09ice: remove repeated wordsBruce Allan4-5/+5
2020-10-09ice: devlink: use %*phD to print small bufferAndy Shevchenko1-3/+1
2020-10-09net: dsa: microchip: add ksz9563 to ksz9477 I2C driverChristian Eggers1-0/+1
2020-10-09net/mlx5: Add support for devlink reload limit no resetMoshe Shemesh1-0/+25
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh3-0/+77
2020-10-09net/mlx5: Add devlink param enable_remote_dev_reset supportMoshe Shemesh3-0/+52
2020-10-09net/mlx5: Add support for devlink reload action fw activateMoshe Shemesh3-11/+108
2020-10-09net/mlx5: Handle sync reset abort eventMoshe Shemesh1-0/+15
2020-10-09net/mlx5: Handle sync reset now eventMoshe Shemesh1-0/+119
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh5-15/+218
2020-10-09net/mlx5: Set cap for pci sync for fw update eventMoshe Shemesh1-0/+3
2020-10-09net/mlx5: Add functions to set/query MFRL registerMoshe Shemesh3-1/+65
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh4-5/+13
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh4-10/+22
2020-10-09net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut1-5/+5
2020-10-09Revert "iwlwifi: remove wide_cmd_header field"Luca Coelho4-1/+9
2020-10-09net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean1-0/+2
2020-10-09cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+5
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-11/+35
2020-10-08net: usb: qmi_wwan: add Cellient MPL200 cardWilken Gottwalt1-0/+1
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-08iwlwifi: bump FW API to 59 for AX devicesLuca Coelho1-1/+1
2020-10-08iwlwifi: read and parse PNVM fileLuca Coelho5-11/+241
2020-10-08iwlwifi: pcie: implement set_pnvm opLuca Coelho6-11/+58