summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix PTP on 5Gb linksJesse Brandeburg2021-07-191-2/+6
* ice: mark PTYPE 2 as reservedJacob Keller2021-07-191-1/+1
* ice: fix incorrect payload indicator on PTYPEJacob Keller2021-07-191-1/+1
* ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr2021-07-191-5/+1
* ice: set the value of global config lock timeout longerLiwei Song2021-07-191-1/+1
* igb: fix assignment on big endian machinesJesse Brandeburg2021-07-191-2/+2
* igb: handle vlan types with checker enabledJesse Brandeburg2021-07-192-4/+5
* e100: handle eeprom as little endianJesse Brandeburg2021-07-191-6/+6
* e1000e: Check the PCIm stateSasha Neftin2021-07-141-11/+13
* i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski2021-07-141-4/+11
* i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski2021-07-141-2/+1
* i40e: Fix error handling in i40e_vsi_openDinghao Liu2021-07-141-0/+2
* ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski2021-06-231-8/+10
* ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski2021-06-231-0/+15
* ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-102-14/+16
* ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-06-101-4/+7
* ice: add correct exception tracing for XDPMagnus Karlsson2021-06-102-5/+15
* ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-06-101-4/+8
* ice: simplify ice_run_xdpMaciej Fijalkowski2021-06-101-10/+5
* i40e: add correct exception tracing for XDPMagnus Karlsson2021-06-102-3/+12
* i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-06-101-4/+7
* ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-101-1/+4
* ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-101-45/+6
* ice: handle the VF VSI rebuild failureHaiyue Wang2021-06-101-1/+6
* ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2021-06-102-5/+8
* ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-101-0/+2
* ixgbevf: add correct exception tracing for XDPMagnus Karlsson2021-06-101-0/+3
* igb: add correct exception tracing for XDPMagnus Karlsson2021-06-101-4/+6
* ixgbe: fix large MTU request from VFJesse Brandeburg2021-06-031-9/+7
* i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski2021-05-194-11/+10
* i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin2021-05-191-1/+2
* i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang2021-05-191-0/+1
* i40e: fix broken XDP supportMagnus Karlsson2021-05-191-6/+2
* iavf: remove duplicate free resources callsStefan Assmann2021-05-191-2/+0
* ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2021-05-192-33/+92
* igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe2021-05-071-2/+1
* i40e: fix the panic when running bpf in xdpdrv modeJason Xing2021-04-211-0/+6
* ice: Fix potential infinite loop when using u8 loop counterColin Ian King2021-04-211-2/+2
* ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu2021-04-211-0/+5
* i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik2021-04-141-1/+1
* i40e: Fix display statistics for veb_tcEryk Rybak2021-04-141-6/+46
* i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2021-04-142-0/+10
* i40e: Added Asym_Pause to supported link modesMateusz Palczewski2021-04-141-0/+1
* ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2021-04-142-9/+30
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-04-147-78/+83
* i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski2021-04-141-7/+5
* i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski2021-04-141-0/+3
* i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski2021-04-141-2/+1
* i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski2021-04-141-2/+6
* ice: fix memory leak of aRFS after resuming from suspendYongxin Liu2021-04-141-0/+1