summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller1-4/+0
2023-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-315/+1366
2023-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-5/+5
2023-12-15i40e: remove fake support of rx-frames-irqJason Xing1-3/+2
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-73/+218
2023-12-14ice: add ability to read and configure FW log dataPaul M Stillwell Jr6-0/+405
2023-12-14ice: enable FW loggingPaul M Stillwell Jr4-0/+170
2023-12-14ice: configure FW loggingPaul M Stillwell Jr9-1/+796
2023-12-14ice: remove FW logging codePaul M Stillwell Jr5-319/+0
2023-12-14Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-16/+11
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki9-8/+137
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo14-82/+402
2023-12-14ice: refactor the FD and RSS flow ID generationAhmed Zaki8-81/+55
2023-12-14ice: refactor RSS configurationQi Zhang5-169/+238
2023-12-14ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-16/+13
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki9-153/+153
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
2023-12-14ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba2-10/+6
2023-12-14ice: Implement VLAN tag hintLarysa Zaremba6-9/+59
2023-12-14ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba2-0/+19
2023-12-14ice: Support RX hash XDP hintLarysa Zaremba2-204/+281
2023-12-14ice: Support HW timestamp hintLarysa Zaremba7-7/+42
2023-12-14ice: Introduce ice_xdp_buffLarysa Zaremba3-5/+30
2023-12-14ice: Make ptype internal to descriptor info processingLarysa Zaremba4-13/+16
2023-12-14ice: make RX HW timestamp reading code more reusableLarysa Zaremba3-20/+36
2023-12-14ice: make RX hash reading code more reusableLarysa Zaremba1-11/+25
2023-12-13i40e: Fix ST code value for Clause 45Ivan Vecera2-3/+3
2023-12-13ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt1-2/+2
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-26/+0
2023-12-12e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen2-8/+4
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-12e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen2-5/+4
2023-12-12igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+3
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com7-24/+13
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-24/+14
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05ice: Rename E822 to E82XKarol Kolacinski6-281/+280
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski2-10/+11
2023-12-05ice: Improve logs for max ntuple errorsPawel Kaminski1-5/+8
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-12-05ice: read internal temperature sensorKonrad Knitter10-1/+249
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+2
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar4-3/+84