aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_debug.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add more fields to if_debug.c for ddb(4) 'show ifnet'; resortBjoern A. Zeeb2016-06-221-3/+10
* Add more fields from struct ifnet needed during debugging a kernel panic.Bjoern A. Zeeb2016-04-201-1/+3
* Catch up with some more fields. I needed the bpf one lately.Bjoern A. Zeeb2016-03-311-0/+2
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+0
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+1
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherBjoern A. Zeeb2010-10-251-0/+125