summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2014-11-14net/mlx4_en: Implement ndo_gso_check()Joe Stringer
2014-11-14be2net: Implement ndo_gso_check()Joe Stringer
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13net/mlx4_core: Support more than 64 VFsMatan Barak
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak
2014-11-13net/mlx4_core: Add QUERY_FUNC firmware commandMatan Barak
2014-11-13net/mlx4_core: Refactor mlx4_load_oneMatan Barak
2014-11-13net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak
2014-11-13net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak
2014-11-13net/mlx4_core: Fix wrong reading of reserved_eqsMatan Barak
2014-11-13smsc911x: power-up phydev before doing a software reset.Enric Balletbo i Serra
2014-11-13net: sh_eth: Add r8a7793 supportHisashi Nakamura
2014-11-13net: sh_eth: Add RMII mode setting in probeHisashi Nakamura
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter
2014-11-13net/smsc911x: Fix delays in the PHY enable/disable routinesAlexander Kochetkov
2014-11-13net/smsc911x: Fix rare soft reset timeout issue due to PHY power-down modeAlexander Kochetkov
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt
2014-11-12net: systemport: fix tx work done in TX napi pollFlorian Fainelli
2014-11-12enic: fix work done in tx napi_pollGovindarajulu Varadarajan
2014-11-12amd-xgbe: Fix sparse endian warningsLendacky, Thomas
2014-11-12net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran
2014-11-12cxgb4: Fix static checker warningHariprasad Shenai
2014-11-12cxgb4 : dcb open-lldp interop fixesAnish Bhatt
2014-11-12sunvnet: fix NULL pointer dereferenceDavid L Stevens
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck
2014-11-12cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck
2014-11-11net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli
2014-11-11net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli
2014-11-11net: qualcomm: Fix dependencyStefan Wahren
2014-11-11ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann
2014-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko
2014-11-11net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel...Or Gerlitz
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli
2014-11-11ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore
2014-11-11i40evf: don't use more queues than CPUsMitch Williams
2014-11-11i40evf: make early init processing more robustMitch Williams
2014-11-11i40e: clean up throttle rate codeJesse Brandeburg
2014-11-11i40e: don't do link_status or stats collection on every ARQShannon Nelson
2014-11-11i40e: poll firmware slowerKamil Krawczyk
2014-11-10mlx4: restore conditional call to napi_complete_done()Eric Dumazet
2014-11-10sunvnet: Add missing rcu_read_unlock() in vnet_start_xmitSowmini Varadhan
2014-11-10sunvnet: vnet_ack() should check if !start_cons to send a missed triggerSowmini Varadhan
2014-11-10sunvnet: Fix race between vnet_start_xmit() and vnet_ack()Sowmini Varadhan