summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: fix type of entry variableAndrzej Hajda2015-09-231-1/+1
* net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-231-1/+1
* drivers: net: cpsw-common: add support for reading mac address for dra7 and a...Mugunthan V N2015-09-221-0/+6
* drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N2015-09-224-59/+57Star
* net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_highFlorian Fainelli2015-09-221-2/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-219-85/+354
|\
| * i40e/i40evf: Bump i40e to 1.3.21 and i40evf to 1.3.13Catherine Sullivan2015-09-182-2/+2
| * i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson2015-09-183-0/+81
| * i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-185-0/+93
| * i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-184-14/+55
| * i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson2015-09-183-11/+35
| * i40e/i40evf: add handling of writeback descriptorShannon Nelson2015-09-183-4/+24
| * i40e/i40evf: save aq writeback for future inspectionShannon Nelson2015-09-184-0/+10
| * i40e: rename variable to prevent clash of understandingShannon Nelson2015-09-181-57/+57
* | net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode2015-09-215-0/+2971
* | net: add Hisilicon Network Subsystem DSAF supporthuangdaode2015-09-2118-0/+9798
* | net: add Hisilicon Network Subsystem hnae framework supporthuangdaode2015-09-215-0/+1103
* | net: add Hisilicon Network Subsystem MDIO supporthuangdaode2015-09-214-187/+531
* | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-182-3/+105
* | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-182-3/+50
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-1812-135/+252
|\
| * fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-161-33/+52
| * fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-161-0/+6
| * fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller2015-09-161-2/+28
| * fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller2015-09-161-1/+1
| * fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller2015-09-163-1/+20
| * fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller2015-09-161-2/+3
| * fm10k: remove is_slot_appropriateJacob Keller2015-09-163-29/+0Star
| * fm10k: don't store sw_vid at resetJacob Keller2015-09-161-3/+0Star
| * fm10k: allow creation of VLAN interfaces even while downJacob Keller2015-09-161-0/+6
| * fm10k: Report MAC address on driver loadAlexander Duyck2015-09-161-0/+3
| * fm10k: Don't assume page fragments are page sizeAlexander Duyck2015-09-161-6/+1Star
| * fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2015-09-162-15/+15
| * fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller2015-09-161-29/+76
| * fm10k: only prevent removal of default VID rulesJacob Keller2015-09-161-2/+2
| * fm10k: disable service task during suspendJacob Keller2015-09-161-0/+19
| * ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-09-164-6/+5Star
| * ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson2015-09-161-3/+3
| * ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore2015-09-161-3/+12
* | net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2015-09-172-44/+84
|/
* mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches2015-09-151-21/+22
* driver: net: xgene: Add support for 2nd 10GbE portIyappan Subramanian2015-09-153-5/+19
* drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N2015-09-151-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-1018-136/+128Star
|\
| * r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen2015-09-101-83/+54Star
| * cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2015-09-102-8/+37
| * net: fec: add netif status check before set mac addressNimrod Andy2015-09-101-0/+8
| * stmmac: fix check for phydev being openAlexey Brodkin2015-09-101-1/+4
| * net: qlcnic: delete redundant memsetsRasmus Villemoes2015-09-103-6/+0Star
| * net: mv643xx_eth: use kzallocRasmus Villemoes2015-09-101-4/+1Star