| Commit message (Expand) | Author | Age | Files | Lines |
* | correct two more flag misuses; m_tag* use malloc flags | sam | 2003-03-12 | 1 | -1/+1 |
* | sizeof(struct llc) -> LLC_SNAPFRAMELEN | mdodd | 2003-03-03 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Implement SIOCGIFMEDIA for vlan devices by passing the request to the | fenner | 2003-01-22 | 1 | -0/+23 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | o eliminate separate callback interface for h/w tagged input packets; instead | sam | 2002-11-14 | 1 | -142/+245 |
* | Add a cast to quiet a warning. | jhb | 2002-11-07 | 1 | -1/+1 |
* | Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit). | brooks | 2002-10-21 | 1 | -2/+2 |
* | Move all unit number management cloned interfaces into the cloning | brooks | 2002-05-25 | 1 | -4/+3 |
* | Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. | luigi | 2002-04-04 | 1 | -1/+3 |
* | Simplify the interface cloning framework by handling unit | mux | 2002-03-11 | 1 | -46/+5 |
* | Change the network interface cloning API so the destroy function returns | brooks | 2002-03-04 | 1 | -2/+3 |
* | When using hardware decoding, reconstruct the wire form of the ethernet | brooks | 2002-02-26 | 1 | -0/+20 |
* | - Utilize the great M_ZERO flag rather than allocating memory then do | arr | 2001-11-21 | 1 | -2/+1 |
* | Set the interface speed back to zero, after ether_ifattach() set it | fenner | 2001-10-15 | 1 | -0/+1 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -1/+1 |
* | - Fix typo in "didn't find tag in list" code -- != should have been ==. | fenner | 2001-10-06 | 1 | -4/+5 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -3/+3 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -51/+129 |
* | Eliminate the panic, reported by Daniel Sobral, which occurs when | fenner | 2001-07-24 | 1 | -17/+36 |
* | Use the IANA assignment IFT_L2VLAN directly instead of indirecting through | fenner | 2001-07-24 | 1 | -2/+2 |
* | Fix warning. s/char/unsigned char/ in "(char *)eth" | peter | 2001-06-15 | 1 | -1/+1 |
* | Get IP multicast working on VLAN devices: | fenner | 2001-05-02 | 1 | -1/+4 |
* | Fix a number of minor bugs in the VLAN code: | yar | 2001-03-28 | 1 | -6/+25 |
* | Fix another typo I missed on first reading: | asmodai | 2001-02-14 | 1 | -1/+1 |
* | Fix typo and comma placement. | asmodai | 2001-02-14 | 1 | -2/+2 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+1 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 1 | -6/+6 |
* | Exterminate the use of PSEUDO_SET() with extreme prejudice. | peter | 2001-01-31 | 1 | -3/+26 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -11/+3 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -3/+1 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -26/+0 |
* | Remove duplicate word | charnier | 2000-03-26 | 1 | -1/+1 |
* | m_pullup() frees the supplied mbuf on failure; we don't need to try | mdodd | 2000-02-07 | 1 | -5/+3 |
* | Make sure that the entire header is in the first mbuf before we | mdodd | 2000-02-03 | 1 | -2/+14 |
* | Remove some #if NFOO > 0 that are always true because of config rules. | peter | 2000-01-29 | 1 | -3/+0 |
* | The current code incorrectly assumes that all vlans | jkh | 1999-12-13 | 1 | -4/+3 |
* | sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on the | jkh | 1999-12-13 | 1 | -2/+3 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -11/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -8/+8 |
* | Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation. | wpaul | 1999-04-07 | 1 | -1/+2 |
* | Grrr... botched remote commit. Let's try this again: vlan updates, | wpaul | 1999-03-15 | 1 | -1/+2 |
* | Updates for vlan stuff: | wpaul | 1999-03-15 | 1 | -25/+228 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -3/+3 |
* | Fix an obvious parameter-order bogon. (Don't know what happened to | wollman | 1998-05-15 | 1 | -2/+2 |
* | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually | wollman | 1998-03-18 | 1 | -0/+363 |