summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-09-23net: stmmac: fix type of entry variableAndrzej Hajda1-1/+1
2015-09-23net/ibm/emac: fix type of phy_modeAndrzej Hajda1-1/+1
2015-09-22drivers: net: cpsw-common: add support for reading mac address for dra7 and a...Mugunthan V N1-0/+6
2015-09-22drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N4-59/+57
2015-09-22net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_highFlorian Fainelli1-2/+1
2015-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-85/+354
2015-09-21net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode5-0/+2971
2015-09-21net: add Hisilicon Network Subsystem DSAF supporthuangdaode18-0/+9798
2015-09-21net: add Hisilicon Network Subsystem hnae framework supporthuangdaode5-0/+1103
2015-09-21net: add Hisilicon Network Subsystem MDIO supporthuangdaode4-187/+531
2015-09-18net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2-3/+105
2015-09-18net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2-3/+50
2015-09-18i40e/i40evf: Bump i40e to 1.3.21 and i40evf to 1.3.13Catherine Sullivan2-2/+2
2015-09-18i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson3-0/+81
2015-09-18i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson5-0/+93
2015-09-18i40e/i40evf: add wait states to NVM state machineShannon Nelson4-14/+55
2015-09-18i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson3-11/+35
2015-09-18i40e/i40evf: add handling of writeback descriptorShannon Nelson3-4/+24
2015-09-18i40e/i40evf: save aq writeback for future inspectionShannon Nelson4-0/+10
2015-09-18i40e: rename variable to prevent clash of understandingShannon Nelson1-57/+57
2015-09-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-135/+252
2015-09-17net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2-44/+84
2015-09-16fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller1-33/+52
2015-09-16fm10k: Only trigger data path reset if fabric is upAlexander Duyck1-0/+6
2015-09-16fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller1-2/+28
2015-09-16fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-16fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller3-1/+20
2015-09-16fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller1-2/+3
2015-09-16fm10k: remove is_slot_appropriateJacob Keller3-29/+0
2015-09-16fm10k: don't store sw_vid at resetJacob Keller1-3/+0
2015-09-16fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-16fm10k: Report MAC address on driver loadAlexander Duyck1-0/+3
2015-09-16fm10k: Don't assume page fragments are page sizeAlexander Duyck1-6/+1
2015-09-16fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2-15/+15
2015-09-16fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller1-29/+76
2015-09-16fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-09-16fm10k: disable service task during suspendJacob Keller1-0/+19
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck4-6/+5
2015-09-16ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson1-3/+3
2015-09-16ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore1-3/+12
2015-09-15mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches1-21/+22
2015-09-15driver: net: xgene: Add support for 2nd 10GbE portIyappan Subramanian3-5/+19
2015-09-15drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N1-0/+9
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-136/+128
2015-09-10r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen1-83/+54
2015-09-10cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2-8/+37
2015-09-10net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-10stmmac: fix check for phydev being openAlexey Brodkin1-1/+4
2015-09-10net: qlcnic: delete redundant memsetsRasmus Villemoes3-6/+0
2015-09-10net: mv643xx_eth: use kzallocRasmus Villemoes1-4/+1