summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-23ice: Fix recipe read procedureWojciech Drewek
2024-07-23ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik
2024-07-11ice: Remove unused members from switch APIMarcin Szycik
2024-07-11ice: Optimize switch recipe creationMarcin Szycik
2024-07-11ice: remove unused recipe bookkeeping dataMichal Swiatkowski
2024-07-11ice: Simplify bitmap setting in adding recipeMichal Swiatkowski
2024-07-11ice: Remove reading all recipes before adding a new oneMichal Swiatkowski
2024-07-11ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik
2024-07-10ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal
2024-07-10ice: Implement driver functionality to dump fec statisticsAnil Samal
2024-07-10ice: Extend Sideband Queue command to support flagsAnil Samal
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-03ice: use proper macro for testing bitPetr Oros
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller
2024-07-03ice: Fix improper extts handlingMilena Olech
2024-06-28ice: do not init struct ice_adapter more times than neededPrzemek Kitszel
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki
2024-06-28ice: Allow different FW API versions based on MAC typePaul Greenwalt
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski
2024-06-21ice: update representor when VSI is readyMichal Swiatkowski
2024-06-21ice: move VSI configuration outside repr setupMichal Swiatkowski
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski
2024-06-21ice: store representor ID in bridge portMichal Swiatkowski
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-19ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman
2024-06-13ice: implement AQ download pkg retryWojciech Drewek