| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 10 | -419/+1281 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 3 | -4/+4 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 3 | -4/+4 |
* | Previous commit didn't work; this time really fix it. | archie | 2000-06-30 | 1 | -14/+0 |
* | Provide forward declarations for struct ifnet and struct mbuf | archie | 2000-06-29 | 1 | -0/+3 |
* | Fix kernel build breakage when 'device ether' was not included. | archie | 2000-06-29 | 3 | -13/+3 |
* | Make the ng_ether(4) node type dynamically loadable like the rest. | archie | 2000-06-26 | 5 | -427/+126 |
* | Implement SIOCSIFLLADDR, which allows you to change the link-level | wpaul | 2000-06-16 | 1 | -0/+30 |
* | Do not perform any opeartion with mbuf after it placed into | bp | 2000-06-14 | 3 | -9/+9 |
* | Unused include: #include "sl.h" - NSL is no longer used. | peter | 2000-06-10 | 1 | -2/+0 |
* | Don't try to apply ipfw filtering to non-IP packets. | archie | 2000-06-02 | 1 | -0/+2 |
* | fix KASSERT usage | mjacob | 2000-06-02 | 1 | -1/+1 |
* | Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccard | phk | 2000-06-01 | 1 | -2/+7 |
* | Make sl(4) SLIP devices dynamically expansible. Yay! =) | green | 2000-05-30 | 2 | -116/+170 |
* | Rather than checking for hlen causing misalignment, we should do the | gallatin | 2000-05-26 | 1 | -7/+9 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 7 | -20/+20 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 5 | -18/+21 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 7 | -20/+20 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 4 | -73/+87 |
* | patch from Alexey Zelkin | darrenr | 2000-05-11 | 1 | -5/+4 |
* | Add pfil(9) subroutines and manpage from NetBSD. | darrenr | 2000-05-10 | 3 | -0/+391 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 2 | -3/+0 |
* | OOps forgot to check in this one... | julian | 2000-04-28 | 1 | -3/+4 |
* | Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an | wpaul | 2000-04-27 | 1 | -0/+6 |
* | Fix support for 802.2 and SNAP frames. Bug was introduced during | bp | 2000-04-27 | 2 | -25/+53 |
* | remove "register" specifiers to supress compiler warning. | kjc | 2000-04-26 | 1 | -2/+2 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -4/+1 |
* | A couple months ago, Kirk and I were doing a walkthrough of the radix-tree | wollman | 2000-04-23 | 3 | -157/+202 |
* | IOCGIFCONF once and for all. Sometimes the ifc_len variable | guido | 2000-04-21 | 1 | -5/+2 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 2 | -2/+0 |
* | Awi driver, ported from NetBSD from Atsushi Once-san. | imp | 2000-04-06 | 1 | -0/+114 |
* | Pass me the pointy hat. | gj | 2000-04-04 | 1 | -1/+6 |
* | Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in the | gj | 2000-04-03 | 1 | -7/+2 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 2 | -2/+3 |
* | Remove duplicate word | charnier | 2000-03-26 | 1 | -1/+1 |
* | o Replace most magic numbers related to token ring with #defines | lile | 2000-03-19 | 2 | -66/+96 |
* | The advent of if_detach, allowing interface removal at runtime, makes it | rwatson | 2000-03-19 | 2 | -0/+65 |
* | Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or | rwatson | 2000-03-18 | 3 | -0/+22 |
* | IPv6 6to4 support. | shin | 2000-03-11 | 1 | -2/+17 |
* | The "sdl_family" field in a "struct sockaddr_dl" will be equal | archie | 2000-03-01 | 1 | -1/+1 |
* | This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This | guido | 2000-02-28 | 1 | -1/+9 |
* | Wrap if_up() by splnet. | shin | 2000-02-27 | 1 | -1/+7 |
* | Fix possible SLIOCSUNIT panic | ache | 2000-02-20 | 1 | -0/+1 |
* | Track if_i{bytes,packets,errors}. | mdodd | 2000-02-16 | 1 | -0/+4 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 7 | -390/+7 |
* | Update bridging code to the one already in -stable (this was | luigi | 2000-02-08 | 2 | -189/+370 |
* | 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 |
* | Add workaround for fxp issue at interface initialization with IPv6. | shin | 2000-02-01 | 1 | -0/+4 |
* | Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this. | peter | 2000-01-29 | 2 | -5/+0 |