summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2023-10-05i40e: Move DDP specific macros and structures to i40e_ddp.cIvan Vecera
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera
2023-10-05i40e: Split i40e_osdep.hIvan Vecera
2023-10-05i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera
2023-10-05i40e: Simplify memory allocation functionsIvan Vecera
2023-10-05i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera
2023-10-05i40e: Move I40E_MASK macro to i40e_register.hIvan Vecera
2023-10-05i40e: Remove back pointer from i40e_hw structureIvan Vecera
2023-10-03i40e: Add rx_missed_errors for buffer exhaustionYajun Deng
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
2023-09-11i40e: fix potential memory leaks in i40e_remove()Andrii Staikov
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
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_package...Gustavo A. R. Silva
2023-08-08i40e: Remove unused function declarationsYue Haibing
2023-07-31i40e: remove i40e_statusJan Sokolowski
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-21i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming
2023-07-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-19i40e: xsk: add TX multi-buffer supportTirthendu Sarkar
2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar
2023-07-14i40e: Wait for pending VF reset in VF set callbacksIvan Vecera
2023-07-14i40e: Add helper for VF inited state check with timeoutIvan Vecera
2023-06-22i40e, xsk: fix comment typoYueh-Shun Li
2023-06-15i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-17i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov
2023-04-17i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov
2023-04-02i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21i40e: fix flow director packet filter programmingRadoslaw Tyl
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-03-10i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera
2023-03-09i40e: add support for XDP multi-buffer RxTirthendu Sarkar
2023-03-09i40e: add xdp_buff to i40e_ring structTirthendu Sarkar