summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
AgeCommit message (Expand)Author
2024-04-22cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-09cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errorsAsbjørn Sloth Tønnesen
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou
2021-06-03cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy
2020-10-14cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani
2020-08-03cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy
2020-06-30cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy
2020-06-19cxgb4: add action to steer flows to specific RxqVishal Kulkarni
2020-06-19cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-18cxgb4: rework TC filter rule insertion across regionsRahul Lakkireddy
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2019-12-17cxgb4: fix missed high priority region calculationShahjada Abul Husain
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy
2019-11-20cxgb4: check rule prio conflicts before offloadRahul Lakkireddy
2019-07-21allocate_flower_entry: should check for null derefNavid Emamdoost
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-05-23cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju
2019-04-08cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-06-28cxgb4: Add flag tc_flower_initializedCasey Leedom
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi
2018-01-24cxgb4: make symbol pedits staticWei Yongjun
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-22cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi
2018-01-22cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang
2017-11-01cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi
2017-11-01cxgb4: convert flower table to use rhashtableKumar Sanghvi
2017-11-01cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook
2017-10-20Merge branch 'cxgb4-more-flower-offloads'David S. Miller
2017-10-20cxgb4: add tc flower support for L3/L4 rewriteKumar Sanghvi
2017-10-20cxgb4: add tc flower support for ETH-SMAC rewriteKumar Sanghvi
2017-10-20cxgb4: add tc flower support for ETH-DMAC rewriteKumar Sanghvi
2017-10-20cxgb4: add tc flower support for action PASSKumar Sanghvi
2017-10-20cxgb4: add tc flower match support for vlanKumar Sanghvi
2017-10-20cxgb4: add tc flower match support for TOSKumar Sanghvi