summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-231-0/+3
* cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errorsAsbjørn Sloth Tønnesen2024-04-101-34/+30
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-9/+9
* cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou2023-04-181-1/+1
* cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy2021-06-041-9/+5
* cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani2020-10-151-13/+162
* cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy2020-08-041-2/+15
* cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy2020-07-011-3/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-261-20/+10
|\
| * cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy2020-06-241-20/+10
* | cxgb4: add action to steer flows to specific RxqVishal Kulkarni2020-06-191-0/+8
* | cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni2020-06-191-9/+21
* | cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni2020-06-191-46/+51
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+1
|/
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+2
* cxgb4: rework TC filter rule insertion across regionsRahul Lakkireddy2020-03-191-29/+92
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-1/+1
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-091-2/+6
* cxgb4: fix missed high priority region calculationShahjada Abul Husain2019-12-181-1/+2
* cxgb4: add support for high priority filtersShahjada Abul Husain2019-12-111-2/+5
* cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy2019-11-201-11/+10
* cxgb4: check rule prio conflicts before offloadRahul Lakkireddy2019-11-201-5/+26
* allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-11/+11
* cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
* cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-081-4/+1
* drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-123/+127
* flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-3/+3
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-115/+79
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-6/+4
* cxgb4: Add flag tc_flower_initializedCasey Leedom2018-06-281-0/+8
* cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi2018-05-151-0/+18
* cxgb4: make symbol pedits staticWei Yongjun2018-01-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-2/+5
|\
| * cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi2018-01-221-2/+2
| * cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi2018-01-221-0/+3
* | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+3
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-7/+5
|/
* cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi2017-11-011-5/+11
* cxgb4: convert flower table to use rhashtableKumar Sanghvi2017-11-011-32/+74
* cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi2017-11-011-2/+4
* cxgb4: add support to delete hash filterKumar Sanghvi2017-11-011-1/+1
* drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2017-10-281-4/+3
* Merge branch 'cxgb4-more-flower-offloads'David S. Miller2017-10-201-5/+380
|\
| * cxgb4: add tc flower support for L3/L4 rewriteKumar Sanghvi2017-10-201-37/+208
| * cxgb4: add tc flower support for ETH-SMAC rewriteKumar Sanghvi2017-10-201-0/+10
| * cxgb4: add tc flower support for ETH-DMAC rewriteKumar Sanghvi2017-10-201-1/+107
| * cxgb4: add tc flower support for action PASSKumar Sanghvi2017-10-201-2/+6
| * cxgb4: add tc flower match support for vlanKumar Sanghvi2017-10-201-0/+35
| * cxgb4: add tc flower match support for TOSKumar Sanghvi2017-10-201-1/+50
|/