summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-214-80/+115
|\
| * ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-192-61/+76
| * ice: Don't tell the OS that link is going downMichal Swiatkowski2020-02-191-7/+0
| * ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-192-12/+39
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-02-2014-6/+576
|\ \
| * | igc: Add commentSasha Neftin2020-02-191-0/+2
| * | igc: Add WOL supportSasha Neftin2020-02-194-0/+75
| * | igc: Add pcie error handler supportSasha Neftin2020-02-191-0/+103
| * | igc: Complete to commit Add basic skeleton for PTPSasha Neftin2020-02-193-1/+4
| * | e1000e: Add support for Tiger Lake deviceVitaly Lifshits2020-02-192-0/+2
| * | igc: Fix the typo in commentSasha Neftin2020-02-191-1/+1
| * | e1000e: Add support for Alder LakeSasha Neftin2020-02-195-0/+21
| * | igc: Add dump optionsSasha Neftin2020-02-196-1/+338
| * | igc: Complete to commit Add legacy power management supportSasha Neftin2020-02-191-0/+27
| * | igc: make non-global functions staticChen Zhou2020-02-191-2/+2
| * | net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...Jia-Ju Bai2020-02-191-2/+2
| * | e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)2020-02-191-1/+1
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-02-2015-117/+414
|\ \ \
| * | | ice: fix define for E822 backplane deviceBruce Allan2020-02-193-4/+4
| * | | ice: add support for E823 devicesBruce Allan2020-02-193-9/+53
| * | | ice: add additional E810 device idBruce Allan2020-02-192-0/+3
| * | | ice: add backslash-n to stringsJesse Brandeburg2020-02-195-18/+13
| * | | ice: increase PF reset wait timeout to 300 millisecondsJacob Keller2020-02-191-1/+1
| * | | ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak2020-02-191-0/+18
| * | | ice: SW DCB, report correct max TC valueDave Ertman2020-02-191-8/+1
| * | | ice: Report correct DCB modeAvinash Dayanand2020-02-191-3/+24
| * | | ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD2020-02-191-0/+43
| * | | ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley2020-02-192-2/+7
| * | | ice: Fix for TCAM entry managementDan Nowlin2020-02-191-14/+51
| * | | ice: update malicious driver detection event handlingPaul Greenwalt2020-02-196-59/+150
| * | | ice: Validate config for SW DCB mapAvinash Dayanand2020-02-193-0/+47
| |/ /
* / / e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-192-9/+2
|/ /
* | ice: use true/false for bool typesBruce Allan2020-02-151-1/+1
* | ice: add function argument description to function header commentBruce Allan2020-02-151-0/+1
* | ice: use proper format for function pointer as a function parameterBruce Allan2020-02-151-1/+1
* | ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan2020-02-155-9/+9
* | ice: remove unnecessary fallthrough commentsBruce Allan2020-02-156-10/+0
* | ice: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-02-151-8/+18
* | ice: Fix and refactor Rx queue disable for VFsBrett Creeley2020-02-152-10/+27
* | ice: Handle LAN overflow event for VF queuesBrett Creeley2020-02-155-0/+86
* | ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley2020-02-151-9/+12
* | ice: Add support to enable/disable all Rx queues before waitingBrett Creeley2020-02-158-34/+67
* | ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley2020-02-151-18/+31
* | ice: Fix Port VLAN priority bitsBrett Creeley2020-02-152-19/+13
* | ice: Add helper to determine if VF link is upBrett Creeley2020-02-151-17/+25
* | ice: Refactor port vlan configuration for the VFBrett Creeley2020-02-152-51/+37
* | ice: Add initial support for QinQBrett Creeley2020-02-154-17/+63
|/
* ice: Trivial fixesTony Nguyen2020-02-1211-29/+31
* ice: Use correct netif error functionBen Shelton2020-02-121-1/+1
* ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan2020-02-121-8/+3