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