summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-02-09i40e: use int for i40e_statusJan Sokolowski21-1203/+1221
2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski8-282/+201
2023-02-09i40e: Remove unused i40e status codesJan Sokolowski2-105/+0
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-2/+8
2023-01-30i40e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg3-35/+36
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-3/+3
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-12/+24
2022-12-13i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar4-4/+61
2022-12-13i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski1-12/+24
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+22
2022-12-05i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski1-10/+2
2022-12-05i40e: Fix for VF MAC address 0Sylwester Dziedziuch1-0/+2
2022-12-05i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10
2022-11-23i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-11-02i40e: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska1-1/+3
2022-11-02i40e: Add i40e_napi_poll tracepointJoe Damato2-0/+53
2022-11-02i40e: Record number of RXes cleaned during NAPIJoe Damato1-3/+9
2022-11-02i40e: Record number TXes cleaned during NAPIJoe Damato1-3/+8
2022-11-02i40e: Store the irq number in i40e_q_vectorJoe Damato2-0/+2
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-14/+3
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-14/+14
2022-10-26i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-10-26i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2-11/+33
2022-10-26i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski6-28/+74
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+46
2022-09-20i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron1-6/+26
2022-09-20i40e: Fix VF set max MTU sizeMichal Jaron1-0/+20
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-2/+9
2022-09-06i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2-21/+27
2022-09-06i40e: Add basic support for I710 devicesStanislaw Grzeszczak3-1/+7
2022-09-02i40e: Fix kernel crash during module removalIvan Vecera1-1/+4
2022-09-02i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2-1/+5
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang3-12/+12