| Commit message (Expand) | Author | Age | Files | Lines |
* | Update our bpf.h with tcpdump.org's new DLT_ types. | fenner | 2001-07-31 | 1 | -2/+82 |
* | If LCP proto-rej is received, drop the protocol mentioned by the message. | ume | 2001-07-31 | 1 | -1/+59 |
* | incorrect bounds-check on snprintf. | itojun | 2001-07-26 | 1 | -2/+2 |
* | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl | fenner | 2001-07-25 | 2 | -7/+2 |
* | As commented in defined in sys/net/route.c, rt_fixchange() has a bad | ume | 2001-07-25 | 1 | -5/+25 |
* | 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 | 2 | -5/+2 |
* | unbreak building kernel without option INET6 | ume | 2001-07-05 | 2 | -0/+4 |
* | adjust mbuf length right in route_output(). | ume | 2001-07-04 | 1 | -1/+7 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 3 | -117/+240 |
* | Add kernel infrastructure for network device cloning. | brooks | 2001-07-02 | 3 | -5/+238 |
* | inject outbound packet to BPF. | ume | 2001-06-24 | 1 | -1/+25 |
* | Close a race where we were releasing the unit resource at the start | brian | 2001-06-20 | 1 | -2/+4 |
* | Suppress update ifnet.iflastchange when processing packets for SNMP | sumikawa | 2001-06-19 | 1 | -1/+0 |
* | Remove the SI_CHEAPCLONE flag when hanging resources off the dev_t | brian | 2001-06-18 | 1 | -0/+2 |
* | This file was a horrible mixture of styles old and new. | markm | 2001-06-16 | 1 | -27/+16 |
* | Do not perform arp send/resolve on an interface marked NOARP. | jlemon | 2001-06-15 | 3 | -5/+9 |
* | Fix warning. s/char/unsigned char/ in "(char *)eth" | peter | 2001-06-15 | 1 | -1/+1 |
* | Fix warning: 848: warning: label `nosupport' defined but not used | peter | 2001-06-15 | 1 | -1/+0 |
* | Fix warning; remove unused variable | peter | 2001-06-15 | 1 | -1/+1 |
* | Remove unused variable | peter | 2001-06-15 | 1 | -1/+0 |
* | Make compilable. addlog(...) was replaced with log(-1, ...) | ume | 2001-06-13 | 1 | -18/+18 |
* | Restore the code wrongly nuked by previous commit. | ume | 2001-06-12 | 1 | -0/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 14 | -177/+1435 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -1/+1 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -1/+1 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -2/+2 |
* | When looking for an interface appropriate for the (new or changing) | ru | 2001-06-04 | 1 | -1/+1 |
* | First, wrap the if_up() call into splimp()/splx() because | yar | 2001-06-03 | 1 | -2/+5 |
* | Support /dev/tun cloning. Ansify if_tun.c while I'm there. | brian | 2001-06-01 | 2 | -92/+130 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 3 | -3/+100 |
* | Make if_tun's clone create SI_CHEAPCLONE devices. | phk | 2001-05-25 | 1 | -0/+1 |
* | Add a couple more codes for upcoming raylink driver additions. | dmlb | 2001-05-17 | 1 | -9/+70 |
* | Get IP multicast working on VLAN devices: | fenner | 2001-05-02 | 2 | -7/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 2 | -0/+6 |
* | Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc(): | fenner | 2001-04-27 | 1 | -7/+9 |
* | Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd) | brian | 2001-04-17 | 1 | -5/+3 |
* | Move the decision whether we want to request authentication from our | joerg | 2001-04-08 | 1 | -8/+8 |
* | Fix bpf devices so select() recognizes that they are always writable. | gad | 2001-04-04 | 1 | -5/+8 |
* | Change the type of the VLAN interface from IFT_PROPVIRTUAL, | yar | 2001-04-04 | 2 | -3/+3 |
* | Add recently assigned interface types. | yar | 2001-04-04 | 1 | -0/+7 |
* | Sync up to NetBSD, Step 2: | yar | 2001-04-04 | 1 | -0/+136 |
* | Sync up to NetBSD again, Step 1: | yar | 2001-04-04 | 1 | -5/+5 |
* | Allow MOD_UNLOADs of if_tun, and handle event handler registration | brian | 2001-04-03 | 2 | -10/+44 |
* | If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags | brian | 2001-04-02 | 1 | -0/+4 |
* | Return 0 and do nothing when we get a SIOCSIFFLAGS. | brian | 2001-04-02 | 1 | -0/+1 |
* | Fix a number of minor bugs in the VLAN code: | yar | 2001-03-28 | 1 | -6/+25 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -1/+3 |
* | Use mtx_initiaalized() rather than violating the internals of the mutex | jhb | 2001-03-28 | 1 | -2/+1 |
* | Don't bypass notifying a corresponding interface | yar | 2001-03-27 | 1 | -0/+6 |