summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-061-22/+11
* ice: move devlink port code to a separate filePiotr Raczynski2024-04-011-1/+0
* ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-011-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-03-281-48/+1
|\
| * ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-251-48/+1
* | ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg2024-03-251-9/+9
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-111-0/+37
|\
| * ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-061-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\ \ | |/ |/|
| * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
* | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-041-55/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-17/+69
|\|
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-201-17/+69
* | ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski2024-02-021-73/+0
* | ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski2024-02-021-56/+0
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-12-221-34/+20
|\
| * ice: cleanup inconsistent codeJesse Brandeburg2023-12-181-2/+2
| * ice: field get conversionJesse Brandeburg2023-12-181-3/+2
| * ice: fix pre-shifted bit usageJesse Brandeburg2023-12-181-1/+2
| * ice: field prep conversionJesse Brandeburg2023-12-181-30/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-4/+3
|\ \ | |/ |/|
| * ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba2023-12-181-0/+3
| * ice: stop trashing VF VSI aggregator node ID informationJacob Keller2023-12-181-4/+0
* | ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-131-19/+21
* | ice: refactor RSS configurationQi Zhang2023-12-131-60/+40
* | ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki2023-12-131-2/+2
* | net: Add NAPI IRQ supportAmritha Nambiar2023-12-041-0/+2
* | ice: Add support in the driver for associating queue with napiAmritha Nambiar2023-12-041-0/+67
* | ice: realloc VSI stats arraysMichal Swiatkowski2023-11-131-19/+39
* | ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski2023-11-131-3/+10
* | ice: make representor code genericMichal Swiatkowski2023-11-131-6/+4
|/
* ice: implement num_msix field per VFMichal Swiatkowski2023-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+1
|\
| * ice: fix over-shifted variableJesse Brandeburg2023-10-131-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-0/+6
|\|
| * ice: block default rule setting on LAG interfaceMichal Swiatkowski2023-10-081-0/+6
* | ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller2023-10-041-3/+3
* | ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel2023-10-031-18/+5
* | ice: introduce ice_pf_src_tmr_ownedJacob Keller2023-09-181-1/+1
* | ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller2023-09-181-1/+0
* | ice: add admin commands to access cgu configurationArkadiusz Kubalewski2023-09-171-4/+13
|/
* ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski2023-08-171-4/+1
* ice: refactor ice_lib to make functions staticJan Sokolowski2023-08-171-35/+35
* ice: remove unused methodsJan Sokolowski2023-08-171-15/+0
* ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel2023-08-071-10/+10
* ice: Add driver support for firmware changes for LAGDave Ertman2023-07-271-1/+1
* ice: Unset src prune on uplink VSIWojciech Drewek2023-07-241-0/+25
* ice: Unregister netdev and devlink_port only oncePetr Oros2023-07-141-27/+0
* ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-221-28/+14
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-05-181-2/+0
|\