| Age | Commit message (Expand) | Author |
| 2001-12-31 | Fix a "pointers are not permitted as case values" gcc 3.1 warning. | thorpej |
| 2001-12-23 | Do not provide memcpy()/memset()/memcmp() macros as wrappers | thorpej |
| 2001-12-21 | move protosw fragment for gif/stf to their own source code. | itojun |
| 2001-12-21 | whitespace and comment. sync with kame | itojun |
| 2001-12-16 | Remove yet another spurious (debug?) output. | martin |
| 2001-12-16 | Cleanup softc more completely on "ifconfig down", but only if we are | martin |
| 2001-12-16 | Fix packet accounting (now netstat -i and netstat -ib show reasonable | martin |
| 2001-12-16 | Remove some spurious (debug?) output. | martin |
| 2001-12-15 | Enable additional error messages for the discovery phase, clarify some | martin |
| 2001-12-15 | Make reconnects after LCP keepalive detected an error actually work. | martin |
| 2001-12-14 | Use __sh__ instead of __sh3__. | thorpej |
| 2001-12-10 | Enable active LCP keepalive handling in the PPP layer, the PPPoE layer | martin |
| 2001-12-10 | Now that everything works without LINK1 set, do not set it by default. | martin |
| 2001-12-10 | We explicitly close LCP when going to state CLOSED, so we better open | martin |
| 2001-12-08 | Change the way IPCP negotiation is handled. | martin |
| 2001-12-04 | code cleanup for portability | ross |
| 2001-12-02 | Add an #if defined(INET) ... around if_detach_queues's declaration to match the | abs |
| 2001-12-01 | Fail early when trying to identify a pppoe interface softc (from a | martin |
| 2001-11-27 | Make it compile in the absence of networks. Closes PR 14274 (mine). | augustss |
| 2001-11-24 | Sanity check the tunnel route after computing it and don't mark the | martin |
| 2001-11-24 | Make this respect down interfaces. | martin |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-15 | Someone <sys/param.h> was deleted from the includes list. Add it | thorpej |
| 2001-11-13 | remove unnecessary #if NFOO > 0 .... #endif wrappers | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-12 | Use the (not so-)newly-allocated IFT_ECONET rather than IFT_OTHER. This means | bjh21 |
| 2001-11-07 | Sync with IANA. This finally gets us IFT_ECONET. | bjh21 |
| 2001-11-06 | too many curly brace. | itojun |
| 2001-11-06 | Fix pr#14481 | matt |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2001-10-31 | Turn the tun device/network interface into a cloning device. | atatat |
| 2001-10-29 | In preparation for further changes: remove big parts of the ifdef mess | martin |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-28 | Don't call if_alloc_sadl when creating the pppoe interface, it's called | martin |
| 2001-10-18 | Add ETHERTYPEs for MPLS (Unicast & Multicast). | matt |
| 2001-10-17 | unifdef OLDIP6OUTPUT | itojun |
| 2001-10-16 | on RTM_DELETE, reduce refcnt on rt->rt_parent, to avoid leaks. | itojun |
| 2001-10-14 | Put the storage class first in an array declaration. | simonb |
| 2001-10-06 | The bridge driver does all forwarding at interrupt level, and | thorpej |
| 2001-10-05 | Install net/ieee1394.h the same way we install all the other | bjh21 |
| 2001-09-26 | don't softintr_disestablish twice. | itojun |
| 2001-09-25 | use ALIGNED_POINTER() instead of ALIGN(). | onoe |
| 2001-09-24 | Change the caddr_t to uintptr_t and remove the cast ... it gave problems | reinoud |
| 2001-09-20 | Move IBSS creation stuff from awi to ieee80211. | onoe |
| 2001-09-19 | Fix for FH infrastructure mode. | onoe |
| 2001-09-18 | Move IEEE 802.11 MAC management functions from awi driver to | onoe |
| 2001-09-17 | Add retry mechanisms for Econet, so that if a four-way handshake doesn't | bjh21 |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-16 | Add support for incoming IP broadcast packets. The protocol for this is | bjh21 |