summaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
AgeCommit message (Expand)Author
2007-09-05IPv6 support for sppp layer, based on NetBSD version.Can Erkin Acar
2007-08-28The m_pulldown used for aligning was not copying the header,Can Erkin Acar
2007-08-20Align the packet after the ppp header.Can Erkin Acar
2007-08-14Make sure all the packet is in one continuous mbuf.Can Erkin Acar
2007-08-07Use the length of the mbuf instead of the packet.Can Erkin Acar
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-05-28Users of arc4random() should include dev/rndvar.h directly.Ryan Thomas McBride
2007-05-20Handle IP address stuff in tls/tlf state messagesCan Erkin Acar
2007-04-18Typo in comment. From Brad.Marco Pfatschbacher
2007-04-17Add support for setting the address of the ppp peer.Marco Pfatschbacher
2007-03-19Use u_int32_t instead of u_long for IP addresses.Marco Pfatschbacher
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2006-12-06Missing newline in printf.Bernd Ahlers
2006-08-28Check for illegal option lengths when parsing LCP packetsCan Erkin Acar
2006-07-11Only print link state changes if interface is in debug mode.Can Erkin Acar
2006-07-04logging should be in debug mode only. if every network driver did aTheo de Raadt
2006-07-02diff from peter phillip at freenet dot de:Reyk Floeter
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-02-24Another gem from the the-world-runs-on-i386 departement. Using u_long inClaudio Jeker
2005-10-07Report interface link state changes in sppp layerCan Erkin Acar
2005-08-12Use actual packet contents when sending protocol rejects. Fixes PR 4305.Can Erkin Acar
2005-08-03prevent unaligned memory access when processing LCP echo packets,Can Erkin Acar
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-05-13Fix for a panic experienced when authenticating a pppoe session on an amd64 s...Brad Smith
2005-04-24Fix cisco-mode check in lcp up/down.Can Erkin Acar
2005-04-11Ignore lcp up/down events in cisco modeCan Erkin Acar
2005-04-01do not mess with lcp if we are in cisco modeCan Erkin Acar
2005-03-24Unbreak tree, mono_time may no longer be used because of timecounters.Claudio Jeker
2005-03-23Merge some sppp improvements from NetBSD:Can Erkin Acar
2005-03-23Follow RFC and do not reset timeouts everytime sppp_cp_change_state()Can Erkin Acar
2004-12-10Run address change notification hooks when the interface address is updated.Christian Weisgerber
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-22Don't use time-based random number generationThorsten Lockert
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-04-25check for input queue congestion on those as well and call if_congestion whenHenning Brauer
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-05-06string cleaning; tedu okTheo de Raadt
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-03-12sync with KAMEKenjiro Cho
2001-12-27revision 1.12 lacks paren around && within || (gcc warns and compilation stops).Jun-ichiro itojun Hagino
2001-12-26misplaced (), causing tcp header be examined in non-tcp packetsMichael Shalayeff
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-07-10Missing breaks.Marc Espie
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-03-25Minor bug. Could corrupt stat countersConstantine Sapuntzakis