summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-3012-334/+372
|\
| * i40evf: hide unused variableArnd Bergmann2017-04-301-1/+2
| * i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-301-9/+9
| * i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller2017-04-301-1/+0
| * i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38
| * i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller2017-04-301-6/+6
| * i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-3011-181/+189
| * i40e: separate PF and VSI state flagsJacob Keller2017-04-308-55/+64
| * i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-303-4/+2
| * i40e: amortize wait time when disabling lots of VFsJacob Keller2017-04-301-2/+14
| * i40e: Reprogram port offloads after resetAlexander Duyck2017-04-301-0/+20
| * i40e: rename index to port to avoid confusionJacob Keller2017-04-302-6/+6
| * i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2017-04-302-3/+8
| * i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-304-58/+58
* | e1000e: Add Support for 38.4MHZ frequencySasha Neftin2017-04-302-29/+48
* | e1000e: Add Support for CannonLakeSasha Neftin2017-04-304-62/+63
* | e1000e: Initial Support for CannonLakeSasha Neftin2017-04-304-1/+33
* | e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson2017-04-301-1/+2
|/
* ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-303-4/+34
* ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen2017-04-301-3/+3
* ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-304-7/+31
* ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt2017-04-304-1/+49
* ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-301-10/+18
* ixgbevf: fix size of queue stats lengthEmil Tantilov2017-04-301-1/+1
* ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-301-52/+53
* ixgbe: delay tail write to every 'n' packetsJohn Fastabend2017-04-301-11/+17
* ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-304-53/+348
* ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-303-29/+148
* ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2017-04-292-0/+16
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-04-2412-134/+499
|\
| * igbvf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-212-22/+5
| * igb: Enable reading of wake up packetKim Tatt Chuah2017-04-212-1/+56
| * igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-218-15/+240
| * igb: improve MAC filter handlingYury Kylulin2017-04-212-65/+192
| * e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust2017-04-211-0/+6
| * ixgb: Omit private ndo_get_stats functionTobias Klauser2017-04-211-16/+0
| * e1000: Omit private ndo_get_stats functionTobias Klauser2017-04-211-15/+0
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-2127-187/+1625
|\ \ | |/ |/|
| * i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2017-04-202-11/+7
| * i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-204-6/+129
| * i40e: split some code in i40e_reset_vf into helpersJacob Keller2017-04-201-37/+72
| * i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller2017-04-201-2/+0
| * i40e: reduce wait time for adminq command completionJacob Keller2017-04-204-6/+6
| * i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller2017-04-201-9/+29
| * i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller2017-04-201-50/+89
| * i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller2017-04-201-2/+9
| * i40e: new AQ commandsJingjing Wu2017-04-208-0/+686
| * i40e/i40evf: Add tracepointsScott Peterson2017-04-208-0/+495
| * i40e: dump VF information in debugfsMitch Williams2017-04-201-0/+51
| * i40e: Fix support for flow director programming statusAlexander Duyck2017-04-203-31/+43