summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-01-09i40e: Turn flow director off in MFP modeCatherine Sullivan1-7/+7
2014-01-09i40e: Add a dummy packet templateJesse Brandeburg1-3/+23
2014-01-09i40e: fix spelling errorsJesse Brandeburg1-1/+1
2014-01-09i40e: trivial: formatting and checkpatch fixesMitch Williams2-16/+17
2014-01-09i40e: shorten wordy fieldsMitch Williams4-11/+11
2014-01-09i40e: accept pf to pf adminq messagesShannon Nelson1-2/+5
2014-01-09i40e: remove interrupt on AQ errorShannon Nelson1-1/+1
2014-01-09i40e: release NVM resource reservation on startupShannon Nelson1-0/+3
2014-01-09i40e: Cleanup reconfig rss pathAnjali Singhai Jain1-8/+0
2014-01-09i40e: disable packet splitJesse Brandeburg1-1/+0
2014-01-09i40e: add a comment on barrier and fix panic on resetGreg Rose2-4/+12
2014-01-09i40e: Fix MAC format in Write MAC address AQ cmdKamil Krawczyk1-2/+5
2014-01-09i40e: Fix GPL headerGreg Rose27-108/+81
2014-01-09i40e: use kernel specific definesJesse Brandeburg2-7/+5
2014-01-09i40e: Re-enable interrupt on ICR0Anjali Singhai Jain1-4/+6
2014-01-08i40e: correctly setup ARQ descriptorsMitch Williams1-0/+5
2014-01-08i40e: remove redundant AQ enableKamil Krawczyk1-6/+0
2014-01-08i40e: Enable/Disable PF switch LB on SR-IOV configure changesGreg Rose1-2/+74
2014-01-08i40e: whitespace paren and comment tweaksShannon Nelson3-6/+7
2014-01-08i40e: rework shadow ram read functionsShannon Nelson1-51/+16
2014-01-08i40e: check MAC type before any REG accessShannon Nelson1-8/+8
2014-01-08i40e: move PF ID init from PF reset to SC initShannon Nelson1-7/+7
2014-01-08i40e: Reduce range of interrupt reg in reg testShannon Nelson1-3/+3
2014-01-08i40e: update firmware api to 1.1Shannon Nelson4-44/+99
2014-01-08i40e: Add code to wait for FW to complete in reset pathShannon Nelson2-0/+42
2014-01-08i40e: Bump versionCatherine Sullivan1-1/+1
2014-01-08i40e: Allow VF to set already assigned MAC addressGreg Rose1-1/+4
2014-01-08i40e: Stop accepting any VLAN tag on VLAN 0 filter setGreg Rose1-11/+0
2014-01-08i40e: Do not enable broadcast promiscuous by defaultGreg Rose2-17/+18
2014-01-08i40e: Expose AQ debugfs hooksAnjali Singhai Jain1-0/+114
2014-01-08mlx4_en: Select PTP_1588_CLOCKShawn Bohrer1-0/+1
2014-01-08net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun1-2/+3
2014-01-07bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2014-01-07bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-246/+655
2014-01-06be2net: fix max_evt_qs calculation for BE3 in SR-IOV configSuresh Reddy2-4/+9
2014-01-06be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy3-12/+22
2014-01-06be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam2-6/+12
2014-01-06i40e: Do not allow AQ calls from ndo-opsAnjali Singhai Jain1-17/+13
2014-01-06i40e: check asq alive before notifyAnjali Singhai Jain1-1/+2
2014-01-06i40e: Admin queue shutdown fixesAnjali Singhai Jain4-28/+44
2014-01-06i40e: Hide the Port VLAN VLAN IDGreg Rose1-1/+1
2014-01-06i40e: use correct struct for get and update vsi paramsShannon Nelson1-6/+6
2014-01-06i40e: Fix VF driver MAC address configurationGreg Rose2-13/+48
2014-01-06i40e: support VFs on PFs other than 0Mitch Williams1-8/+10
2014-01-06i40e: acknowledge VFLR when disabling SR-IOVMitch Williams1-2/+13
2014-01-06i40e: don't allocate zero sizeMitch Williams1-0/+1
2014-01-06i40e: use struct assign instead of memcpyMitch Williams1-1/+1
2014-01-06i40e: Do not enable default port on the VEBGreg Rose1-1/+1
2014-01-06i40e: avoid unnecessary register readMitch Williams1-2/+1