summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-10-25ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-10i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+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-19igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-09-19ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-26i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-11ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-08-11vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-27iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-07-27igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-27igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-27igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-07-27igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-27igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-07-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-06-21igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-06-21iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki3-11/+8
2023-06-14i40e: fix build warning in ice_fltr_add_mac_to_list()Greg Kroah-Hartman1-1/+1
2023-06-14i40e: fix build warnings in i40e_alloc.hGreg Kroah-Hartman1-11/+6
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-17ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-05-17ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-05i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-04-05igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-04-05igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-04-05intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-04-05iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-04-05iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-2/+2
2023-03-22i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-11ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1