aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09cxgb4: remove unneeded if-null-free checkQiheng Lin1-6/+2
2020-06-23cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy1-9/+9
2020-03-18cxgb4: rework TC filter rule insertion across regionsRahul Lakkireddy1-20/+59
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain1-4/+14
2019-11-20cxgb4: check rule prio conflicts before offloadRahul Lakkireddy1-14/+22
2019-01-29cxgb4: cxgb4_tc_u32: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-3/+2
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+2
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-4/+4
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi1-2/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+3
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-7/+7
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V1-7/+5
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani1-1/+1
2016-09-22cxgb4: add support for drop and redirect actionsRahul Lakkireddy1-0/+71
2016-09-22cxgb4: add support for offloading u32 filtersRahul Lakkireddy1-0/+412