aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* sis900: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* bna: remove unnecessary break after returnFabian Frederick2014-07-201-4/+0
* net: tulip: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* 8390: remove unnecessary break after returnFabian Frederick2014-07-201-8/+0
* igb: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* e1000e: remove unnecessary break after returnFabian Frederick2014-07-204-8/+0
* ixgbe: remove unnecessary break after returnFabian Frederick2014-07-202-3/+0
* e1000: remove unnecessary break after returnFabian Frederick2014-07-202-5/+0
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-174-2/+66
* be2net: update driver version to 10.4Sathya Perla2014-07-171-1/+1
* be2net: use adapter->flags to track SRIOV stateVasundhara Volam2014-07-172-1/+6
* be2net: avoid SRIOV config for BE2 chipVasundhara Volam2014-07-171-0/+2
* be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam2014-07-171-1/+1
* be2net: use "if (!foo)" test styleKalesh AP2014-07-171-8/+8
* be2net: remove unused structures in be_cmds.hKalesh AP2014-07-171-29/+0
* be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-173-22/+13
* be2net: update UE bit description stringsVasundhara Volam2014-07-171-13/+13
* be2net: fix return status of some ndo methodsKalesh AP2014-07-171-16/+27
* be2net: fix return status of some ethtool methodsKalesh AP2014-07-172-5/+9
* be2net: return -ENOMEM for memory allocation failuresKalesh AP2014-07-171-2/+2
* be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP2014-07-171-2/+2
* be2net: fix error status for FW-downloadKalesh AP2014-07-171-3/+3
* be2net: use -ENETDOWN error status when interface is downKalesh AP2014-07-171-2/+2
* cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt2014-07-173-4/+12
* cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt2014-07-171-0/+1
* Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-174-22/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-07-169-13/+65
|\
| * i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller2014-07-161-2/+6
| * i40e/i40evf: Clean up codePaul M Stillwell Jr2014-07-165-6/+3
| * i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-07-163-1/+5
| * i40e: never generate both software and hardware timestampsJakub Kicinski2014-07-161-2/+2
| * i40e: Add ndo_get_phys_port_id() callback supportNeerav Parikh2014-07-165-2/+49
* | net: davinci_mdio: allow to create phys from dtGrygorii Strashko2014-07-161-2/+19
* | net: davinci_mdio: reuse for keystone2 archGrygorii Strashko2014-07-161-2/+2
* | net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed2014-07-161-26/+62
* | net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev2014-07-161-70/+99
* | net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller2014-07-161-1/+7
* | net/mlx4_core: Make sure that negative array index isn't usedDotan Barak2014-07-161-12/+26
* | net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin2014-07-161-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-1626-153/+221
|\ \ | |/ |/|
| * mlx4: mark napi id for gro_skbJason Wang2014-07-141-0/+1
| * net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli2014-07-131-1/+1
| * be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy2014-07-111-1/+1
| * igb: do a reset on SR-IOV re-init if device is downStefan Assmann2014-07-101-0/+2
| * igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka2014-07-107-8/+113
| * r8169: disable L23hayeswang2014-07-091-0/+25
| * net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons2014-07-081-1/+1
| * net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni2014-07-081-1/+1
| * net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai2014-07-084-15/+24
| * net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz2014-07-071-1/+1