summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-02-25intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-8/+8
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-80/+115
2020-02-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller14-6/+576
2020-02-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-117/+414
2020-02-20igc: Add commentSasha Neftin1-0/+2
2020-02-20igc: Add WOL supportSasha Neftin4-0/+75
2020-02-20igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-20igc: Complete to commit Add basic skeleton for PTPSasha Neftin3-1/+4
2020-02-20e1000e: Add support for Tiger Lake deviceVitaly Lifshits2-0/+2
2020-02-20igc: Fix the typo in commentSasha Neftin1-1/+1
2020-02-20e1000e: Add support for Alder LakeSasha Neftin5-0/+21
2020-02-20igc: Add dump optionsSasha Neftin6-1/+338
2020-02-20igc: Complete to commit Add legacy power management supportSasha Neftin1-0/+27
2020-02-20igc: make non-global functions staticChen Zhou1-2/+2
2020-02-20net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...Jia-Ju Bai1-2/+2
2020-02-20e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)1-1/+1
2020-02-20ice: fix define for E822 backplane deviceBruce Allan3-4/+4
2020-02-20ice: add support for E823 devicesBruce Allan3-9/+53
2020-02-20ice: add additional E810 device idBruce Allan2-0/+3
2020-02-20ice: add backslash-n to stringsJesse Brandeburg5-18/+13
2020-02-20ice: increase PF reset wait timeout to 300 millisecondsJacob Keller1-1/+1
2020-02-20ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak1-0/+18
2020-02-20ice: SW DCB, report correct max TC valueDave Ertman1-8/+1
2020-02-20ice: Report correct DCB modeAvinash Dayanand1-3/+24
2020-02-20ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD1-0/+43
2020-02-20ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley2-2/+7
2020-02-19ice: Fix for TCAM entry managementDan Nowlin1-14/+51
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt6-59/+150
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand3-0/+47
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley2-61/+76
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley2-12/+39
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2-9/+2
2020-02-16ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-16ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-16ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-16ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan5-9/+9
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan6-10/+0
2020-02-16ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-16ice: Fix and refactor Rx queue disable for VFsBrett Creeley2-10/+27
2020-02-16ice: Handle LAN overflow event for VF queuesBrett Creeley5-0/+86
2020-02-16ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley8-34/+67
2020-02-16ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-16ice: Fix Port VLAN priority bitsBrett Creeley2-19/+13
2020-02-16ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-16ice: Refactor port vlan configuration for the VFBrett Creeley2-51/+37