summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-4/+3
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-041-1/+3
* Simplify the interface cloning framework by handling unitmux2002-03-111-46/+5
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-041-2/+3
* When using hardware decoding, reconstruct the wire form of the ethernetbrooks2002-02-261-0/+20
* - Utilize the great M_ZERO flag rather than allocating memory then doarr2001-11-211-2/+1
* Set the interface speed back to zero, after ether_ifattach() set itfenner2001-10-151-0/+1
* bring in ARP support for variable length link level addressesfjoe2001-10-141-1/+1
* - Fix typo in "didn't find tag in list" code -- != should have been ==.fenner2001-10-061-4/+5
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-3/+3
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-51/+129
* Eliminate the panic, reported by Daniel Sobral, which occurs whenfenner2001-07-241-17/+36
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-241-2/+2
* Fix warning. s/char/unsigned char/ in "(char *)eth"peter2001-06-151-1/+1
* Get IP multicast working on VLAN devices:fenner2001-05-021-1/+4
* Fix a number of minor bugs in the VLAN code:yar2001-03-281-6/+25
* Fix another typo I missed on first reading:asmodai2001-02-141-1/+1
* Fix typo and comma placement.asmodai2001-02-141-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-6/+6
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-3/+26
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-11/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-3/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-26/+0
* Remove duplicate wordcharnier2000-03-261-1/+1
* m_pullup() frees the supplied mbuf on failure; we don't need to trymdodd2000-02-071-5/+3
* 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