aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05bnxt_en: read the clause type from the PHY IDVasundhara Volam1-2/+2
2019-05-05bnxt_en: Read package version from firmware.Vasundhara Volam3-1/+12
2019-05-05bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam2-2/+7
2019-05-05bnxt_en: Add support for PCIe statisticsVasundhara Volam3-1/+82
2019-05-05bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam1-39/+36
2019-05-05bnxt_en: Update firmware interface to 1.10.0.69.Michael Chan2-53/+214
2019-05-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-179/+339
2019-05-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-63/+193
2019-05-05r8169: speed up rtl_loop_waitHeiner Kallweit1-1/+1
2019-05-05r8169: make use of phy_set_asym_pauseHeiner Kallweit1-2/+1
2019-05-05net: ll_temac: Make some functions staticYueHaibing1-8/+8
2019-05-05net: aquantia: Make aq_ndev_driver_name staticYueHaibing1-1/+1
2019-05-05net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing1-3/+0
2019-05-05net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy1-5/+3
2019-05-05dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-05-05net: ll_temac: remove an unnecessary conditionDan Carpenter1-1/+1
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter1-2/+2
2019-05-05drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun1-2/+2
2019-05-04i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15
2019-05-04i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-05-04i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-05-04i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski1-25/+3
2019-05-04i40e: missing input validation on VF message handling by the PFMartyna Szapar2-14/+46
2019-05-04i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov6-2/+74
2019-05-04i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
2019-05-04i40e: add num_vectors checker in iwarp handlerSergey Nemov1-0/+10
2019-05-04i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik1-2/+2
2019-05-04i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik1-2/+2
2019-05-04i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov3-0/+6
2019-05-04i40e: VF's promiscuous attribute is not keptGrzegorz Siwik1-0/+23
2019-05-04ice: Disable sniffing VF traffic on PFMichal Swiatkowski1-22/+2
2019-05-04ice: Use more efficient structuresJesse Brandeburg1-2/+2
2019-05-04ice: Use bitfields where possibleJesse Brandeburg1-5/+5
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin4-0/+120
2019-05-04ice: Separate if conditions for ice_set_features()Tony Nguyen1-2/+6
2019-05-04ice: Remove __always_unused attributeTony Nguyen1-1/+1
2019-05-04ice: Suppress false-positive style issues reported by static analyzerBruce Allan1-0/+1
2019-05-04ice: Refactor getting/setting coalesceBrett Creeley1-59/+93
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley1-20/+14
2019-05-04ice: Do not unnecessarily initialize local variableBruce Allan1-1/+1
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski4-28/+36
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2-2/+16
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen1-0/+4
2019-05-04ice: Fix for allowing too many MDD events on VFMichal Swiatkowski1-7/+8
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg1-30/+30
2019-05-04r8169: remove rtl_write_exgmac_batchHeiner Kallweit1-22/+4
2019-05-04mlxsw: spectrum: split base on local_ports_in_{1x, 2x} resourcesShalom Toledo1-11/+35
2019-05-04mlxsw: resources: Add local_ports_in_{1x, 2x}Shalom Toledo1-0/+4
2019-05-04mlxsw: Bump firmware version to 13.2000.1122Ido Schimmel1-2/+2
2019-05-04Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller29-531/+959