summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+21
2023-12-18ice: field get conversionJesse Brandeburg1-30/+18
2023-12-14ice: add ability to read and configure FW log dataPaul M Stillwell Jr1-0/+29
2023-12-14ice: configure FW loggingPaul M Stillwell Jr1-0/+18
2023-12-14ice: remove FW logging codePaul M Stillwell Jr1-3/+0
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-0/+53
2023-12-14ice: refactor the FD and RSS flow ID generationAhmed Zaki1-3/+2
2023-12-14ice: Implement VLAN tag hintLarysa Zaremba1-0/+20
2023-12-14ice: Support HW timestamp hintLarysa Zaremba1-0/+1
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski1-1/+1
2023-12-05ice: read internal temperature sensorKonrad Knitter1-0/+5
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar1-1/+3
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+3
2023-11-23ice: restore timestamp configuration after device resetJacob Keller1-9/+3
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski1-2/+2
2023-11-13ice: track port representors in xarrayMichal Swiatkowski1-0/+2
2023-10-27ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski1-0/+4
2023-10-27ice: Remove redundant zeroing of the fields.Pawel Chmielewski1-27/+27
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt1-6/+7
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski1-0/+2
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel1-1/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski1-0/+2
2023-10-14ice: Fix safe mode when DDP is missingMateusz Pacuszka1-0/+3
2023-10-14ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik1-3/+8
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller1-1/+1
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski1-0/+6
2023-08-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-49/+50
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel1-23/+44
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel1-25/+4
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik1-0/+5
2023-08-07ice: add FW load waitJan Sokolowski1-0/+37
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman1-1/+13
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman1-3/+19
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek1-1/+1
2023-07-24ice: Prohibit rx mode change in switchdev modeWojciech Drewek1-1/+1
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-07-19ice: xsk: Tx multi-buffer supportMaciej Fijalkowski1-0/+1
2023-07-19ice: remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski1-2/+8
2023-07-05ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala1-0/+7
2023-07-05ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala1-8/+8
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski1-15/+3
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9