summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-02-05net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua6-2/+157
2015-02-05net/mlx4_core: Port aggregation low level interfaceMoni Shoua2-5/+60
2015-02-05tlan: msecs_to_jiffies convrsionNicholas Mc Guire1-1/+1
2015-02-05tlan: use msecs_to_jiffies for conversionNicholas Mc Guire1-6/+6
2015-02-05gianfar: correct the bad expression while writing bit-patternSanjeev Sharma1-1/+1
2015-02-05net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe2-30/+66
2015-02-03net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 8...Jack Morgenstein1-1/+2
2015-02-03cxgb4 : Improve IEEE DCBx support, other minor open-lldp fixesAnish Bhatt2-2/+107
2015-02-03net/tulip: don't warn about unknown ARM architectureArnd Bergmann1-1/+1
2015-02-03net: hip04: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2015-02-03sunvnet: set queue mapping when doing packet copiesDavid L Stevens1-0/+1
2015-02-03qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner1-10/+16
2015-02-02net: rocker: Add support for retrieving port level statisticsDavid Ahern2-0/+155
2015-02-02rocker: set feature NETIF_F_HW_SWITCH_OFFLOADRoopa Prabhu1-1/+2
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu3-3/+4
2015-02-02stmmac: DMA threshold mode or SF mode can be different among multiple device ...Sonic Zhang1-2/+3
2015-02-02cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCBHariprasad Shenai1-1/+23
2015-02-01drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan5-7/+59
2015-01-31drivers: net: xgene: fix: Out of order descriptor bytes readIyappan Subramanian1-0/+2
2015-01-31ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita1-2/+2
2015-01-31ixgbe: Fix checksum error when using stacked vlanToshiaki Makita1-1/+1
2015-01-31igbvf: Fix checksum error when using stacked vlanToshiaki Makita1-8/+11
2015-01-31net: davinci_emac: Get device MAC on 3517Tony Lindgren1-1/+34
2015-01-31net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren1-1/+22
2015-01-31net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren4-33/+60
2015-01-30net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann1-0/+2
2015-01-30net: lance,ni64: don't build for ARMArnd Bergmann1-2/+2
2015-01-30net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann1-1/+2
2015-01-30net: gianfar: remove the unneeded check of disabled deviceKevin Hao1-1/+1
2015-01-29hisilicon: add some missing curly bracesDan Carpenter1-1/+2
2015-01-28stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong1-0/+2
2015-01-28stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko1-1/+61
2015-01-28stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong1-1/+50
2015-01-28net: netcp: remove unused kconfig option and codeKaricheri, Muralidharan2-2/+1
2015-01-28cxgb4: Move firmware version MACRO to t4fw_version.hHariprasad Shenai3-10/+49
2015-01-28net/mlx4_core: Update the HCA core clock frequency after INIT_PORTMajd Dibbiny1-0/+33
2015-01-28net/mlx4_core: Fix device capabilities dumpingOr Gerlitz1-6/+2
2015-01-28net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapperMatan Barak1-1/+3
2015-01-28net/mlx4_en: Use ethtool cmd->autoneg as a hint for ethtool set settingsSaeed Mahameed1-10/+8
2015-01-28net/mlx4_core: Remove duplicate code line from procedure mlx4_bf_allocJack Morgenstein1-1/+0
2015-01-28net/mlx4_core: Fix struct mlx4_vhcr_cmd to make implicit padding explicitJack Morgenstein1-0/+1
2015-01-28net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein3-35/+9
2015-01-28net/mlx4_core: Adjust command timeouts to conform to the firmware specJack Morgenstein2-11/+12
2015-01-28net/mlx4_core: Fix mem leak in SRIOV mlx4_init_one error flowJack Morgenstein1-1/+3
2015-01-28net/mlx4_core: Add reserved lkey for VFs to QUERY_FUNC_CAPJack Morgenstein3-2/+19
2015-01-28net/mlx4_core: Add bad-cable event supportJack Morgenstein2-1/+30
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-143/+384
2015-01-27stmmac: prevent probe drivers to crash kernelAndy Shevchenko1-1/+4
2015-01-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-01-27sunvnet: improve error handling when a remote crashesDavid L Stevens1-28/+34