aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-22cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-04-09cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errorsAsbjørn Sloth Tønnesen1-34/+30
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou1-1/+1
2021-06-03cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy1-9/+5
2020-10-14cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani1-13/+162
2020-08-03cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy1-2/+15
2020-06-30cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy1-3/+13
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+10
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy1-20/+10
2020-06-19cxgb4: add action to steer flows to specific RxqVishal Kulkarni1-0/+8
2020-06-19cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni1-9/+21
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni1-46/+51
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+2
2020-03-18cxgb4: rework TC filter rule insertion across regionsRahul Lakkireddy1-29/+92
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-2/+6
2019-12-17cxgb4: fix missed high priority region calculationShahjada Abul Husain1-1/+2
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain1-2/+5
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy1-11/+10
2019-11-20cxgb4: check rule prio conflicts before offloadRahul Lakkireddy1-5/+26
2019-07-21allocate_flower_entry: should check for null derefNavid Emamdoost1-1/+2
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-05-23cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju1-2/+3
2019-04-08cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni1-4/+1
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-123/+127
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-3/+3
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-115/+79
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-6/+4
2018-06-28cxgb4: Add flag tc_flower_initializedCasey Leedom1-0/+8
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi1-0/+18
2018-01-24cxgb4: make symbol pedits staticWei Yongjun1-1/+1
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-01-22cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi1-2/+2
2018-01-22cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi1-0/+3
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-4/+3
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-7/+5
2017-11-01cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi1-5/+11
2017-11-01cxgb4: convert flower table to use rhashtableKumar Sanghvi1-32/+74
2017-11-01cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi1-2/+4
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi1-1/+1
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-20Merge branch 'cxgb4-more-flower-offloads'David S. Miller1-5/+380
2017-10-20cxgb4: add tc flower support for L3/L4 rewriteKumar Sanghvi1-37/+208
2017-10-20cxgb4: add tc flower support for ETH-SMAC rewriteKumar Sanghvi1-0/+10
2017-10-20cxgb4: add tc flower support for ETH-DMAC rewriteKumar Sanghvi1-1/+107
2017-10-20cxgb4: add tc flower support for action PASSKumar Sanghvi1-2/+6
2017-10-20cxgb4: add tc flower match support for vlanKumar Sanghvi1-0/+35
2017-10-20cxgb4: add tc flower match support for TOSKumar Sanghvi1-1/+50