summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski
2023-02-01ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski
2023-02-01ice: Inline eop checkMaciej Fijalkowski
2023-02-01ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski
2023-02-01ice: Store page count inside ice_rx_bufMaciej Fijalkowski
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski
2023-01-30ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-30devlink: remove devlink featuresJiri Pirko
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko
2023-01-24ice: move devlink port creation/deletionPaul M Stillwell Jr
2023-01-20ice: use GNSS subsystem instead of TTYArkadiusz Kubalewski
2023-01-19ice: Remove excess spaceTony Nguyen
2023-01-19ice: Introduce local var for readabilityTony Nguyen
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen
2023-01-19ice: Explicitly return 0Tony Nguyen
2023-01-19ice: Reduce scope of variablesTony Nguyen
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH
2023-01-19ice: Support drop actionAmritha Nambiar
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze
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