| Commit message (Expand) | Author | Age | Files | Lines |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 2 | -11/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 10 | -11/+620 |
* | Make the stub routines have the same prototypes as the real bpf | julian | 1999-12-03 | 1 | -1/+1 |
* | Add 'const' to the bpf_filter() and bpf_validate() prototypes. | archie | 1999-12-02 | 2 | -7/+5 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -1/+2 |
* | Expand the field width for subtypes. We had already overflowed it | julian | 1999-11-24 | 1 | -3/+5 |
* | Only emit the ``wrong ifa'' message if the matching interface | brian | 1999-11-23 | 1 | -3/+5 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 9 | -67/+946 |
* | Add some more comments to the sl_compress_tcp() function. | archie | 1999-11-15 | 1 | -2/+9 |
* | YUCK! | julian | 1999-11-15 | 1 | -2/+2 |
* | Fix screwup on synthesising incoming ethernet header in Netgraph mode. | julian | 1999-11-14 | 1 | -2/+3 |
* | Set the queue length. | phk | 1999-11-12 | 1 | -0/+1 |
* | Oops forgot to put the source MAC address on outgoing packets! | julian | 1999-11-11 | 1 | -1/+3 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 6 | -7/+59 |
* | Fix bug in BIOCGETIF ioctl() where it would return a bogus interface | archie | 1999-11-03 | 1 | -24/+8 |
* | Use typedefs for node methods. | julian | 1999-11-01 | 1 | -9/+7 |
* | When getting a RCN event in state ACK_RCVD, RFC 1661 demands that we | joerg | 1999-10-29 | 1 | -1/+1 |
* | Add a comment before sl_compress_tcp() regarding mbuf assumptions. | archie | 1999-10-29 | 1 | -0/+4 |
* | Re-allocate cblocks after changing the slip unit number. | ru | 1999-10-28 | 1 | -0/+3 |
* | Minor hack in the netgraph interface to ethernets. | julian | 1999-10-26 | 1 | -11/+60 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 3 | -0/+353 |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header | msmith | 1999-10-15 | 5 | -9/+53 |
* | Zap #include "tun.h" (for NTUN) - which isn't used anymore. | peter | 1999-09-27 | 1 | -2/+0 |
* | Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in the | peter | 1999-09-26 | 1 | -7/+1 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 2 | -10/+0 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -1/+1 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 8 | -83/+13 |
* | Don't call if_up() here, just set IFF_UP. | ru | 1999-09-14 | 1 | -1/+1 |
* | Add comments, fix typos. | ru | 1999-09-14 | 1 | -2/+8 |
* | Fix kernel compile with BRIDGE, but without DUMMYNET | nsayer | 1999-09-11 | 1 | -0/+3 |
* | For every "promiscuous mode enabled" message printed for an interface, | sheldonh | 1999-08-30 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 56 | -56/+56 |
* | Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition, | peter | 1999-08-18 | 1 | -3/+3 |
* | Give if_tun the "almost clone" makeover. | phk | 1999-08-15 | 1 | -68/+60 |
* | Give BPF the "almost-clone" update. If you need more of them, make | phk | 1999-08-15 | 1 | -78/+31 |
* | Back out redundant check, and remove the MAXMTU comparison as it's | brian | 1999-08-06 | 1 | -7/+4 |
* | Back out redundant checks | brian | 1999-08-06 | 2 | -12/+5 |
* | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | brian | 1999-08-06 | 5 | -15/+31 |
* | Don't complain if 0 bytes are written to the tun device, simply | brian | 1999-07-26 | 1 | -1/+4 |
* | fix a problem w/ zero byte writes to the tunnel device. It would bypass | jmg | 1999-07-23 | 1 | -1/+1 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 9 | -55/+55 |
* | Fixed English errors, spelling errors and formatting errors in rev.1.51 | bde | 1999-07-05 | 1 | -7/+9 |
* | Quick fix for breakage of bounds checking in rev.1.12. Only one | bde | 1999-07-04 | 1 | -2/+2 |
* | Fix a printf int/long problem on the Alpha | peter | 1999-07-01 | 1 | -2/+3 |
* | Fix two easy warnings when using BRIDGE without IPFIREWALL. | peter | 1999-07-01 | 1 | -2/+3 |
* | Increase the size of the route reference count from 15 bits to 31 bits. | msmith | 1999-06-30 | 1 | -3/+2 |
* | Never return the root node itself from rn_match(); return NULL instead. | pb | 1999-06-25 | 1 | -2/+5 |
* | Add a new interface ioctl, to return "aux status". | phk | 1999-06-19 | 4 | -4/+34 |
* | typo in previous commit | phk | 1999-06-06 | 1 | -2/+2 |
* | Introduce IFF_SMART bit. | phk | 1999-06-06 | 2 | -6/+10 |