summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-07-211-1/+1
* i40e, xsk: fix comment typoYueh-Shun Li2023-06-231-1/+1
* i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-161-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-211-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-302-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-181-0/+1
|\|
| * i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera2023-03-111-0/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-03-145-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-091-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-111-0/+2
* | i40e: check vsi type before setting xdp_features flagLorenzo Bianconi2023-02-161-2/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-02-1123-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-111-2/+8
|\ \ \ | |/ / |/| |
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-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-131-12/+24
* | i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-134-4/+61
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-093-11/+22
|\|
| * i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski2022-12-051-10/+2
| * i40e: Fix for VF MAC address 0Sylwester Dziedziuch2022-12-051-0/+2
| * i40e: Fix not setting default xps_cpus after resetMichal Jaron2022-12-051-1/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+10
|\|
| * i40e: Fix error handling in i40e_init_module()Shang XiaoJing2022-11-231-1/+10
* | i40e: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska2022-11-021-1/+3