aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-10/+6
2019-05-05net: macb: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-7/+5
2019-05-05bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan1-0/+4
2019-05-05bnxt_en: Add support for aRFS on 57500 chips.Michael Chan1-4/+12
2019-05-05bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan2-1/+44
2019-05-05bnxt_en: Improve NQ reservations.Michael Chan1-2/+4
2019-05-05bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma2-1/+19
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-05netdevsim: Make nsim_num_vf 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-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller200-1634/+56474
2019-05-05drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun1-2/+2
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit1-4/+7
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