aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_filter.c
Commit message (Expand)AuthorAgeFilesLines
* Always allocate the atid table during attach.John Baldwin2019-10-221-5/+0
* cxgbe(4): Clear the reply-pending status of a hashfilter when the replyNavdeep Parhar2019-01-201-1/+1
* cxgbe(4): Allow "pass" filters to distribute matching traffic using aNavdeep Parhar2018-10-251-2/+2
* cxgbe(4): Reuse existing "switching" L2T entries when possible.Navdeep Parhar2018-09-221-40/+21
* cxgbe(4): Use two hashes instead of a table to keep track ofNavdeep Parhar2018-08-151-59/+264
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-111-13/+13
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-091-59/+163
* cxgbe(4): Do not leak the filters in the hashfilter table on moduleNavdeep Parhar2018-06-271-7/+42
* cxgbe(4): Add support for SMAC-rewriting filters.Navdeep Parhar2018-05-311-53/+90
* cxgbe(4): Only valid filters are expected to have a valid tid.Navdeep Parhar2018-05-221-1/+1
* cxgbe(4): Filtering related features and fixes.Navdeep Parhar2018-05-151-132/+312
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-091-213/+954
* cxgbe(4): Move all TCAM filter code into a separate file.Navdeep Parhar2018-05-011-0/+686