summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that the entire header is in the first mbuf before wemdodd2000-02-031-2/+14
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-3/+0
* The current code incorrectly assumes that all vlansjkh1999-12-131-4/+3
* sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on thejkh1999-12-131-2/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-11/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-8/+8
* Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.wpaul1999-04-071-1/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-151-1/+2
* Updates for vlan stuff:wpaul1999-03-151-25/+228
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-3/+3
* Fix an obvious parameter-order bogon. (Don't know what happened towollman1998-05-151-2/+2
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-181-0/+363
OpenPOWER on IntegriCloud