aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason3-12/+8
2012-07-19Merge branch 'net' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileDavid S. Miller1-27/+34
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+38
2012-07-19mlx4_en: map entire pages to increase throughputThadeu Lima de Souza Cascardo2-109/+131
2012-07-19sfc: initialize dynamic sysfs attributes for lockdepMichal Schmidt1-0/+1
2012-07-19net: e100: ucode is optional in some casesBjørn Mork1-9/+31
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-2/+6
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com1-0/+4
2012-07-19net/mlx4_en: Add accelerated RFS supportAmir Vadai4-1/+342
2012-07-19{NET,IB}/mlx4: Add rmap support to mlx4_assign_eqAmir Vadai2-2/+13
2012-07-19net/mlx4: Move MAC_MASK to a common placeAmir Vadai4-7/+4
2012-07-18ixgbe: Cleanup holes in flags after removing several of themAlexander Duyck1-25/+25
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck4-37/+8
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck4-47/+423
2012-07-18ixgbe: Update configure virtualization to allow for multiple PF poolsAlexander Duyck1-12/+12
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck2-180/+163
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck3-34/+28
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck1-5/+2
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine1-1/+1
2012-07-18tilegx net: use eth_hw_addr_random(), not eth_random_addr()Chris Metcalf1-1/+1
2012-07-18tilegx net driver: handle payload data not in fragsChris Metcalf1-18/+18
2012-07-18net: tilegx driver bugfix (be explicit about percpu queue number)Chris Metcalf1-8/+15
2012-07-18driver: net: ethernet: cpsw: runtime PM supportMugunthan V N1-9/+14
2012-07-18driver: net: ethernet: davinci_mdio: runtime PM supportMugunthan V N1-13/+12
2012-07-18jme: netpoll supportPeter Wu1-0/+14
2012-07-18net: ethernet: davinci_emac: add OF supportHeiko Schocher1-1/+88
2012-07-18qlge: fix an "&&" vs "||" bugDan Carpenter1-1/+1
2012-07-18net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet2-6/+14
2012-07-18b44: add 64 bit statsKevin Groeneveld2-41/+58
2012-07-18be2net: Ignore physical link async event for LancerPadmanabh Ratnakar2-0/+6
2012-07-18be2net: Fix VF driver load for LancerPadmanabh Ratnakar2-1/+9
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-175/+183
2012-07-18Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-12/+3
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller14-153/+181
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2-15/+15
2012-07-17ixgbe: Cleanup logic for MRQC and MTQC configurationAlexander Duyck1-50/+66
2012-07-17ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck2-50/+42
2012-07-17ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck2-56/+38
2012-07-17ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck1-4/+16
2012-07-17ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck1-0/+6
2012-07-17r8169: verbose error message.Francois Romieu1-1/+2
2012-07-17r8169: remove rtl_ocpdr_cond.Hayes Wang1-11/+1
2012-07-17sfc: Correct some comments on enum reset_typeBen Hutchings1-4/+4
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings3-10/+28
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings5-60/+76
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings1-3/+8
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings1-1/+1
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings1-1/+1
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings1-9/+0