aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.Bill Paul1999-04-071-1/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,Bill Paul1999-03-151-1/+2
* Updates for vlan stuff:Bill Paul1999-03-151-25/+228
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+3
* Fix an obvious parameter-order bogon. (Don't know what happened toGarrett Wollman1998-05-151-2/+2
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallyGarrett Wollman1998-03-181-0/+363