summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2022-11-30ice: implement direct read for NVM and Shadow RAM regionsJacob Keller
2022-11-30ice: use same function to snapshot both NVM and Shadow RAMJacob Keller
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley
2022-11-23ice: Check for PTP HW lock more frequentlyKarol Kolacinski
2022-11-21ice: fix handling of burst Tx timestampsJacob Keller
2022-11-17ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski
2022-11-17ice: Implement devlink-rate APIMichal Wilczynski
2022-11-17ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski
2022-11-17ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
2022-10-28ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-27ice: Add support Flex RXDMichal Jaron
2022-10-25ice: Enable RX queue selection using skbedit actionAmritha Nambiar
2022-09-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28ice: Add support for VLAN priority filters in switchdevMartyna Szapar-Mudlaw
2022-09-28ice: support features on new E810T variantsArkadiusz Kubalewski
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba
2022-09-20ice: Add low latency Tx timestamp readKarol Kolacinski
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski
2022-09-20ice: Add L2TPv3 hardware offload supportMarcin Szycik
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET
2022-09-06ice: add helper function to check FW API versionPaul Greenwalt
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski