aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17drivers: net: Don't print unpopulated net_device nameHarvey Hunt3-10/+20
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru10-8/+825
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven1-1/+6
2016-05-17qed: Remove a stray tabDan Carpenter1-1/+1
2016-05-17Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-6/+6
2016-05-16net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fec-mpc52xx: use phydev from struct net_devicePhilippe Reynes1-23/+20
2016-05-16stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia1-1/+6
2016-05-16net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes5-26/+18
2016-05-16net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-05-16net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes1-16/+8
2016-05-16net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+2
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes3-32/+35
2016-05-16ixgbe: Fix VLAN features errorAlexander Duyck1-4/+4
2016-05-16ixgbe: use correct mask when enabling sriovEmil Tantilov1-2/+2
2016-05-16qed: VFs gracefully accept lack of PMYuval Mintz1-1/+1
2016-05-16qed: Allow more than 16 VFsYuval Mintz1-0/+3
2016-05-16qed: Reset link on IOV disableManish Chopra1-39/+51
2016-05-16qed: Improve VF interrupt resetYuval Mintz4-60/+41
2016-05-16qed: Correct PF-sanity checkYuval Mintz1-3/+3
2016-05-16net/mlx4_core: Fix access to uninitialized indexTariq Toukan1-2/+2
2016-05-16net: w5100-spi: add support to specify MAC address by device treeAkinobu Mita3-4/+8
2016-05-16net: w5100: increase TX timeout periodAkinobu Mita1-1/+0
2016-05-16net: w5100: fix MAC filtering for W5500Akinobu Mita1-4/+13
2016-05-16net: w5100: remove unused is_w5200()Akinobu Mita1-5/+0
2016-05-16net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai3-7/+69
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai4-2/+236
2016-05-16net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai4-10/+102
2016-05-16net/mlx5_core: Firmware commands to support flow countersAmir Vadai3-0/+77
2016-05-16net/mlx5_core: Use a macro in mlx5_command_str()Amir Vadai1-171/+132
2016-05-16net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang1-4/+4
2016-05-16net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang1-2/+2
2016-05-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-165/+330
2016-05-15bnxt_en: Use dma_rmb() instead of rmb().Michael Chan1-1/+1
2016-05-15bnxt_en: Add BCM57314 device ID.Michael Chan1-0/+3
2016-05-15bnxt_en: Simplify and improve unsupported SFP+ module reporting.Michael Chan2-37/+30
2016-05-15bnxt_en: Fix length value in dmesg log firmware error message.Michael Chan1-1/+1
2016-05-15bnxt_en: Improve the delay logic for firmware response.Michael Chan1-9/+10
2016-05-15bnxt_en: Reduce maximum ring pages if page size is 64K.Michael Chan1-0/+7
2016-05-15bnxt_en: Report PCIe link speed and width during driver loadAjit Khaparde1-0/+18
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde4-0/+167
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige1-1/+5
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-52/+196
2016-05-14i40e: fix an uninitialized variable bugDan Carpenter1-1/+1
2016-05-14i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari1-1/+1
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams1-8/+0
2016-05-14i40e/i40evf: properly report Rx packet hashMitch Williams1-1/+1
2016-05-14i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah1-1/+2
2016-05-13i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin1-1/+1