aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-27drivers: net: xgene: Move status variable declaration into CONFIG_ACPI blockNathan Chancellor3-3/+6
2019-07-27net: stmmac: Do not request stmmaceth clockThierry Reding1-6/+8
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding4-2/+14
2019-07-26sis900: add support for ethtool's EEPROM dumpSergej Benilov1-0/+68
2019-07-25net: mvneta: use devm_platform_ioremap_resource() to simplify codeJisheng Zhang1-3/+1
2019-07-25mlxsw: spectrum_router: Increase scale of IPv6 nexthop groupsIdo Schimmel1-2/+2
2019-07-25mlxsw: spectrum: Expose KVD size for Spectrum-2Amit Cohen1-1/+21
2019-07-25net: sfc: falcon: convert to i2c_new_dummy_deviceWolfram Sang1-7/+7
2019-07-24mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann1-27/+39
2019-07-24qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2019-07-24r8169: improve rtl_set_rx_modeHeiner Kallweit1-30/+22
2019-07-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-14/+22
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tQian Cai1-2/+5
2019-07-24r8169: fix a typo in a commentCorentin Musard1-1/+1
2019-07-24e1000e: add workaround for possible stalled packetKai-Heng Feng2-1/+11
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin3-0/+9
2019-07-24igc: Update the MAC reset flowSasha Neftin2-2/+2
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin1-5/+0
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin1-6/+0
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)3-3/+4
2019-07-24sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan2-5/+5
2019-07-24sfc: Use dev_get_drvdata where possibleChuhong Yuan2-7/+7
2019-07-24forcedeth: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-24net: marvell: Use dev_get_drvdata where possibleChuhong Yuan2-6/+3
2019-07-24drivers: net: xgene: Remove acpi_has_method() callsKelsey Skunberg3-14/+13
2019-07-23nfp: flower: offload MPLS set actionJohn Hurley2-0/+53
2019-07-23nfp: flower: offload MPLS pop actionJohn Hurley2-0/+31
2019-07-23nfp: flower: offload MPLS push actionJohn Hurley2-0/+57
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann1-9/+18
2019-07-23net: jme: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan1-5/+3
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan1-4/+3
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan3-12/+6
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan3-14/+8
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-23ftgmac100: Fix build.David S. Miller1-1/+1
2019-07-23qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier8-11442/+0
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)55-131/+116
2019-07-22r8169: improve rtl_rxHeiner Kallweit1-28/+15
2019-07-21qed: Prefer pcie_capability_read_word()Frederick Lawler1-3/+2
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-07-21cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2-10/+5
2019-07-21be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier1-0/+5
2019-07-21bnx2x: Prevent load reordering in tx completion processingBrian King1-0/+3
2019-07-21chelsio: Fix a typo in a function nameChristophe JAILLET1-2/+2
2019-07-21allocate_flower_entry: should check for null derefNavid Emamdoost1-1/+2
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET3-4/+4
2019-07-20r8169: fix RTL8168g PHY initThomas Voegtle1-2/+2