summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski
2024-09-06ice: create port representor for SFMichal Swiatkowski
2024-09-06ice: make representor code genericMichal Swiatkowski
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski
2024-09-06ice: base subfunction aux driverPiotr Raczynski
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski
2024-09-06ice: Remove setting of RX software timestampGal Pressman
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-08-28ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski
2024-08-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-26ice: add callbacks for Embedded SYNC enablement on dpll pinsArkadiusz Kubalewski
2024-08-26ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin
2024-08-26ice: Report NVM version numbers on mismatch during loadSergey Temerkhanov
2024-08-26ice: remove unnecessary control queue cmd_buf arraysJacob Keller
2024-08-26ice: reword comments referring to control queuesJacob Keller
2024-08-26ice: stop intermixing AQ commands/responses debug dumpsPrzemek Kitszel
2024-08-26ice: do not clutter debug logs with unused dataBruce Allan
2024-08-26ice: improve debug print for control queue messagesJacob Keller
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-21ice: Fix a 32bit bugDan Carpenter
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki
2024-08-13ice: enable FDIR filters from raw binary patterns for VFsJunfeng Guo