summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_sppp.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().glebius2014-09-191-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Finish last change.glebius2011-04-181-1/+0
* Further cleanup of node creation path from M_NOWAIT usage.glebius2011-04-181-11/+3
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-9/+9
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+2
* Fix module from panic.rik2006-01-291-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-5/+6
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-30/+31
* Parse "getifname" using the standard parse string type.ru2005-02-031-24/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-251-2/+0
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* sppp (4) to netgraph (4) node. As always: I'l connect it to therik2004-03-241-0/+442
OpenPOWER on IntegriCloud