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_pppoe.c
Age
Commit message (
Expand
)
Author
2012-04-11
fix all the suser calls which pass an incorrect p_acflag argument;
Mike Belopuhov
2012-01-19
Teach pppoe(4) about RFC 4638. This allows negotiating increased MTU with
Stuart Henderson
2011-07-06
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
Henning Brauer
2011-07-05
ifqueues in BSS don't need NULL init, especially not absolutely incorrect
Henning Brauer
2009-07-13
Do the same rdomain checking in sppp as we do in the Ethernet case.
Claudio Jeker
2009-03-15
Introduce splsoftassert(), similar to splassert() but for soft interrupt
Miod Vallat
2008-10-16
Make the session id unique per receiving interface so that pppoe
Can Erkin Acar
2008-10-11
Make sure no two pppoe devices share the same sc_unique identifier. While
Miod Vallat
2008-10-01
Don't timeout_del() if we're going to do a timeout_add() right away.
Michael Knudsen
2008-08-28
some style fixes.
Brad Smith
2008-08-28
Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.
Brad Smith
2008-08-27
Fix length check when parsing PPPoE discovery phase packets.
Brad Smith
2008-08-09
turn an MFREE() into an m_free() and garbage collect an
Thordur I. Bjornsson
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2008-04-24
the softnet intr handlers check if the input queue has packets on
David Gwynne
2008-03-20
Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the
Brad Smith
2008-03-18
Don't use ph after the m_pulldown() calls because the mbuf chain could be
Claudio Jeker
2008-03-18
Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance
Claudio Jeker
2008-03-14
Do not allow pppoe(4) interfaces to be attached to anything but Ethernet
Brad Smith
2008-03-12
Include relay-sid in the response if one was received.
Can Erkin Acar
2008-02-20
Fix a mbuf leak which can be triggered on a system
Brad Smith
2007-09-15
malloc sweep:
Henning Brauer
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2006-12-28
knf, from bred@
Todd T. Fries
2006-12-28
check if ifqueue has anything queued before doing the dance of
Theo de Raadt
2006-07-11
Error messages from remote may not be '\0' terminated.
Can Erkin Acar
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-10-08
Prevent information leak by using a random hunique value instead of
Can Erkin Acar
2005-06-07
fix a possible panic in error path,
Can Erkin Acar
2005-01-01
Disable timeout before destroying a pppoe interface
Can Erkin Acar
2004-11-29
plug memory leaks on error
Patrick Latifi
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar