summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-0639-246/+655
|\
| * be2net: fix max_evt_qs calculation for BE3 in SR-IOV configSuresh Reddy2014-01-062-4/+9
| * be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy2014-01-063-12/+22
| * be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam2014-01-062-6/+12
| * fec: Revert "fec: Do not assume that PHY reset is active low"Fabio Estevam2014-01-061-10/+4
| * bnx2x: fix VLAN configuration for VFs.Yuval Mintz2014-01-065-112/+174
| * bnx2x: fix AFEX memory overflowYuval Mintz2014-01-061-1/+4
| * bnx2x: Clean before update RSS arrivesMichal Kalderon2014-01-062-1/+7
| * bnx2x: Correct number of MSI-X vectors for VFsMichal Kalderon2014-01-061-3/+6
| * bnx2x: limit number of interrupt vectors for 57711Dmitry Kravkov2014-01-062-3/+5
| * qlcnic: Fix bug in Tx completion pathShahed Shaikh2014-01-044-7/+12
| * cxgb4: allow large buffer size to have page sizeThadeu Lima de Souza Cascardo2014-01-041-1/+1
| * qlcnic: Fix resource allocation for TX queuesManish Chopra2014-01-021-1/+2
| * qlcnic: Fix loopback diagnostic testManish Chopra2014-01-023-6/+7
| * bnx2x: Fix KR2 work-around detection of BCM8073Yaniv Rosner2014-01-021-1/+1
| * bnx2x: Fix incorrect link-up reportYaniv Rosner2014-01-021-0/+4
| * bnx2x: Fix Duplex setting for 54618seYaniv Rosner2014-01-021-26/+28
| * bnx2x: Fix passive DAC cable detectionYaniv Rosner2014-01-021-9/+12
| * bnx2x: Fix 578xx-KR 1G linkYaniv Rosner2014-01-022-0/+14
| * stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers2013-12-302-13/+11
| * fec: Do not assume that PHY reset is active lowFabio Estevam2013-12-301-4/+10
| * netxen: Correct off-by-one errors in bounds checksDavid Gibson2013-12-271-2/+2
| * arc_emac: fix potential use after freeEric Dumazet2013-12-271-2/+2
| * tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir2013-12-271-1/+1
| * drivers: net : cpsw: pass proper device name while requesting irqMugunthan V N2013-12-231-1/+1
| * cxgb4: Add API to correctly calculate tuple fieldsKumar Sanghvi2013-12-236-16/+235
| * cxgb4: Account for stid entries properly in case of IPv6Kumar Sanghvi2013-12-231-2/+12
| * cxgb4: Assign filter server TIDs properlyKumar Sanghvi2013-12-232-5/+20
| * cxgb4: Include TCP as protocol when creating server filtersKumar Sanghvi2013-12-232-0/+9
| * cxgb4: Reserve stid 0 for T4/T5 adaptersKumar Sanghvi2013-12-231-0/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-12-204-7/+16
| |\
| | * ixgbe: fix for unused variable warning with certain configDon Skidmore2013-12-181-0/+2
| | * e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman2013-12-181-2/+2
| | * e1000e: fix compiler warning (maybe-unitialized variable)David Ertman2013-12-181-2/+5
| | * e1000e: fix compiler warningsDavid Ertman2013-12-181-3/+7
| * | net: mvmdio: fix interrupt timeout handlingLeigh Brown2013-12-201-0/+6
| * | atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall2013-12-201-3/+5
| * | net: fec: fix potential use after freeEric Dumazet2013-12-201-2/+2
| * | bnx2x: downgrade "valid ME register value" message levelMichal Schmidt2013-12-191-1/+1
| * | drivers: net cpsw: Enable In Band mode in cpsw for 10 mbpsMugunthan V N2013-12-181-0/+2
| |/
* | i40e: Do not allow AQ calls from ndo-opsAnjali Singhai Jain2014-01-061-17/+13
* | i40e: check asq alive before notifyAnjali Singhai Jain2014-01-061-1/+2
* | i40e: Admin queue shutdown fixesAnjali Singhai Jain2014-01-064-28/+44
* | i40e: Hide the Port VLAN VLAN IDGreg Rose2014-01-061-1/+1
* | i40e: use correct struct for get and update vsi paramsShannon Nelson2014-01-061-6/+6
* | i40e: Fix VF driver MAC address configurationGreg Rose2014-01-062-13/+48
* | i40e: support VFs on PFs other than 0Mitch Williams2014-01-061-8/+10
* | i40e: acknowledge VFLR when disabling SR-IOVMitch Williams2014-01-061-2/+13
* | i40e: don't allocate zero sizeMitch Williams2014-01-061-0/+1
* | i40e: use struct assign instead of memcpyMitch Williams2014-01-061-1/+1