summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik2022-10-281-0/+169
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-2813-62/+62
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-274-51/+97
|\
| * i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba2022-10-251-33/+38
| * i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2022-10-252-11/+33
| * i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2022-10-252-8/+27
* | ice: Add support Flex RXDMichal Jaron2022-10-275-0/+99
* | ice: Enable RX queue selection using skbedit actionAmritha Nambiar2022-10-254-109/+299
|/
* i40e: Fix DMA mappings leakJan Sokolowski2022-10-146-28/+74
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-09-296-58/+93
|\
| * ice: Add support for VLAN priority filters in switchdevMartyna Szapar-Mudlaw2022-09-282-17/+60
| * ice: support features on new E810T variantsArkadiusz Kubalewski2022-09-282-2/+21
| * ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski2022-09-282-39/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-293-101/+71
|\ \
| * | ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski2022-09-271-13/+7
| * | ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski2022-09-273-88/+64
* | | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-2814-21/+15
| |/ |/|
* | ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko2022-09-273-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-228-45/+104
|\ \ | |/
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-09-211-9/+14
| |\
| | * ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski2022-09-201-9/+12
| | * ice: config netdev tc before setting queues numberMichal Swiatkowski2022-09-201-0/+2
| * | ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba2022-09-211-1/+4
| * | i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron2022-09-191-6/+26
| * | i40e: Fix VF set max MTU sizeMichal Jaron2022-09-191-0/+20
| * | iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron2022-09-191-2/+5
| * | iavf: Fix bad page stateNorbert Zulinski2022-09-191-2/+2
| |/
| * iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley2022-09-081-1/+4
| * iavf: Fix change VF's mac addressSylwester Dziedziuch2022-09-081-6/+3
| * ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui2022-09-081-16/+26
| * ice: Don't double unplug aux on peer initiated resetDave Ertman2022-09-081-2/+0
* | ice: Add low latency Tx timestamp readKarol Kolacinski2022-09-207-45/+154
* | ice: Add L2TPv3 hardware offload supportMarcin Szycik2022-09-204-2/+109
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2022-09-162-4/+17
|\ \
| * | igc: Remove IGC_MDIC_INT_EN definitionSasha Neftin2022-09-081-1/+0
| * | drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong2022-09-081-3/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-088-23/+100
|\ \ \ | |/ / |/| / | |/
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-034-5/+20
| |\
| | * iavf: Detach device during reset taskIvan Vecera2022-09-021-3/+11
| | * i40e: Fix kernel crash during module removalIvan Vecera2022-09-021-1/+4
| | * i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-022-1/+5
| * | ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski2022-09-021-1/+1
| * | ice: Fix DMA mappings leakPrzemyslaw Patynowski2022-09-024-17/+79
| |/
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-075-58/+175
|\ \
| * | iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron2022-09-061-36/+141
| * | i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2022-09-062-21/+27
| * | i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-063-1/+7
* | | ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET2022-09-061-2/+2
* | | ice: switch: Simplify memory allocationChristophe JAILLET2022-09-061-4/+2
* | | ice: add helper function to check FW API versionPaul Greenwalt2022-09-061-28/+29