aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_filter.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cxgbe(4): Add support for NIC suspend/resume and live reset.Navdeep Parhar2021-04-281-7/+29
* cxgbe(4): Separate the sw- and hw-specific parts of resource allocationsNavdeep Parhar2021-04-261-5/+4
* cxgbe(4): Add a driver ioctl to set the filter mask.Navdeep Parhar2021-02-191-0/+42
* cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar2021-02-191-79/+117
* 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-215/+956
* cxgbe(4): Move all TCAM filter code into a separate file.Navdeep Parhar2018-05-011-0/+686