summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson2015-01-131-1/+1
* i40e: Don't exit link event early if link speed has changedCatherine Sullivan2015-01-131-0/+4
* i40e: limit WoL and link settings to partition 1Shannon Nelson2015-01-131-1/+42
* i40e: Adding function for reading PBA StringKamil Krawczyk2015-01-133-0/+63
* i40e/i40evf: find partition_id in npar modeShannon Nelson2015-01-134-2/+81
* i40e: remove VN2VN related mac filtersVasu Dev2015-01-131-2/+0
* i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose2015-01-131-0/+9
* i40evf: kick a stalled admin queueMitch A Williams2015-01-132-1/+9
* i40evf: enable interrupt 0 appropriatelyMitch A Williams2015-01-131-8/+4
* i40evf: don't fire traffic IRQs when the interface is downMitch A Williams2015-01-131-4/+7
* i40evf: remove leftover VLAN filtersMitch A Williams2015-01-131-0/+4
* i40evf: refactor shutdown codeMitch A Williams2015-01-131-6/+23
* i40evf: Remove some scary log messagesMitch A Williams2015-01-132-9/+1
* i40evf: remove redundant codeMitch A Williams2015-01-131-27/+0
* i40e: disable IOV before freeing resourcesMitch A Williams2015-01-131-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-063-3/+5
|\
| * i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches2014-12-311-1/+3
| * igb: Remove unneeded FIXMETodd Fujinaka2014-12-311-1/+1
| * e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville2014-12-311-1/+1
* | ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-1/+1
* | igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-3/+2
* | e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-2/+1
* | igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2014-12-311-0/+1
* | e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2014-12-311-0/+1
* | net: ixgbe: convert to timecounter adjtime.Richard Cochran2014-12-301-10/+1
* | net: igb: convert to timecounter adjtime.Richard Cochran2014-12-301-6/+1
* | net: e1000e: convert to timecounter adjtime.Richard Cochran2014-12-301-4/+1
* | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-303-3/+3
|/
* net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-161-0/+5
* fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck2014-12-113-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1162-3542/+6707
|\
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-106-11/+10
| * i40e/i40evf: Convert macro to static inlineJeff Kirsher2014-12-092-2/+8
| * i40e: add to NVM update debug messageShannon Nelson2014-12-091-2/+4
| * i40e: check for AQ timeout in aq_rc decodeShannon Nelson2014-12-093-14/+33
| * i40e: poll on NVM semaphore only if not other errorShannon Nelson2014-12-091-4/+9
| * i40e: fix up NVM update sm error handlingShannon Nelson2014-12-091-10/+16
| * i40e: set max limit for access pollingShannon Nelson2014-12-093-15/+10
| * i40e: remove unused nvm_semaphore_waitShannon Nelson2014-12-093-4/+0
| * i40e: init NVM update state on adminq initShannon Nelson2014-12-091-0/+2
| * i40e: add range check to i40e_aq_rc_to_posixShannon Nelson2014-12-092-0/+4
| * i40e: rework debug messages for NVM updateShannon Nelson2014-12-091-27/+80
| * i40e: let firmware catch the NVM busy errorShannon Nelson2014-12-094-19/+0
| * i40e: better error messages for NVM update issuesShannon Nelson2014-12-091-19/+33
| * i40e: clear NVM update state on ethtool testShannon Nelson2014-12-091-0/+3
| * ethtool: Support for configurable RSS hash functionEyal Perry2014-12-083-6/+39
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-12-0816-75/+107
| |\
| | * i40e: Reduce stack in i40e_dbg_dump_descJoe Perches2014-12-061-13/+17
| | * i40e: Bump i40e version to 1.2.2 and i40evf version to 1.0.6Catherine Sullivan2014-12-062-3/+3
| | * i40e: get pf_id from HW rather than PCI functionShannon Nelson2014-12-061-12/+11