summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix adding unsupported cloud filtersIvan Vecera2023-11-231-7/+9
* ice: restore timestamp configuration after device resetJacob Keller2023-11-233-40/+51
* ice: unify logic for programming PFINT_TSYN_MSKJacob Keller2023-11-231-26/+34
* ice: remove ptp_tx ring parameter flagJacob Keller2023-11-233-18/+0
* ice: fix DDP package download for packages without signature segmentDan Nowlin2023-11-131-3/+100
* ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski2023-11-133-4/+64
* ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2023-11-132-7/+0
* ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski2023-11-131-2/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-11-082-41/+91
|\
| * ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik2023-11-061-1/+23
| * ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul2023-11-061-28/+62
| * ice: lag: in RCU, use atomic allocationMichal Schmidt2023-11-061-3/+3
| * ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman2023-11-061-9/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-11-082-5/+6
|\ \
| * | i40e: Fix devlink port unregisteringIvan Vecera2023-11-061-4/+6
| * | i40e: Do not call devlink_port_type_clear()Ivan Vecera2023-11-061-1/+0
| |/
* / idpf: fix potential use-after-free in idpf_tso()Eric Dumazet2023-11-061-2/+4
|/
* iavf: delete the iavf client interfaceMichal Schmidt2023-10-276-871/+1
* iavf: add a common function for undoing the interrupt schemeMichal Schmidt2023-10-271-11/+15
* iavf: use unregister_netdevMichal Schmidt2023-10-271-3/+1
* iavf: rely on netdev's own registered stateMichal Schmidt2023-10-272-7/+3
* iavf: fix the waiting time for initial resetMichal Schmidt2023-10-271-1/+1
* iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt2023-10-271-2/+4
* iavf: simplify mutex_trylock+sleep loopsMichal Schmidt2023-10-271-4/+2
* iavf: fix comments about old bit locksMichal Schmidt2023-10-271-2/+2
* ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski2023-10-261-0/+4
* ice: Remove redundant zeroing of the fields.Pawel Chmielewski2023-10-261-27/+27
* ice: Add support for E830 DDP package segmentDan Nowlin2023-10-263-74/+382
* ice: Add ice_get_link_status_datalenPaul Greenwalt2023-10-262-6/+53
* ice: Add 200G speed/phy type useAlice Michael2023-10-264-3/+43
* ice: Add E830 device IDs, MAC type and registersPaul Greenwalt2023-10-267-61/+141
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-266-26/+57
|\
| * iavf: in iavf_down, disable queues when removing the driverMichal Schmidt2023-10-251-1/+1
| * i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera2023-10-241-1/+1
| * i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar2023-10-201-1/+8
| * igc: Fix ambiguity in the ethtool advertisingSasha Neftin2023-10-201-10/+25
| * igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski2023-10-201-1/+5
| * i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera2023-10-201-1/+1
| * iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt2023-10-201-2/+3
| * i40e: xsk: remove count_maskMaciej Fijalkowski2023-10-191-9/+13
* | page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-3/+0
* | idpf: cancel mailbox work in error pathPavan Kumar Linga2023-10-231-0/+1
* | idpf: set scheduling mode for completion queueMichal Kubiak2023-10-232-3/+15
* | ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter2023-10-201-9/+10
* | igb: Fix an end of loop testDan Carpenter2023-10-201-3/+6
* | ice: cleanup ice_find_netlist_nodeJacob Keller2023-10-201-15/+15
* | ice: make ice_get_pf_c827_idx staticJacob Keller2023-10-202-2/+1
* | ice: manage VFs MSI-X using resource trackingMichal Swiatkowski2023-10-201-19/+151
* | ice: set MSI-X vector count on VFMichal Swiatkowski2023-10-203-0/+84
* | ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2023-10-202-0/+11