aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
AgeCommit message (Expand)Author
2021-04-14ice: Cleanup fltr list in case of allocation issuesRobert Malz
2021-04-14ice: Fix for dereference of NULL pointerJacek BuĊ‚atek
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan
2020-05-31ice: fix function signature style formatBruce Allan
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-01-24ice: Allocate flow profileTony Nguyen
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley
2019-11-08ice: remove unnecessary conditional checkBruce Allan
2019-09-03ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman
2019-05-23ice: Silence semantic parser warningsBruce Allan
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan
2019-03-22ice: fix static analysis warningsBruce Allan
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan
2018-11-20ice: Cleanup short function signaturesBruce Allan
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram
2018-11-06ice: Free VSI contexts during for unloadVictor Raj
2018-10-03ice: Fix potential null pointer issuesDave Ertman
2018-10-03ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley
2018-10-03ice: Fix forward to queue group logicAnirudh Venkataramanan
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan
2018-08-28ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan
2018-03-26ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan