aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-08-26ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-08-26ice: Report NVM version numbers on mismatch during loadSergey Temerkhanov1-4/+10
2024-08-26ice: remove unnecessary control queue cmd_buf arraysJacob Keller2-30/+2
2024-08-26ice: reword comments referring to control queuesJacob Keller1-12/+13
2024-08-26ice: stop intermixing AQ commands/responses debug dumpsPrzemek Kitszel2-21/+26
2024-08-26ice: do not clutter debug logs with unused dataBruce Allan2-9/+16
2024-08-26ice: improve debug print for control queue messagesJacob Keller1-5/+31
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller3-21/+23
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-46/+26
2024-08-21ice: Fix a 32bit bugDan Carpenter1-3/+3
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski1-2/+2
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2-34/+20
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki1-0/+4
2024-08-13ice: enable FDIR filters from raw binary patterns for VFsJunfeng Guo6-8/+566
2024-08-13ice: add method to disable FDIR SWAP optionJunfeng Guo3-4/+53
2024-08-13ice: add API for parser profile initializationJunfeng Guo2-2/+154
2024-08-13ice: add UDP tunnels support to the parserJunfeng Guo2-0/+111
2024-08-13ice: support turning on/off the parser's double vlan modeJunfeng Guo2-3/+93
2024-08-13ice: add parser execution main loopJunfeng Guo4-0/+994
2024-08-13ice: add parser internal helper functionsJunfeng Guo2-15/+244
2024-08-13ice: add debugging functions for the parser sectionsJunfeng Guo1-0/+470
2024-08-13ice: parse and init various DDP parser sectionsJunfeng Guo5-5/+1760
2024-08-13ice: add parser create and destroy skeletonJunfeng Guo4-0/+47
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski1-0/+1
2024-08-07ice: Fix incorrect assigns of FEC countsMateusz Polchlopek1-4/+4
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka1-0/+4
2024-08-07ice: Fix reset handlerGrzegorz Nitka1-0/+2
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski1-10/+14
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski6-55/+87
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski1-1/+7
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski1-14/+16
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-5/+25
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-23ice: Fix recipe read procedureWojciech Drewek1-4/+4
2024-07-23ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki4-1/+21
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds35-1264/+5075
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-496/+272
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner12-139/+387
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski3-24/+0
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski4-1/+141
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik4-2/+43