summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix devlink port unregisteringIvan Vecera2023-11-061-4/+6
* i40e: Do not call devlink_port_type_clear()Ivan Vecera2023-11-061-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-263-12/+23
|\
| * 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
| * i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera2023-10-201-1/+1
| * i40e: xsk: remove count_maskMaciej Fijalkowski2023-10-191-9/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+2
|\|
| * i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt2023-10-131-2/+2
* | i40e: Align devlink info versions with ice driver and add docsIvan Vecera2023-10-191-3/+15
* | i40e: use scnprintf over strncpy+strncatJustin Stitt2023-10-181-4/+3
* | intel: fix format warningsJesse Brandeburg2023-10-181-2/+4
* | i40e: Add PBA as board id info to devlink .info_getIvan Vecera2023-10-151-0/+16
* | i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera2023-10-154-26/+39
* | i40e: Add handler for devlink .info_getIvan Vecera2023-10-151-0/+90
* | i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera2023-10-153-44/+105
* | i40e: Add initial devlink supportIvan Vecera2023-10-155-6/+163
* | i40e: Move DDP specific macros and structures to i40e_ddp.cIvan Vecera2023-10-053-26/+25
* | i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-0527-81/+72
* | i40e: Split i40e_osdep.hIvan Vecera2023-10-058-71/+68
* | i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera2023-10-053-12/+15
* | i40e: Simplify memory allocation functionsIvan Vecera2023-10-055-43/+14
* | i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera2023-10-052-15/+10
* | i40e: Move I40E_MASK macro to i40e_register.hIvan Vecera2023-10-052-3/+3
* | i40e: Remove back pointer from i40e_hw structureIvan Vecera2023-10-054-11/+31
* | i40e: Add rx_missed_errors for buffer exhaustionYajun Deng2023-10-033-13/+10
* | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-3/+5
|\|
| * i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera2023-09-151-3/+5
* | i40e: fix potential memory leaks in i40e_remove()Andrii Staikov2023-09-111-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-2/+3
|\
| * i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov2023-08-231-2/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-181-4/+5
|\ \
| * | virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-161-3/+4
| * | virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-8/+8
|\ \ \ | |/ / |/| / | |/
| * i40e: fix misleading debug logsAndrii Staikov2023-08-161-8/+8
* | i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva2023-08-101-1/+1
* | i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva2023-08-101-1/+1
* | i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva2023-08-101-1/+1
* | i40e: Replace one-element array with flex-array member in struct i40e_package...Gustavo A. R. Silva2023-08-102-3/+3
* | i40e: Remove unused function declarationsYue Haibing2023-08-081-17/+0
* | i40e: remove i40e_statusJan Sokolowski2023-07-3116-327/+275
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-1/+1
|\|
| * i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-07-211-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-194-23/+90
|\ \
| * | i40e: xsk: add TX multi-buffer supportTirthendu Sarkar2023-07-192-5/+6
| * | i40e: xsk: add RX multi-buffer supportTirthendu Sarkar2023-07-194-18/+84
| |/
* | i40e: Wait for pending VF reset in VF set callbacksIvan Vecera2023-07-141-11/+5