index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
/
ng_sppp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Finish last change.
glebius
2011-04-18
1
-1
/
+0
*
Further cleanup of node creation path from M_NOWAIT usage.
glebius
2011-04-18
1
-11
/
+3
*
Node constructor methods are supposed to be called in syscall
glebius
2011-04-18
1
-3
/
+1
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-9
/
+9
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-4
/
+2
*
Fix module from panic.
rik
2006-01-29
1
-0
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-5
/
+6
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-30
/
+31
*
Parse "getifname" using the standard parse string type.
ru
2005-02-03
1
-24
/
+6
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+3
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-2
/
+2
*
Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.
julian
2004-06-25
1
-2
/
+0
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
sppp (4) to netgraph (4) node. As always: I'l connect it to the
rik
2004-03-24
1
-0
/
+442