summaryrefslogtreecommitdiff
path: root/sys/net/if_pppoe.c
AgeCommit message (Expand)Author
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