summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2002-02-10Use IF_IS_EMPTY and IFQ_IS_EMPTY instead of accessing queue membersmartin
2002-02-10Fix typo in comment.martin
2002-02-10Add 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 soatatat
2002-02-01Avoid any non-error output for normal operations, only print thosemartin
2002-02-01Tweak the slow-but-persistent connection reestablishment timeout, retryingmartin
2002-01-21Fix copy&pasto: truncate strings copied in at *their* right length, notmartin
2002-01-18couple cosmetic style fixes, and drop ^L'sjdolecek
2002-01-15Make fields in ioctl parameters that are not allowed to be negative u_ints.martin
2002-01-14Include <machine/intr.h> unconditionally, instead of only doing so ifkleink
2002-01-14As discussed with Aymeric, <machine/intr.h> is always required, so don'tkleink
2002-01-14Don't include machine/types.h (my fault in previous commit)aymeric
2002-01-14Initialize the activity timestamp when opening a connection. Only idle-martin
2002-01-13include machine/types.haymeric
2002-01-07Implement a retry counter for failed authorizations and limit it tomartin
2002-01-06Implement an activity timestamp, recording the last time payload datamartin
2002-01-05Fix LP64 printf format problem.thorpej
2002-01-05Ooops, forgot to commit this file when doing the great if_spppsubr.cmartin
2002-01-04Move net/if_sppp.h to net/if_spppvar.h, create a new net/if_sppp.hmartin
2001-12-31Fix a "pointers are not permitted as case values" gcc 3.1 warning.thorpej
2001-12-23Do not provide memcpy()/memset()/memcmp() macros as wrappersthorpej
2001-12-21move protosw fragment for gif/stf to their own source code.itojun
2001-12-21whitespace and comment. sync with kameitojun
2001-12-16Remove yet another spurious (debug?) output.martin
2001-12-16Cleanup softc more completely on "ifconfig down", but only if we aremartin
2001-12-16Fix packet accounting (now netstat -i and netstat -ib show reasonablemartin
2001-12-16Remove some spurious (debug?) output.martin
2001-12-15Enable additional error messages for the discovery phase, clarify somemartin
2001-12-15Make reconnects after LCP keepalive detected an error actually work.martin
2001-12-14Use __sh__ instead of __sh3__.thorpej
2001-12-10Enable active LCP keepalive handling in the PPP layer, the PPPoE layermartin
2001-12-10Now that everything works without LINK1 set, do not set it by default.martin
2001-12-10We explicitly close LCP when going to state CLOSED, so we better openmartin
2001-12-08Change the way IPCP negotiation is handled.martin
2001-12-04code cleanup for portabilityross
2001-12-02Add an #if defined(INET) ... around if_detach_queues's declaration to match theabs
2001-12-01Fail early when trying to identify a pppoe interface softc (from amartin
2001-11-27Make it compile in the absence of networks. Closes PR 14274 (mine).augustss
2001-11-24Sanity check the tunnel route after computing it and don't mark themartin
2001-11-24Make this respect down interfaces.martin
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-15Someone <sys/param.h> was deleted from the includes list. Add itthorpej
2001-11-13remove unnecessary #if NFOO > 0 .... #endif wrapperslukem
2001-11-12add RCSIDslukem
2001-11-12Use the (not so-)newly-allocated IFT_ECONET rather than IFT_OTHER. This meansbjh21
2001-11-07Sync with IANA. This finally gets us IFT_ECONET.bjh21
2001-11-06too many curly brace.itojun
2001-11-06Fix pr#14481matt
2001-11-05Switch to using queue access macros instead of refering to the membermatt
2001-10-31Turn the tun device/network interface into a cloning device.atatat