aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02cxgb4: make the array match_all_mac static, makes object smallerColin Ian King1-2/+2
2021-06-18cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-05-19cxgb4: avoid accessing registers when clearing filtersRaju Rangoju1-1/+1
2021-04-12cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-03-10net: ethernet: chelsiofix: spelling typo of 'rewriteing'Wang Qing1-1/+1
2020-11-20cxgb4: fix the panic caused by non smac rewriteRaju Rangoju1-1/+2
2020-10-26cxgb4: set up filter action after rewritesRaju Rangoju1-29/+27
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2020-09-05cxgb4: Fix offset when clearing filter byte countersGanji Aravind1-3/+6
2020-08-20cxgb4: insert IPv6 filter rules in next free regionRahul Kundu1-10/+7
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2020-07-08cxgb4: fix all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+16
2020-06-23cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy1-4/+11
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni1-0/+5
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-03-25cxgb4: remove set but not used variable 'tab'YueHaibing1-3/+1
2020-03-18cxgb4: rework TC filter rule insertion across regionsRahul Lakkireddy1-86/+219
2020-03-15cxgb4: fix delete filter entry fail in unload pathShahjada Abul Husain1-2/+2
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-7/+5
2019-12-17cxgb4: fix missed high priority region calculationShahjada Abul Husain1-6/+15
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain1-67/+153
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy1-0/+6
2019-11-20cxgb4: check rule prio conflicts before offloadRahul Lakkireddy1-24/+90
2019-06-24cxgb4: Re-work the logic for mps refcountingRaju Rangoju1-6/+2
2019-05-23cxgb4: use firmware API for validating filter specRaju Rangoju1-1/+2
2019-05-22cxgb4: Enable hash filter with offloadVishal Kulkarni1-12/+26
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni1-6/+28
2019-04-08cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni1-3/+4
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-2/+2
2018-08-07cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hostsAl Viro1-4/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-58/+30
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi1-6/+85
2018-05-14cxgb4: Correct ntuple mask validation for hash filtersKumar Sanghvi1-58/+30
2018-04-30libcxgb,cxgb4: use __skb_put_zero to simplfy codeYueHaibing1-2/+1
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