summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
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
2023-03-09i40e: introduce next_to_process to i40e_ringTirthendu Sarkar
2023-03-09i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar
2023-03-09i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar
2023-03-09i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar
2023-03-09i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar
2023-03-09i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar
2023-03-08i40e: Remove unnecessary aer.h includeBjorn Helgaas
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15i40e: check vsi type before setting xdp_features flagLorenzo Bianconi
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing
2023-02-10i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova
2023-02-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09net/i40e: Replace 0-length array with flexible arrayKees Cook
2023-02-09i40e: use ERR_PTR error print in i40e messagesJan Sokolowski
2023-02-09i40e: use int for i40e_statusJan Sokolowski
2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski
2023-02-09i40e: Remove unused i40e status codesJan Sokolowski
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-30i40e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar
2022-12-12i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski