aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-20sis900: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20bna: remove unnecessary break after returnFabian Frederick1-4/+0
2014-07-20net: tulip: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-208390: remove unnecessary break after returnFabian Frederick1-8/+0
2014-07-20igb: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20e1000e: remove unnecessary break after returnFabian Frederick4-8/+0
2014-07-20ixgbe: remove unnecessary break after returnFabian Frederick2-3/+0
2014-07-20e1000: remove unnecessary break after returnFabian Frederick2-5/+0
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko4-2/+66
2014-07-17be2net: update driver version to 10.4Sathya Perla1-1/+1
2014-07-17be2net: use adapter->flags to track SRIOV stateVasundhara Volam2-1/+6
2014-07-17be2net: avoid SRIOV config for BE2 chipVasundhara Volam1-0/+2
2014-07-17be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam1-1/+1
2014-07-17be2net: use "if (!foo)" test styleKalesh AP1-8/+8
2014-07-17be2net: remove unused structures in be_cmds.hKalesh AP1-29/+0
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP3-22/+13
2014-07-17be2net: update UE bit description stringsVasundhara Volam1-13/+13
2014-07-17be2net: fix return status of some ndo methodsKalesh AP1-16/+27
2014-07-17be2net: fix return status of some ethtool methodsKalesh AP2-5/+9
2014-07-17be2net: return -ENOMEM for memory allocation failuresKalesh AP1-2/+2
2014-07-17be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP1-2/+2
2014-07-17be2net: fix error status for FW-downloadKalesh AP1-3/+3
2014-07-17be2net: use -ENETDOWN error status when interface is downKalesh AP1-2/+2
2014-07-17cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt3-4/+12
2014-07-17cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt1-0/+1
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt4-22/+13
2014-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-13/+65
2014-07-16net: davinci_mdio: allow to create phys from dtGrygorii Strashko1-2/+19
2014-07-16net: davinci_mdio: reuse for keystone2 archGrygorii Strashko1-2/+2
2014-07-16net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed1-26/+62
2014-07-16net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev1-70/+99
2014-07-16net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller1-1/+7
2014-07-16net/mlx4_core: Make sure that negative array index isn't usedDotan Barak1-12/+26
2014-07-16net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin1-1/+13
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-153/+221
2014-07-16i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller1-2/+6
2014-07-16i40e/i40evf: Clean up codePaul M Stillwell Jr5-6/+3
2014-07-16i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+5
2014-07-16i40e: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-07-16i40e: Add ndo_get_phys_port_id() callback supportNeerav Parikh5-2/+49
2014-07-15drivers: net: cpsw: disable coalesce when rx_coalesce_usecs is zeroMugunthan V N1-3/+7
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree9-10/+56
2014-07-15amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2-14/+0
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai3-0/+22
2014-07-15cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai2-0/+67
2014-07-15cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai4-0/+25
2014-07-15iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2-0/+4
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen3-4/+5
2014-07-15net: mvpp2: Fix a typo in the licenseEzequiel Garcia1-1/+1
2014-07-14ethernet: amd: fix 'foo* bar'Varka Bhadram1-36/+40