| Age | Commit message (Expand) | Author |
| 2002-03-23 | If someone is poll'ing to write to bpf, assume that it can always be done | darrenr |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-17 | Make the 'ifnet' variable an extern and declare it in if.c. | simonb |
| 2002-03-13 | suppress -Wunused if !INET6 | itojun |
| 2002-03-13 | Fix what looks like a merge error: olen = 0 in z_decompress, not | fvdl |
| 2002-03-13 | Upgrade this generated version to be based on zlib-1.1.4 | fvdl |
| 2002-03-12 | fix CRC (ICV) for WEP: ICV is 32bit not 16bit. | onoe |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-03-04 | Avoid noise from the kernel if we have pseudo-device pppoe configured | martin |
| 2002-03-02 | Add support to query the peer for DNS addreses when negotiating IPCP. | martin |
| 2002-02-28 | Don't call m_aux_find() to find a VLAN tag unless VLANs are configured | thorpej |
| 2002-02-26 | Typo fix. | wiz |
| 2002-02-24 | Clear M_BCAST and M_MCAST on outgoing mbufs. | martin |
| 2002-02-24 | Clear M_BCAST and M_MCAST flags on mbufs before passing them down to the | martin |
| 2002-02-22 | PR/15703: Sean Boudreau: Case in route_output() where struct rtentry *rt | christos |
| 2002-02-10 | Use IF_IS_EMPTY and IFQ_IS_EMPTY instead of accessing queue members | martin |
| 2002-02-10 | Fix typo in comment. | martin |
| 2002-02-10 | Add the Ethertype for 802.3x flow control packets. | thorpej |
| 2002-02-09 | (1) Make if_index "wrap" at USHRT_MAX instead of going above it so | atatat |
| 2002-02-01 | Avoid any non-error output for normal operations, only print those | martin |
| 2002-02-01 | Tweak the slow-but-persistent connection reestablishment timeout, retrying | martin |
| 2002-01-21 | Fix copy&pasto: truncate strings copied in at *their* right length, not | martin |
| 2002-01-18 | couple cosmetic style fixes, and drop ^L's | jdolecek |
| 2002-01-15 | Make fields in ioctl parameters that are not allowed to be negative u_ints. | martin |
| 2002-01-14 | Include <machine/intr.h> unconditionally, instead of only doing so if | kleink |
| 2002-01-14 | As discussed with Aymeric, <machine/intr.h> is always required, so don't | kleink |
| 2002-01-14 | Don't include machine/types.h (my fault in previous commit) | aymeric |
| 2002-01-14 | Initialize the activity timestamp when opening a connection. Only idle- | martin |
| 2002-01-13 | include machine/types.h | aymeric |
| 2002-01-07 | Implement a retry counter for failed authorizations and limit it to | martin |
| 2002-01-06 | Implement an activity timestamp, recording the last time payload data | martin |
| 2002-01-05 | Fix LP64 printf format problem. | thorpej |
| 2002-01-05 | Ooops, forgot to commit this file when doing the great if_spppsubr.c | martin |
| 2002-01-04 | Move net/if_sppp.h to net/if_spppvar.h, create a new net/if_sppp.h | martin |
| 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 |