summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski
2023-07-05ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala
2023-07-05ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski
2023-06-22ice: reduce initial wait for control queue messagesJacob Keller
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14ice: Fix ice module unloadJakub Buchocki
2023-06-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller
2023-06-08ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller
2023-06-08ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller
2023-06-08ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski
2023-06-08ice: Don't dereference NULL in ice_gnss_read error pathSimon Horman
2023-06-07ice: make writes to /dev/gnssX synchronousMichal Schmidt
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko
2023-05-30ice: register devlink port for PF with opsJiri Pirko
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2023-05-19ice: allow matching on meta dataMichal Swiatkowski
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski
2023-05-19ice: define meta data to match in switchMichal Swiatkowski
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman
2023-05-17ice: update PHY type to ethtool link mode mappingPaul Greenwalt
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt
2023-05-17ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski
2023-05-16ice: Fix stats after PF resetAhmed Zaki
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski