summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner2018-01-241-0/+2
* | | | igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
* | | | e1000e: Set HTHRESH when PTHRESH is usedMatt Turner2018-01-241-1/+1
* | | | igb: add function to get maximum RSS queuesZhang Shengju2018-01-243-33/+12Star
* | | | igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
|/ / /
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-2418-210/+403
|\ \ \
| * | | i40e: Fix channel addition in reset flowAmritha Nambiar2018-01-231-0/+11
| * | | i40evf: ignore link up if not runningAlan Brady2018-01-231-12/+23
| * | | i40e: Delete an error message for a failed memory allocation in i40e_init_int...Markus Elfring2018-01-231-3/+2Star
| * | | i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem2018-01-232-18/+20
| * | | i40e: simplify pointer dereferencesMitch Williams2018-01-231-10/+8Star
| * | | i40e: check for invalid DCB configMitch Williams2018-01-231-1/+33
| * | | i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-236-99/+115
| * | | i40e: Fix for blinking activity instead of link LEDsMichal Kuchta2018-01-231-3/+2Star
| * | | i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2018-01-232-1/+9
| * | | i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari2018-01-231-2/+0Star
| * | | i40e: avoid divide by zeroMitch Williams2018-01-231-2/+7
| * | | i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski2018-01-239-59/+173
* | | | ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-232-0/+23
* | | | ixgbe: ipsec offload statsShannon Nelson2018-01-234-1/+10
* | | | ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-235-9/+112
* | | | ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-233-2/+115
* | | | ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-233-0/+44
* | | | ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-233-1/+399
* | | | ixgbe: add ipsec data structuresShannon Nelson2018-01-232-0/+45
* | | | ixgbe: add ipsec engine start and stop routinesShannon Nelson2018-01-231-0/+142
* | | | ixgbe: add ipsec register access routinesShannon Nelson2018-01-235-0/+222
* | | | ixgbe: clean up ipsec definesShannon Nelson2018-01-231-13/+7Star
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-7/+2Star
|\| |
| * | fm10k: mark PM functions as __maybe_unusedArnd Bergmann2018-01-181-7/+2Star
* | | ixgbevf: Fix kernel-doc format warningsTony Nguyen2018-01-122-5/+18
* | | ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-1212-39/+99
* | | ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-122-10/+14
* | | ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-122-58/+72
* | | ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-122-108/+25Star
* | | ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2018-01-122-10/+14
* | | ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-126-27/+29
* | | ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-122-5/+3Star
* | | ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck2018-01-121-4/+8
* | | i40e: track id can be 0Jingjing Wu2018-01-102-10/+0Star
* | | i40e: change ppp name to ddpJingjing Wu2018-01-108-69/+73
* | | i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck2018-01-101-34/+0Star
* | | i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck2018-01-101-2/+4
* | | i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck2018-01-101-13/+5Star
* | | i40e: remove redundant initialization of read_sizeColin Ian King2018-01-101-1/+1
* | | i40e/i40evf: Bump driver versionsAlice Michael2018-01-102-4/+4
* | | i40e: add helper conversion function for link_speedJacob Keller2018-01-102-2/+33
* | | i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller2018-01-101-0/+1
* | | i40evf: hold the critical task bit lock while openingJacob Keller2018-01-101-9/+31
* | | i40evf: release bit locks in reverse orderJacob Keller2018-01-101-1/+1