| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -1/+2 |
| * | Remove/comment tokens after #endif (#endif NETATALK) | Peter Wemm | 2001-09-10 | 2 | -4/+4 |
| * | Patches from KAME to remove usage of Varargs in existing | Julian Elischer | 2001-09-07 | 2 | -11/+4 |
| * | Fix another shortcircuit return() statement that I missed. | Jonathan Lemon | 2001-09-07 | 1 | -1/+1 |
| * | Fix sense of comparison in space test. Also eliminate a compile | Jonathan Lemon | 2001-09-07 | 1 | -8/+8 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 8 | -52/+72 |
| * | Cosmetic cleanups and rearrangement for code to come. There should be | Jonathan Lemon | 2001-09-06 | 1 | -63/+68 |
| * | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 4 | -72/+173 |
| * | Add cloning support for the tap(4) device similar to that in the tun(4) | Brooks Davis | 2001-09-05 | 2 | -136/+221 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 2 | -5/+3 |
| * | Synch with NetBSD and OpenBSD. | Ruslan Ermilov | 2001-08-31 | 1 | -1/+9 |
| * | TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINT | Brian Somers | 2001-08-25 | 1 | -6/+4 |
| * | Correct the comment about bpfattach() to match reality. | Dima Dorfman | 2001-08-23 | 1 | -3/+4 |
| * | Fix typo | Julian Elischer | 2001-08-16 | 1 | -1/+1 |
| * | Only allocate teh 1540 byte buffer if we need it.. | Julian Elischer | 2001-08-16 | 1 | -18/+18 |
| * | Don't allocate an entire 1500 byte buffer on the stack. | Julian Elischer | 2001-08-15 | 2 | -5/+14 |
| * | printed current sequence number of the SA. accordingly, changed | Hajimu UMEMOTO | 2001-08-06 | 1 | -2/+2 |
| * | Don't terminate the uiomove() loop on a zero-length mbuf. It's not | Bill Fenner | 2001-08-03 | 1 | -4/+3 |
| * | fix memory leak when error during opening of routing socket | Jonathan Chen | 2001-08-02 | 1 | -0/+1 |
| * | Update our bpf.h with tcpdump.org's new DLT_ types. | Bill Fenner | 2001-07-31 | 1 | -2/+82 |
| * | If LCP proto-rej is received, drop the protocol mentioned by the message. | Hajimu UMEMOTO | 2001-07-31 | 1 | -1/+59 |
| * | incorrect bounds-check on snprintf. | Jun-ichiro itojun Hagino | 2001-07-26 | 1 | -2/+2 |
| * | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl | Bill Fenner | 2001-07-25 | 2 | -7/+2 |
| * | As commented in defined in sys/net/route.c, rt_fixchange() has a bad | Hajimu UMEMOTO | 2001-07-25 | 1 | -5/+25 |
| * | Eliminate the panic, reported by Daniel Sobral, which occurs when | Bill Fenner | 2001-07-24 | 1 | -17/+36 |
| * | Use the IANA assignment IFT_L2VLAN directly instead of indirecting through | Bill Fenner | 2001-07-24 | 2 | -5/+2 |
| * | unbreak building kernel without option INET6 | Hajimu UMEMOTO | 2001-07-05 | 2 | -0/+4 |
| * | adjust mbuf length right in route_output(). | Hajimu UMEMOTO | 2001-07-04 | 1 | -1/+7 |
| * | gif(4) and stf(4) modernization: | Brooks Davis | 2001-07-02 | 3 | -117/+240 |
| * | Add kernel infrastructure for network device cloning. | Brooks Davis | 2001-07-02 | 3 | -5/+238 |
| * | inject outbound packet to BPF. | Hajimu UMEMOTO | 2001-06-24 | 1 | -1/+25 |
| * | Close a race where we were releasing the unit resource at the start | Brian Somers | 2001-06-20 | 1 | -2/+4 |
| * | Suppress update ifnet.iflastchange when processing packets for SNMP | Munechika SUMIKAWA | 2001-06-19 | 1 | -1/+0 |
| * | Remove the SI_CHEAPCLONE flag when hanging resources off the dev_t | Brian Somers | 2001-06-18 | 1 | -0/+2 |
| * | This file was a horrible mixture of styles old and new. | Mark Murray | 2001-06-16 | 1 | -27/+16 |
| * | Do not perform arp send/resolve on an interface marked NOARP. | Jonathan Lemon | 2001-06-15 | 3 | -5/+9 |
| * | Fix warning. s/char/unsigned char/ in "(char *)eth" | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | Fix warning: 848: warning: label `nosupport' defined but not used | Peter Wemm | 2001-06-15 | 1 | -1/+0 |
| * | Fix warning; remove unused variable | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | Remove unused variable | Peter Wemm | 2001-06-15 | 1 | -1/+0 |
| * | Make compilable. addlog(...) was replaced with log(-1, ...) | Hajimu UMEMOTO | 2001-06-13 | 1 | -18/+18 |
| * | Restore the code wrongly nuked by previous commit. | Hajimu UMEMOTO | 2001-06-12 | 1 | -0/+1 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 14 | -176/+1434 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 1 | -1/+1 |
| * | Back out part of my previous commit. This was a last minute change | Peter Wemm | 2001-06-07 | 1 | -1/+1 |
| * | Make the TUNABLE_*() macros look and behave more consistantly like the | Peter Wemm | 2001-06-06 | 1 | -2/+2 |
| * | When looking for an interface appropriate for the (new or changing) | Ruslan Ermilov | 2001-06-04 | 1 | -1/+1 |
| * | First, wrap the if_up() call into splimp()/splx() because | Yaroslav Tykhiy | 2001-06-03 | 1 | -2/+5 |
| * | Support /dev/tun cloning. Ansify if_tun.c while I'm there. | Brian Somers | 2001-06-01 | 2 | -91/+129 |
| * | Currently, each wireless networking driver has it's own control program | Poul-Henning Kamp | 2001-05-26 | 3 | -3/+100 |