summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt
2023-09-21igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller
2023-09-16igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen
2023-09-13ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-09-05igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-05igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-05igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin
2023-08-24igc: Decrease PTM short interval from 10 us to 1 usSasha Neftin
2023-08-24igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov
2023-08-22igc: Fix the typo in the PTM Control macroSasha Neftin
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg
2023-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel
2023-08-17ice: use list_for_each_entry() helperYang Yingliang
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski
2023-08-17ice: Utilize assign_bit() helperTony Nguyen
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_ddp to make functions staticJan Sokolowski
2023-08-17ice: remove unused methodsJan Sokolowski
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin