index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_spppsubr.c
Age
Commit message (
Expand
)
Author
2005-10-07
Report interface link state changes in sppp layer
Can Erkin Acar
2005-08-12
Use actual packet contents when sending protocol rejects. Fixes PR 4305.
Can Erkin Acar
2005-08-03
prevent unaligned memory access when processing LCP echo packets,
Can Erkin Acar
2005-06-08
bye bye netns (and a few leftover DECNET bits while here)
Henning Brauer
2005-05-13
Fix for a panic experienced when authenticating a pppoe session on an amd64 s...
Brad Smith
2005-04-24
Fix cisco-mode check in lcp up/down.
Can Erkin Acar
2005-04-11
Ignore lcp up/down events in cisco mode
Can Erkin Acar
2005-04-01
do not mess with lcp if we are in cisco mode
Can Erkin Acar
2005-03-24
Unbreak tree, mono_time may no longer be used because of timecounters.
Claudio Jeker
2005-03-23
Merge some sppp improvements from NetBSD:
Can Erkin Acar
2005-03-23
Follow RFC and do not reset timeouts everytime sppp_cp_change_state()
Can Erkin Acar
2004-12-10
Run address change notification hooks when the interface address is updated.
Christian Weisgerber
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar
2004-07-16
remove netiso shitz, millert ok
Henning Brauer
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2004-06-22
Don't use time-based random number generation
Thorsten Lockert
2004-05-07
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
Todd C. Miller
2004-04-25
check for input queue congestion on those as well and call if_congestion when
Henning Brauer
2004-01-03
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
Marc Espie
2003-05-06
string cleaning; tedu ok
Theo de Raadt
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-09-26
BSD-style license from Serge Vakulenko <vak@cronyx.ru>
Chris Cappuccio
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-03-12
sync with KAME
Kenjiro Cho
2001-12-27
revision 1.12 lacks paren around && within || (gcc warns and compilation stops).
Jun-ichiro itojun Hagino
2001-12-26
misplaced (), causing tcp header be examined in non-tcp packets
Michael Shalayeff
2001-12-10
use queue.h macros for TAILQ operations
Jason Wright
2001-07-10
Missing breaks.
Marc Espie
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-03-25
Minor bug. Could corrupt stat counters
Constantine Sapuntzakis
2001-03-22
new timeouts
Michael Shalayeff
2001-03-07
Missing splx() calls in failure cases.
Aaron Campbell
2000-04-26
Cruft
Chris Cappuccio
2000-03-03
$OpenBSD$
Todd T. Fries
1999-08-06
Fix an uninitialized variable bug. Remove statics.
Niklas Hallqvist
1999-07-02
do not use fuword()
Theo de Raadt
1999-07-01
lmc driver; ported by chris@dqc.org
Theo de Raadt