aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson1-1/+1
2015-01-13i40e: Don't exit link event early if link speed has changedCatherine Sullivan1-0/+4
2015-01-13i40e: limit WoL and link settings to partition 1Shannon Nelson1-1/+42
2015-01-13i40e: Adding function for reading PBA StringKamil Krawczyk3-0/+63
2015-01-13i40e/i40evf: find partition_id in npar modeShannon Nelson4-2/+81
2015-01-13i40e: remove VN2VN related mac filtersVasu Dev1-2/+0
2015-01-13i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose1-0/+9
2015-01-13i40evf: kick a stalled admin queueMitch A Williams2-1/+9
2015-01-13i40evf: enable interrupt 0 appropriatelyMitch A Williams1-8/+4
2015-01-13i40evf: don't fire traffic IRQs when the interface is downMitch A Williams1-4/+7
2015-01-13i40evf: remove leftover VLAN filtersMitch A Williams1-0/+4
2015-01-13i40evf: refactor shutdown codeMitch A Williams1-6/+23
2015-01-13i40evf: Remove some scary log messagesMitch A Williams2-9/+1
2015-01-13i40evf: remove redundant codeMitch A Williams1-27/+0
2015-01-13i40e: disable IOV before freeing resourcesMitch A Williams1-2/+9
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2015-01-02ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2015-01-02igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-3/+2
2015-01-02e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-2/+1
2014-12-31i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches1-1/+3
2014-12-31igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-31e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka1-1/+1
2014-12-31e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville1-1/+1
2014-12-30net: ixgbe: convert to timecounter adjtime.Richard Cochran1-10/+1
2014-12-30net: igb: convert to timecounter adjtime.Richard Cochran1-6/+1
2014-12-30net: e1000e: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran3-3/+3
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz1-0/+5
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck3-11/+10
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds62-3542/+6707
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck6-11/+10
2014-12-09i40e/i40evf: Convert macro to static inlineJeff Kirsher2-2/+8
2014-12-09i40e: add to NVM update debug messageShannon Nelson1-2/+4
2014-12-09i40e: check for AQ timeout in aq_rc decodeShannon Nelson3-14/+33
2014-12-09i40e: poll on NVM semaphore only if not other errorShannon Nelson1-4/+9
2014-12-09i40e: fix up NVM update sm error handlingShannon Nelson1-10/+16
2014-12-09i40e: set max limit for access pollingShannon Nelson3-15/+10
2014-12-09i40e: remove unused nvm_semaphore_waitShannon Nelson3-4/+0
2014-12-09i40e: init NVM update state on adminq initShannon Nelson1-0/+2
2014-12-09i40e: add range check to i40e_aq_rc_to_posixShannon Nelson2-0/+4
2014-12-09i40e: rework debug messages for NVM updateShannon Nelson1-27/+80
2014-12-09i40e: let firmware catch the NVM busy errorShannon Nelson4-19/+0
2014-12-09i40e: better error messages for NVM update issuesShannon Nelson1-19/+33
2014-12-09i40e: clear NVM update state on ethtool testShannon Nelson1-0/+3
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry3-6/+39
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-75/+107
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck7-62/+22
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki2-7/+1
2014-12-06i40e: Reduce stack in i40e_dbg_dump_descJoe Perches1-13/+17