aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley1-4/+9
2019-11-08ice: remove unnecessary conditional checkBruce Allan1-2/+1
2019-09-03ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer1-2/+3
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin1-0/+56
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman1-1/+4
2019-05-23ice: Silence semantic parser warningsBruce Allan1-2/+2
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin1-0/+59
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-0/+22
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-54/+54
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram1-3/+9
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-2/+289
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-2/+2
2019-03-22ice: fix static analysis warningsBruce Allan1-1/+1
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-1/+1
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-4/+4
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-2/+2
2018-11-20ice: Cleanup short function signaturesBruce Allan1-2/+1
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-06ice: Free VSI contexts during for unloadVictor Raj1-0/+12
2018-10-03ice: Fix potential null pointer issuesDave Ertman1-6/+7
2018-10-03ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley1-9/+29
2018-10-03ice: Fix forward to queue group logicAnirudh Venkataramanan1-4/+10
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan1-0/+1
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan1-44/+63
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan1-3/+3
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan1-175/+287
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash1-0/+41
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan1-24/+329
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan1-514/+453
2018-08-28ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao1-8/+10
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan1-2/+2
2018-03-26ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan1-0/+77
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan1-0/+169
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan1-0/+1378
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan1-0/+115
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan1-0/+144