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
*
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