aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-02-06ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley1-4/+4
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-03ice: implement devlink reinit actionMichal Swiatkowski1-22/+81
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski3-9/+13
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski3-20/+14
2023-02-03ice: sync netdev filters after clearing VSIMichal Swiatkowski1-0/+5
2023-02-03ice: split probe into smaller functionsMichal Swiatkowski3-375/+546
2023-02-03ice: stop hard coding the ICE_VSI_CTRL locationJacob Keller1-19/+15
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski4-483/+414
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski5-44/+26
2023-02-03ice: alloc id for RDMA using xa_arrayMichal Swiatkowski1-5/+6
2023-02-03ice: move RDMA init to ice_idc.cMichal Swiatkowski3-25/+57
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+5
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-20/+44
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski4-94/+117
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski4-8/+0
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski5-96/+199
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski6-98/+200
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski1-24/+9
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski1-1/+1
2023-02-01ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski2-38/+44
2023-02-01ice: Inline eop checkMaciej Fijalkowski2-21/+22
2023-02-01ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski1-13/+16
2023-02-01ice: Store page count inside ice_rx_bufMaciej Fijalkowski2-17/+12
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski3-16/+25
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski5-23/+17
2023-01-30ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+17
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman5-19/+43
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko1-18/+2
2023-01-24ice: move devlink port creation/deletionPaul M Stillwell Jr2-11/+17
2023-01-20ice: use GNSS subsystem instead of TTYArkadiusz Kubalewski4-257/+146
2023-01-19ice: Remove excess spaceTony Nguyen1-1/+1
2023-01-19ice: Introduce local var for readabilityTony Nguyen1-3/+6
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen1-1/+1
2023-01-19ice: Explicitly return 0Tony Nguyen2-2/+2
2023-01-19ice: Reduce scope of variablesTony Nguyen2-5/+10
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov6-2300/+2344
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen4-8/+0
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel1-12/+8
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan1-9/+32
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan1-7/+5
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-01-19ice: Support drop actionAmritha Nambiar2-20/+40
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko3-15/+91
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze4-2/+33
2023-01-09ice: Add check for kzallocJiasheng Jiang1-9/+14