summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Re-work the logic for mps refcountingRaju Rangoju2019-06-241-6/+2Star
* cxgb4: use firmware API for validating filter specRaju Rangoju2019-05-231-1/+2
* cxgb4: Enable hash filter with offloadVishal Kulkarni2019-05-231-12/+26
* cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2019-04-281-6/+28
* cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-081-3/+4
* cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-2/+2
* cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hostsAl Viro2018-08-071-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-58/+30Star
|\
| * cxgb4: Correct ntuple mask validation for hash filtersKumar Sanghvi2018-05-151-58/+30Star
* | cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi2018-05-151-6/+85
* | libcxgb,cxgb4: use __skb_put_zero to simplfy codeYueHaibing2018-04-301-2/+1Star
|/
* cxgb4: remove dead code when allocating filterGanesh Goudar2018-03-021-6/+0Star
* cxgb4: IPv6 filter takes 2 tidsGanesh Goudar2018-01-191-33/+80
* cxgb4: Check alignment constraint for T6Ganesh Goudar2018-01-021-5/+12
* cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar2018-01-021-1/+11
* cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun2017-11-031-1/+3
* cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi2017-11-011-0/+148
* cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi2017-11-011-10/+20
* cxgb4: add support to delete hash filterKumar Sanghvi2017-11-011-3/+156
* cxgb4: add support to create hash filtersKumar Sanghvi2017-11-011-49/+524
* cxgb4: initialize hash-filter configurationKumar Sanghvi2017-11-011-0/+22
* cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite supportKumar Sanghvi2017-10-201-2/+17
* cxgb4: introduce SMT ops to prepare for SMAC rewrite supportKumar Sanghvi2017-10-201-15/+92
* cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi2017-09-231-0/+76
* cxgb4: add basic tc flower offload supportKumar Sanghvi2017-09-231-0/+24
* cxgb4: avoid stall while shutting down the adapterGanesh Goudar2017-09-221-1/+6
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-2/+1Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* cxgb4: fix -ve error check on a signed iqColin Ian King2016-09-261-5/+5
* cxgb4: add common api support for configuring filtersRahul Lakkireddy2016-09-221-15/+462
* cxgb4: move common filter code to separate fileRahul Lakkireddy2016-09-221-0/+274