summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller43-557/+819
2015-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller26-115/+190
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-555/+817
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches17-25/+25
2015-03-04i40e: Fix dependencies in the i40e driver on configfsGreg Rose4-8/+17
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck1-2/+2
2015-03-03ibmveth: Add function to enable live MAC address changesThomas Falcon1-1/+23
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda2-2/+2
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh1-3/+1
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain2-1/+5
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain2-0/+5
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2-8/+8
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh3-11/+14
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain1-12/+19
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain3-9/+21
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams1-1/+0
2015-03-03i40e: Add safety net for switch callingAkeem G Abodunrin1-0/+4
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson6-7/+15
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh1-0/+5
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick11-42/+40
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-03-03sh_eth: Really fix padding of short frames on TXBen Hutchings1-1/+1
2015-03-03Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings1-3/+2
2015-03-03sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings1-1/+1
2015-03-03sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings1-0/+6
2015-03-02net/mlx4_en: Disbale GRO for incoming loopback/selftest packetsIdo Shamay1-1/+7
2015-03-02net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz2-4/+6
2015-03-02bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-02net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2
2015-03-02net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli2-3/+6
2015-03-01net: bcmgenet: fix software maintained statisticsFlorian Fainelli1-3/+6
2015-03-01net: pasemi: Use setup_timer and mod_timerVaishali Thakkar1-5/+3
2015-03-01net: stmmac: Use setup_timer and mod_timerVaishali Thakkar1-5/+5
2015-03-01net: 8390: axnet_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01net: 8390: pcnet_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01net: smc91c92_cs: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-03-01netxen_nic: Fix trivial typos in commentsYannick Guerrini1-2/+2
2015-03-01qlcnic: Fix trivial typo in commentYannick Guerrini1-1/+1
2015-03-01net: ti: cpsw: add hibernation callbacksGrygorii Strashko1-4/+3
2015-03-01net: davinci_mdio: add hibernation callbacksGrygorii Strashko1-2/+3
2015-03-01sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven1-0/+3
2015-03-01net: bcmgenet: fix throughtput regressionJaedon Shin2-27/+88
2015-02-28drivers: net: cpsw: Set SECURE for dual_emac ucastGeorge McCollister1-1/+1
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter1-4/+2
2015-02-28net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann2-113/+10
2015-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-76/+280