summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-10-06igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli1-12/+19
2023-10-06igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes1-1/+1
2023-10-06i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+5
2023-10-06iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-10-06iavf: add iavf_schedule_aq_request() helperPetr Oros3-8/+6
2023-10-06iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2
2023-09-23ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-09-19igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen1-1/+4
2023-09-19ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-09-19igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-13igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-09-13ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-09-13ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov1-2/+3
2023-08-23igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-23igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-12/+93
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2-0/+11
2023-08-16i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-09iavf: fix potential races for FDIR filtersPiotr Gardocki2-4/+12
2023-08-09igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2-2/+36
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-26igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
2023-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+7
2023-07-25ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-07-21i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-111/+176
2023-07-19igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16
2023-07-17iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki3-32/+85
2023-07-17Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik1-15/+0
2023-07-17Revert "iavf: Detach device during reset task"Marcin Szycik1-11/+2
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik4-17/+68
2023-07-17iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-17iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-17iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski3-4/+21
2023-07-14ice: Unregister netdev and devlink_port only oncePetr Oros1-27/+0
2023-07-10igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-10igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1