summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2023-08-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-4/+5
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin1-3/+4
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-1/+1
2023-08-16i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_package...Gustavo A. R. Silva2-3/+3
2023-08-09i40e: Remove unused function declarationsYue Haibing1-17/+0
2023-08-01i40e: remove i40e_statusJan Sokolowski16-327/+275
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-07-21i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-23/+90
2023-07-19i40e: xsk: add TX multi-buffer supportTirthendu Sarkar2-5/+6
2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar4-18/+84
2023-07-14i40e: Wait for pending VF reset in VF set callbacksIvan Vecera1-11/+5
2023-07-14i40e: Add helper for VF inited state check with timeoutIvan Vecera1-16/+33
2023-06-23i40e, xsk: fix comment typoYueh-Shun Li1-1/+1
2023-06-16i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki1-6/+0
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2023-04-17i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-17i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-02i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch1-4/+70
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+7
2023-03-30i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-03-21i40e: fix flow director packet filter programmingRadoslaw Tyl1-4/+4
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-03-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-234/+321
2023-03-11i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-10i40e: add support for XDP multi-buffer RxTirthendu Sarkar3-118/+211
2023-03-10i40e: add xdp_buff to i40e_ring structTirthendu Sarkar4-30/+32
2023-03-10i40e: introduce next_to_process to i40e_ringTirthendu Sarkar2-11/+19
2023-03-10i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar1-16/+4
2023-03-10i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar1-35/+19
2023-03-10i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar2-15/+9
2023-03-10i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar2-3/+16
2023-03-10i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar1-33/+38
2023-03-09i40e: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2023-02-16i40e: check vsi type before setting xdp_features flagLorenzo Bianconi1-2/+4
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-11i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski23-1591/+1424
2023-02-11Daniel Borkmann says:Jakub Kicinski1-2/+8
2023-02-09net/i40e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-02-09i40e: use ERR_PTR error print in i40e messagesJan Sokolowski6-197/+198