summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-16ice: remove unnecessary check for old MAC == new MACPiotr Gardocki1-5/+0
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+9
2023-06-15ice: Fix ice module unloadJakub Buchocki1-11/+5
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller1-4/+5
2023-06-08ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller1-2/+9
2023-06-08ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz1-0/+4
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller1-1/+1
2023-06-08ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski1-10/+4
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski1-8/+21
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski1-1/+1
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-25/+19
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski1-4/+2
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski1-6/+6
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski1-218/+0
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski1-1/+7