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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few obscure memory leaks.
archie
2000-01-05
1
-5
/
+11
*
Fix race condition caused by missing splnet()'s.
archie
2000-01-04
1
-0
/
+4
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-3
/
+3
*
Fix bugs in the MP fragment reassembly code that can cause a panic.
archie
1999-12-17
1
-26
/
+32
*
New netgraph node type 'pptpgre': this performs GRE encapsulation
archie
1999-12-08
2
-0
/
+843
*
Remove a bunch of un-needed includes.
julian
1999-12-07
16
-42
/
+0
*
Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require
archie
1999-12-06
2
-9
/
+10
*
New netgraph node type, ng_bpf(8). This node type allows you to
archie
1999-12-03
2
-0
/
+607
*
Add a new function ng_findhook() for finding a node's hook;
archie
1999-12-03
2
-14
/
+26
*
Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.
archie
1999-12-03
1
-1
/
+2
*
Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.
archie
1999-12-01
1
-1
/
+1
*
Add more comments describing how to use parse types and how they work.
archie
1999-12-01
1
-46
/
+165
*
Show how to supply a struct ng_cmdlist for (de)asciification
archie
1999-12-01
2
-7
/
+49
*
change intial timeout for session negotiation from 1 to 2 seconds.
julian
1999-12-01
2
-2
/
+4
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
29
-149
/
+3320
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
5
-7
/
+9
*
oops cut-n-paste error
julian
1999-11-21
1
-1
/
+1
*
It's time to only allow root to manipulate netgraph nodes.
julian
1999-11-21
1
-0
/
+2
*
Hopefully the last patch from Brian to get server side PPPoE working.
julian
1999-11-21
1
-4
/
+2
*
Fixes from brian. With some changes from me.
julian
1999-11-21
3
-43
/
+74
*
Revert previous commit now that 'acfcomp' has been removed from
archie
1999-11-19
1
-1
/
+0
*
Add a field archie forgot to merge in from out sources.
julian
1999-11-19
1
-1
/
+2
*
Use 'struct ng_xxx_private' instead of 'struct private' to help gdb
archie
1999-11-19
1
-2
/
+2
*
Fix bug where hook pointers were not getting updated on disconnection.
archie
1999-11-19
2
-8
/
+38
*
Move misplaced #define.
archie
1999-11-19
1
-1
/
+3
*
Add some safety using KASSERT() and splnet().
archie
1999-11-19
1
-12
/
+18
*
Use KASSERT() instead of old #ifdef DIAGNOSTICS.
archie
1999-11-19
1
-14
/
+22
*
Remove the address and control field compression functionality of this
archie
1999-11-19
2
-34
/
+17
*
Rename 'struct private' to 'struct ng_xxx_private' to allow gdb
archie
1999-11-19
2
-4
/
+4
*
When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.
archie
1999-11-17
3
-2
/
+4
*
New netgraph node type "ksocket".
archie
1999-11-16
2
-0
/
+543
*
More bug fixes for the VJ Compression node. Seems to work now (really).
archie
1999-11-15
2
-55
/
+69
*
Small fixes from Brian for the Server side of PPPoE.
julian
1999-11-15
1
-9
/
+9
*
Rework some tag handling, prompted by Brian Somers.
julian
1999-11-14
1
-35
/
+25
*
Try handle missing packet tags better.
julian
1999-11-14
1
-12
/
+19
*
Provide an empty name to getsockname() if one hasn't been set up.
brian
1999-11-11
1
-15
/
+28
*
More bug fixes.
archie
1999-11-10
1
-17
/
+21
*
Minor change to the configuration of number of slots.
archie
1999-11-10
1
-2
/
+2
*
Fix some bugs; seems to work now. Minor change to the configuration field
archie
1999-11-10
1
-35
/
+29
*
Move handling of the address and control fields into the PPP node;
archie
1999-11-10
2
-65
/
+85
*
Remove a null pointer reference
julian
1999-11-09
3
-2
/
+4
*
Fix crash when trying to duplicate a NULL meta.
archie
1999-11-08
1
-9
/
+12
*
Get rid of the 'sync2' hook, which was a hack. Instead, just
archie
1999-11-08
2
-53
/
+52
*
Add support for the IFF_MULTICAST flag. There's not
archie
1999-11-08
1
-1
/
+3
*
Be more accepting about the format of node IDs.
julian
1999-11-07
1
-2
/
+2
*
Move a structure Netstat needs back out to ng_socketvar.h (yech)
julian
1999-11-06
2
-18
/
+3
*
Fix several bugs found in the first bit of testing.
archie
1999-11-06
2
-35
/
+53
*
Re-add this till I can fix netstat to not need it.
julian
1999-11-05
1
-0
/
+63
*
Add the option for a socket node to shut down when the last hook
julian
1999-11-05
3
-65
/
+63
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
3
-0
/
+3
[next]