summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-06-26cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo1-0/+1
2014-06-26tg3: Change nvram command timeout value to 50msPrashant Sreedharan1-2/+2
2014-06-25cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing1-9/+7
2014-06-24be2net: fix qnq mode detection on VFsSuresh Reddy3-6/+4
2014-06-23net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz1-1/+2
2014-06-23tulip: Poll link status more frequently for Comet chipsOndrej Zary1-1/+1
2014-06-22drivers: net: cpsw: fix dual EMAC stall when connected to same switchMugunthan V N1-1/+6
2014-06-20tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan1-2/+2
2014-06-19skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner1-0/+7
2014-06-18net: fec: Don't clear IPV6 header checksum field when IP accelerator enableFugang Duan1-1/+7
2014-06-17net: tile: fix unused variable warningChris Metcalf1-1/+0
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds326-5292/+19853
2014-06-12net: fec: Add software TSO supportNimrod Andy2-23/+238
2014-06-12net: fec: Add Scatter/gather supportNimrod Andy2-62/+178
2014-06-12net: fec: Increase buffer descriptor entry numberNimrod Andy2-16/+17
2014-06-12net: fec: Factorize feature settingNimrod Andy1-5/+3
2014-06-12net: fec: Enable IP header hardware checksumNimrod Andy1-1/+2
2014-06-12net: fec: Factorize the .xmit transmit functionNimrod Andy2-35/+47
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul1-2/+3
2014-06-12bnx2x: Enlarge the dorq threshold for VFsAriel Elior1-2/+4
2014-06-12bnx2x: Check for UNDI in uncommon branchYuval Mintz1-13/+30
2014-06-12bnx2x: Fix 1G-baseT linkYaniv Rosner1-0/+1
2014-06-12bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner1-6/+19
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+24
2014-06-12net/fsl: xgmac_mdio is dependent on OF_MDIOAndy Fleming1-0/+1
2014-06-12net/fsl: Make xgmac_mdio read error message usefulShruti Kanetkar1-1/+3
2014-06-12qlcnic: Update version to 5.3.60Shahed Shaikh1-2/+2
2014-06-12qlcnic: Optimize ring count validationsShahed Shaikh2-12/+7
2014-06-12qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh3-20/+28
2014-06-12drivers: net: davinci_cpdma: double free on errorDan Carpenter1-3/+1
2014-06-12amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter1-1/+1
2014-06-12sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2-5/+24
2014-06-12net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda1-1/+0
2014-06-12net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda1-5/+3
2014-06-12net: sxgbe: remove duplicate SXGBE_CORE_L34_ADDCTL_REG defineDan Carpenter1-1/+0
2014-06-12qlcnic: remove duplicate QLC_83XX_GET_LSO_CAPABILITY defineDan Carpenter1-1/+0
2014-06-12net/mlx4_en: Use affinity hintYuval Atias3-2/+46
2014-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller20-174/+453
2014-06-11i40e/i40evf: Bump i40e to version 0.4.10 and i40evf to 0.9.34Catherine Sullivan2-2/+2
2014-06-11i40e: use stored base_queue valueShannon Nelson1-3/+2
2014-06-11i40e: Fix a bug in ethtool for FD drop packet filter actionAnjali Singhai Jain1-2/+7
2014-06-11i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain6-2/+41
2014-06-11i40e/i40evf: remove FTYPEJesse Brandeburg2-2/+0
2014-06-11i40evf: check admin queue error bitsMitch Williams1-0/+36
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose4-21/+18
2014-06-11i40e: Do not accept tagged packets by defaultGreg Rose1-0/+32
2014-06-11i40e: Separate out DCB capability and enabled flagsNeerav Parikh3-10/+25
2014-06-11i40evf: don't go further downMitch Williams1-2/+4
2014-06-11i40e: Change the notion of src and dst for FD_SB in ethtoolAnjali Singhai Jain2-8/+16
2014-06-11i40e/i40evf: AdminQ API update for new FWShannon Nelson3-33/+161