summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki3-0/+52
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 Zaki1-23/+21
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-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-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-6/+3
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+11
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 Knitter9-1/+238
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
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-50/+118
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-29ice: fix error code in ice_eswitch_attach()Dan Carpenter1-1/+3
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-82/+83
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-422/+553
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski4-7/+58
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski3-49/+28
2023-11-13ice: add VF representors one by oneMichal Swiatkowski5-242/+228
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski1-19/+39
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski4-7/+59
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski1-3/+10
2023-11-13ice: return pointer to representorMichal Swiatkowski1-7/+10
2023-11-13ice: make representor code genericMichal Swiatkowski8-92/+131
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski4-22/+25
2023-11-13ice: track port representors in xarrayMichal Swiatkowski5-101/+94
2023-11-13ice: use repr instead of vf->reprMichal Swiatkowski1-7/+7
2023-11-13ice: track q_id in representorMichal Swiatkowski3-1/+3