summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* 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
* | i40e: Add helper for VF inited state check with timeoutIvan Vecera2023-07-141-16/+33
|/
* i40e, xsk: fix comment typoYueh-Shun Li2023-06-221-1/+1
* i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-151-6/+0
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-3/+6
|\
| * i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| * i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
* | i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch2023-04-021-4/+70
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-302-6/+7
|\|
| * i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2023-03-292-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-4/+4
|\|
| * i40e: fix flow director packet filter programmingRadoslaw Tyl2023-03-211-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-0/+1
|\|
| * i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera2023-03-101-0/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-03-135-234/+321
|\ \
| * | i40e: add support for XDP multi-buffer RxTirthendu Sarkar2023-03-093-118/+211
| * | i40e: add xdp_buff to i40e_ring structTirthendu Sarkar2023-03-094-30/+32
| * | i40e: introduce next_to_process to i40e_ringTirthendu Sarkar2023-03-092-11/+19
| * | i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar2023-03-091-16/+4
| * | i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar2023-03-091-35/+19
| * | i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar2023-03-092-15/+9
| * | i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar2023-03-092-3/+16
| * | i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar2023-03-091-33/+38
| |/
* / i40e: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-1/+3
|\
| * i40e: add double of VLAN header when computing the max MTUJason Xing2023-02-141-1/+1
| * i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova2023-02-101-0/+2
* | i40e: check vsi type before setting xdp_features flagLorenzo Bianconi2023-02-151-2/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-02-1023-1591/+1424
|\ \
| * | net/i40e: Replace 0-length array with flexible arrayKees Cook2023-02-091-1/+1
| * | i40e: use ERR_PTR error print in i40e messagesJan Sokolowski2023-02-096-197/+198
| * | i40e: use int for i40e_statusJan Sokolowski2023-02-0921-1203/+1221
| * | i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-098-282/+201
| * | i40e: Remove unused i40e status codesJan Sokolowski2023-02-092-105/+0
* | | Daniel Borkmann says:Jakub Kicinski2023-02-101-2/+8
|\ \ \ | |/ / |/| |
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-2/+8
* | | net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
* | | i40e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-4/+0
|/ /
* / virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg2023-01-253-35/+36
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-12/+24
|\
| * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24