aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15mlxsw: spectrum: acl: Don't encode the key again in mlxsw_sp_acl_atcam_12kb_lkey_id_get()Jiri Pirko4-14/+49
2018-11-15mlxsw: core_acl: Change order of args of ops->encode_block()Jiri Pirko3-7/+7
2018-11-15mlxsw: spectrum: acl: Pass key pointer to master_mask_set/clearJiri Pirko1-13/+17
2018-11-15mlxsw: spectrum: acl_erp: Convert to use objagg for tracking ERPsJiri Pirko5-90/+99
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko8-0/+1633
2018-11-15selftests: Adjust spectrum-2 ctcam_two_atcam_masks_testJiri Pirko1-1/+1
2018-11-15selftests: Adjust spectrum-2 two_mask_testJiri Pirko1-1/+1
2018-11-15net: get rid of __tcp_checksum_complete()Cong Wang1-6/+1
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar2-6/+156
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang5-8/+16
2018-11-15net: dsa: mv88e6xxx: Work around mv886e6161 SERDES missing MII_PHYSID2Andrew Lunn1-5/+16
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li2-3/+49
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2-2/+37
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li4-1/+32
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2-62/+140
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li6-1/+83
2018-11-15net: phy: icplus: add config_intr callbackHeiner Kallweit1-7/+16
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady2-0/+6
2018-11-14i40e: suppress bogus error messageMitch Williams1-1/+2
2018-11-14i40e: Use correct shift for VLAN priorityRichard Rodriguez1-2/+2
2018-11-14virtchnl: Fix off by one errorAlice Michael1-2/+2
2018-11-14virtchnl: white space and reorderAlice Michael1-3/+3
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-14nfp: abm: restructure Qdisc handlingJakub Kicinski4-352/+340
2018-11-14nfp: abm: save RED's parametersJakub Kicinski2-1/+18
2018-11-14nfp: abm: reset RED's child based on limitJakub Kicinski1-5/+22
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski2-0/+2
2018-11-14nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2-0/+107
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski2-1/+19
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski2-0/+19
2018-11-14nfp: abm: allocate Qdisc child tableJakub Kicinski2-7/+24
2018-11-14nfp: abm: remember which Qdisc is rootJakub Kicinski3-0/+19
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski3-0/+28
2018-11-14nfp: abm: track all offload-enabled qdiscsJakub Kicinski3-4/+132
2018-11-14nfp: abm: keep track of all RED thresholdsJakub Kicinski4-41/+120
2018-11-14nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski3-24/+29
2018-11-14net: aquantia: add support of rx-vlan-filter offloadDmitry Bogdanov7-18/+197
2018-11-14net: aquantia: add ethertype and PCP to rx flow filtersDmitry Bogdanov5-4/+133
2018-11-14net: aquantia: add vlan id to rx flow filtersDmitry Bogdanov7-3/+151
2018-11-14net: aquantia: add support of L3/L4 ntuple filtersDmitry Bogdanov5-3/+284
2018-11-14net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov8-1/+501
2018-11-14net: aquantia: add rx-flow filter definitionsDmitry Bogdanov3-17/+275