summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-02-15net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig1-76/+25
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru8-1/+661
2017-02-15qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru8-1/+425
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet2-18/+19
2017-02-15net: ethernet: ti: cpsw: use var instead of func for usage countIvan Khoronzhuk1-30/+12
2017-02-14pch_gbe: Omit private ndo_get_stats functionTobias Klauser1-12/+0
2017-02-14net: hip04: Omit private ndo_get_stats functionTobias Klauser1-6/+0
2017-02-14pcnet32: fix BNC/AUI port on AM79C970AOndrej Zary1-52/+125
2017-02-14pcnet32: factor out pcnet32_clr_suspend()Ondrej Zary1-11/+10
2017-02-14mlxsw: spectrum: Change ipv6 unregistered mc tableNogah Frankel1-1/+0
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson2-4/+4
2017-02-14ldmvsw: update and simplify version stringShannon Nelson1-10/+4
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson1-6/+2
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson1-49/+45
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson1-0/+1
2017-02-14sunvnet: update version and version printingShannon Nelson1-10/+4
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan1-5/+1
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson2-2/+11
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko1-2/+8
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko4-3/+16
2017-02-14net: qcom/emac: fix a sizeof() typoDan Carpenter1-1/+1
2017-02-14net: fs_enet: Simplify codeChristophe Jaillet1-4/+3
2017-02-14net: fs_enet: Fix an error handling pathChristophe Jaillet1-1/+1
2017-02-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller17-285/+463
2017-02-13net:ethernet:aquantia: Add 2500/5000 mbit link modes support.Pavel Belous1-37/+59
2017-02-13net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+25
2017-02-13net: nuvoton: w90p910: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-13net: neterion: vxge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+27
2017-02-13net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-02-13net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-13net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-13net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+50
2017-02-13net: natsemi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+67
2017-02-13net: myricom: myri10ge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+10
2017-02-13net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+18
2017-02-13net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+17
2017-02-13net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+38
2017-02-13bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar1-0/+6
2017-02-13bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan1-1/+1
2017-02-13bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2-1/+16
2017-02-13bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan1-0/+3
2017-02-13bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan1-3/+14
2017-02-13bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan1-1/+1
2017-02-13bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan1-1/+1
2017-02-13bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni1-6/+26
2017-02-13bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan3-88/+363
2017-02-12i40e: Save more link abilities when using ethtoolHenry Tieman1-0/+3
2017-02-12i40e: avoid race condition when sending filters to firmware for additionJacob Keller2-51/+112
2017-02-12i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29