summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-01-24ice: move devlink port creation/deletionPaul M Stillwell Jr
2023-01-09ice: Add check for kzallocJiasheng Jiang
2023-01-09ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can
2022-12-21ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski
2022-12-08ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller
2022-12-08ice: make Tx and Rx vernier offset calibration independentSiddaraju DH
2022-12-08ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller
2022-12-08ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller
2022-12-08ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller
2022-12-08ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller
2022-12-08ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller
2022-12-08ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller
2022-12-08ice: fix misuse of "link err" with "link status"Jacob Keller
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech
2022-12-08ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
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