summaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
* Bugfix: fix a couple of m_free() -> m_freem() usages and related issues.Luigi Rizzo2002-04-041-1/+2
* MFC: rev 1.37Brooks Davis2002-03-251-0/+20
* MFC: ARP support for variable length link level addressesMax Khon2002-02-131-1/+1
* MFC: Make vlan(4) devices loadable, unloadable, and clonable.Brooks Davis2001-12-041-52/+140
* MFC:Bill Fenner2001-08-011-20/+42
* MFC: (1.26) Fix a number of minor bugs in the VLAN code:Yaroslav Tykhiy2001-03-291-6/+25
* Advance the output byte and multicast counters on a parentYaroslav Tykhiy2001-03-291-3/+5
* MFC: 1.21-22: Use <sys/queue.h> macro api rather than fondle its implementationDavid E. O'Brien2001-03-061-9/+31
* MFC: Fix typo, insersion -> insertionJeroen Ruigrok van der Werven2001-02-141-1/+1
* MFC: Fix typo and comma placement in comment.Jeroen Ruigrok van der Werven2001-02-141-2/+2
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-3/+1
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-26/+0
* m_pullup() frees the supplied mbuf on failure; we don't need to tryMatthew N. Dodd2000-02-071-5/+3
* Make sure that the entire header is in the first mbuf before weMatthew N. Dodd2000-02-031-2/+14
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-291-3/+0
* The current code incorrectly assumes that all vlansJordan K. Hubbard1999-12-131-4/+3
* sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on theJordan K. Hubbard1999-12-131-2/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-11/+0
* $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