aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_clip.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Block most access to the hardware as soon as the adapter stops.Navdeep Parhar2025-02-251-1/+1
* 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
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-071-3/+3
* cxgbe(4): Empty the clib_db before trying to destroy it.Navdeep Parhar2021-06-041-0/+13
* cxgbe(4): Use correct argument in call to hashdestroy.Navdeep Parhar2021-05-271-2/+2
* cxgbe(4): Overhaul CLIP (Compressed Local IPv6) table management.Navdeep Parhar2021-05-231-194/+648
* cxgbe(4): Use ifaddr_event_ext instead of ifaddr_event for CLIP management.Navdeep Parhar2021-05-051-4/+8
* cxgbe(4): Add support for NIC suspend/resume and live reset.Navdeep Parhar2021-04-281-1/+1
* cxgbe: Ignore doomed virtual interfaces when updating the clip table.John Baldwin2021-04-121-0/+3
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-251-1/+1
* cxgbe(4): Do not display error messages related to the CLIP table ifNavdeep Parhar2020-03-131-2/+6
* cxgbe(4): Do not issue mbox commands after t4_fw_bye.Navdeep Parhar2018-12-191-0/+2
* Make most of the CLIP code conditional on #ifdef INET6.John Baldwin2018-11-291-0/+13
* Move CLIP table handling out of TOM and into the base driver.John Baldwin2018-11-291-0/+382