summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba1-7/+7
2024-06-06ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba1-2/+3
2024-06-06ice: remove af_xdp_zc_qps bitmapLarysa Zaremba1-8/+0
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-22/+11
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski1-1/+0
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski1-1/+1
2024-03-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-48/+1
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski1-48/+1
2024-03-25ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg1-9/+9
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-0/+37
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka1-0/+37
2024-03-05ice: fix typo in assignmentJesse Brandeburg1-1/+1
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski1-55/+0
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+69
2024-02-21ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar1-17/+69
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski1-73/+0
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski1-56/+0
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-34/+20
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+3
2023-12-18ice: cleanup inconsistent codeJesse Brandeburg1-2/+2
2023-12-18ice: field get conversionJesse Brandeburg1-3/+2
2023-12-18ice: fix pre-shifted bit usageJesse Brandeburg1-1/+2
2023-12-18ice: field prep conversionJesse Brandeburg1-30/+16
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba1-0/+3
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller1-4/+0
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-19/+21
2023-12-14ice: refactor RSS configurationQi Zhang1-60/+40
2023-12-14ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki1-2/+2
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+2
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar1-0/+67
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski1-19/+39
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski1-3/+10
2023-11-13ice: make representor code genericMichal Swiatkowski1-6/+4
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski1-1/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-10-14ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski1-0/+6
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller1-3/+3
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel1-18/+5
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller1-1/+1
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller1-1/+0
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski1-4/+13
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski1-4/+1
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski1-35/+35
2023-08-17ice: remove unused methodsJan Sokolowski1-15/+0
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel1-10/+10
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman1-1/+1
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek1-0/+25