summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
Commit message (Expand)AuthorAgeFilesLines
* ice: join format strings to same line as ice_debugJacob Keller2020-12-091-10/+5
* ice: return correct error code from ice_aq_sw_rulesKiran Patil2020-07-291-1/+7
* ice: replace single-element array used for C struct hackBruce Allan2020-07-011-22/+14
* ice: avoid unnecessary single-member variable-length structsBruce Allan2020-07-011-7/+7
* ice: fix function signature style formatBruce Allan2020-05-311-6/+3
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-0/+75
* ice: Fix casting issuesKarol Kolacinski2020-05-211-6/+6
* ice: use variable name more descriptive than typeBruce Allan2020-03-101-10/+10
* ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan2020-02-151-2/+2
* ice: Allocate flow profileTony Nguyen2020-01-241-36/+0
* ice: Refactor removal of VLAN promiscuous rulesBrett Creeley2019-11-221-4/+9
* ice: remove unnecessary conditional checkBruce Allan2019-11-081-2/+1
* ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer2019-09-031-2/+3
* ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin2019-08-231-0/+56
* ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-301-1/+4
* ice: Silence semantic parser warningsBruce Allan2019-05-231-2/+2
* ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-041-0/+59
* ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-021-0/+22
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-54/+54
* ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram2019-03-221-3/+9
* ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz2019-03-221-1/+6
* ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram2019-03-221-9/+20
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-221-2/+289
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-2/+2
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-02-251-2/+13
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-1/+1
* ice: Fix possible NULL pointer de-referenceBruce Allan2018-11-201-0/+3
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-4/+4
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-2/+2
* ice: Cleanup short function signaturesBruce Allan2018-11-201-2/+1
* ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram2018-11-201-13/+24
* ice: Free VSI contexts during for unloadVictor Raj2018-11-061-0/+12
* ice: Fix potential null pointer issuesDave Ertman2018-10-031-6/+7
* ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley2018-10-031-9/+29
* ice: Fix forward to queue group logicAnirudh Venkataramanan2018-10-031-4/+10
* ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-031-0/+1
* ice: Implement VSI replay frameworkAnirudh Venkataramanan2018-10-021-44/+63
* ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan2018-10-021-3/+3
* ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan2018-10-021-175/+287
* ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash2018-08-281-0/+41
* ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-281-24/+329
* ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan2018-08-281-514/+453
* ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao2018-08-281-8/+10
* ice: Fix multiple static analyser warningsAnirudh Venkataramanan2018-08-231-2/+2
* ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-261-0/+77
* ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-261-0/+169
* ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-261-0/+1378
* ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan2018-03-261-0/+115
* ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan2018-03-261-0/+144