summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-19virtio_net: bulk free tx skbsMichael S. Tsirkin1-6/+6
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza1-0/+5
2019-01-18Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller3-14/+34
2019-01-18net/mlx5e: Fix cb_ident duplicate in indirect block registerEli Britstein1-13/+16
2019-01-18net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan1-0/+1
2019-01-18net/mlx5e: Fix wrong error code return on FEC query failureShay Agroskin1-1/+4
2019-01-18net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang1-0/+13
2019-01-18mlxsw: spectrum_switchdev: Do not treat static FDB entries as stickyIdo Schimmel1-6/+6
2019-01-18mlxsw: spectrum_fid: Update dummy FID indexNir Dotan1-2/+2
2019-01-18mlxsw: pci: Return error on PCI reset timeoutNir Dotan1-2/+2
2019-01-18mlxsw: pci: Increase PCI SW reset timeoutNir Dotan1-1/+1
2019-01-18mlxsw: pci: Ring CQ's doorbell before RDQ'sIdo Schimmel2-5/+8
2019-01-18net: Fix typo in NET_FAILOVER help textJonathan Neuschäfer1-1/+1
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni1-0/+1
2019-01-17macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei1-1/+1
2019-01-17amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2-8/+16
2019-01-17net: phy: add missing phy driver featuresCamelia Groza2-0/+2
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur1-0/+6
2019-01-17net: dsa: realtek-smi: fix OF child-node lookupJohan Hovold1-5/+13
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn3-0/+15
2019-01-16net: usb: aqc111: Extend HWID table by TRENDnet deviceDmitry Bezrukov2-0/+23
2019-01-15net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar1-0/+1
2019-01-15net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-15net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34
2019-01-15net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2019-01-15net: phy: fix too strict check in phy_start_anegHeiner Kallweit1-12/+7
2019-01-15Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher3-10/+10
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-182/+415
2019-01-12bnxt_en: Fix context memory allocation.Michael Chan1-3/+6
2019-01-12bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2-3/+5
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-01-10net: ethernet: mediatek: fix warning in phy_start_anegHeiner Kallweit1-16/+0
2019-01-10net: dsa: mv88x6xxx: mv88e6390 errataAndrew Lunn3-0/+128
2019-01-10bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2019-01-10net: cxgb4: fix various indentation issuesColin Ian King3-6/+6
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King2-8/+10
2019-01-10tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2019-01-08mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel1-1/+1
2019-01-08mlxsw: spectrum_nve: Replace error code with EINVALIdo Schimmel1-2/+2
2019-01-08mlxsw: spectrum_switchdev: Avoid returning errors in commit phaseIdo Schimmel1-12/+9
2019-01-08mlxsw: spectrum: Add VXLAN dependency for spectrumIdo Schimmel1-0/+1
2019-01-08mlxsw: spectrum: Disable lag port TX before removing itJiri Pirko1-2/+5
2019-01-08mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan1-2/+0
2019-01-08mlxsw: spectrum_acl: Add cleanup after C-TCAM update error conditionNir Dotan1-1/+9
2019-01-08r8169: load Realtek PHY driver module before r8169Heiner Kallweit1-0/+1