aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sppp.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-9/+9
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-4/+2
* Fix module from panic.Roman Kurakin2006-01-291-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-5/+6
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-30/+31
* Parse "getifname" using the standard parse string type.Ruslan Ermilov2005-02-031-24/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.Julian Elischer2004-06-251-2/+0
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* sppp (4) to netgraph (4) node. As always: I'l connect it to theRoman Kurakin2004-03-241-0/+442