summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2024-11-14i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov
2024-10-17i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov
2024-10-17i40e: Include types.h to some headersTony Nguyen
2024-10-17i40e: Fix ST code value for Clause 45Ivan Vecera
2024-07-18i40e: fix: remove needless retries of NVM updateAleksandr Loktionov
2024-07-18i40e: Fix XDP program unloading while removing the driverMichal Kubiak
2024-05-02i40e: Report MFS in decimal base instead of hexErwan Velu
2024-05-02i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale
2024-04-10intel: add bit macro includes where neededJesse Brandeburg
2024-04-10i40e: Remove circular header dependencies and fix headersIvan Vecera
2024-04-10i40e: Split i40e_osdep.hIvan Vecera
2024-04-10i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera
2024-04-10i40e: Simplify memory allocation functionsIvan Vecera
2024-04-10i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera
2024-04-10i40e: Remove back pointer from i40e_hw structureIvan Vecera
2024-04-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera
2024-04-10i40e: Remove _t suffix from enum type namesIvan Vecera
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov
2024-04-10i40e: Fix VF MAC filter removalIvan Vecera
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera
2024-02-23i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera
2024-02-05i40e: Fix VF disable behavior to block all trafficAndrii Staikov
2024-01-31i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski
2024-01-31i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski
2024-01-31intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski
2024-01-31i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar
2024-01-31xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-10i40e: Restore VF MSI-X state during PCI resetAndrii Staikov
2024-01-10i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao
2024-01-10i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari
2023-12-13i40e: Fix unexpected MFS warning messageIvan Vecera
2023-12-03i40e: Fix adding unsupported cloud filtersIvan Vecera
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov
2023-10-24i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera
2023-10-20i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar
2023-10-20i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera
2023-10-19i40e: xsk: remove count_maskMaciej Fijalkowski
2023-10-13i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
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-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-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-16i40e: fix misleading debug logsAndrii Staikov
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva