summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02cxgb4: remove dead code when allocating filterGanesh Goudar1-6/+0
2018-01-19cxgb4: IPv6 filter takes 2 tidsGanesh Goudar1-33/+80
2018-01-02cxgb4: Check alignment constraint for T6Ganesh Goudar1-5/+12
2018-01-02cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar1-1/+11
2017-11-03cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun1-1/+3
2017-11-01cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi1-0/+148
2017-11-01cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi1-10/+20
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi1-3/+156
2017-11-01cxgb4: add support to create hash filtersKumar Sanghvi1-49/+524
2017-11-01cxgb4: initialize hash-filter configurationKumar Sanghvi1-0/+22
2017-10-20cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite supportKumar Sanghvi1-2/+17
2017-10-20cxgb4: introduce SMT ops to prepare for SMAC rewrite supportKumar Sanghvi1-15/+92
2017-09-22cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi1-0/+76
2017-09-22cxgb4: add basic tc flower offload supportKumar Sanghvi1-0/+24
2017-09-21cxgb4: avoid stall while shutting down the adapterGanesh Goudar1-1/+6
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2016-09-25cxgb4: fix -ve error check on a signed iqColin Ian King1-5/+5
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy1-15/+462
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy1-0/+274