| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |