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
*
Followup to previous commit..
archie
2000-07-25
1
-20
/
+40
*
Several fixes:
archie
2000-07-25
2
-26
/
+59
*
Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible
archie
2000-07-20
1
-5
/
+5
*
Remove node's name reference when the interface is detached;
archie
2000-07-19
1
-0
/
+1
*
Set NG_INVALID flag when destroying node.
archie
2000-07-14
1
-0
/
+1
*
Fix typo, teh -> the.
asmodai
2000-07-14
1
-1
/
+1
*
Fix race condition caused by using NG_SEND_DATAQ() where we meant
archie
2000-07-12
1
-3
/
+1
*
Don't forget to set our MAC address into packets we wre sending out via
julian
2000-07-06
1
-0
/
+6
*
Experiemntal ascii based device configuration mechanism.
phk
2000-07-03
2
-0
/
+9
*
Fix incorrectly implemented receive ACK timeout algorithm:
archie
2000-06-28
1
-14
/
+20
*
Make the ng_ether(4) node type dynamically loadable like the rest.
archie
2000-06-26
2
-8
/
+641
*
- Start sequence numbers at zero instead of one; the rest of the
archie
2000-06-26
1
-84
/
+57
*
Fix bug where receive statistics for the bundle were not getting updated.
archie
2000-06-01
1
-0
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
5
-12
/
+12
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
5
-12
/
+12
*
Add hook for IPv6.
archie
2000-05-10
2
-4
/
+9
*
Fix a couple of bugs:
archie
2000-05-05
2
-41
/
+253
*
Don't assume *lasthook is initialized in ng_path2node().
archie
2000-05-02
1
-2
/
+2
*
Fix broken multi-link fragment reassembly algorithm.
archie
2000-05-02
2
-260
/
+715
*
Macro call to ng_send_dataq() should have been to ng_send_data() instead.
archie
2000-05-01
1
-5
/
+5
*
Use 'type_name' structure field instead of 'typename', which is
archie
2000-05-01
3
-2
/
+23
*
A temporary band-aid for ng_base. It works for some people, a better
peter
2000-05-01
1
-6
/
+3
*
Minimal tweak to make the ng_XXX modules depend on netgraph so that they
peter
2000-04-29
2
-1
/
+4
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
23
-78
/
+161
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
Fix uninitialized variable.
archie
2000-04-12
1
-1
/
+1
*
A netgraph node that implements Microsoft Point-to-Point compression
archie
2000-04-09
2
-0
/
+880
*
Call bpfdetach() before going away.
archie
2000-03-21
1
-0
/
+1
*
Newer ciscos have become more picky, and will not accept the MULTICAST bit
phk
2000-03-17
1
-1
/
+1
*
Updates to the ng_iface(8) netgraph node type:
archie
2000-03-13
2
-178
/
+216
*
Some minor prototype tweaks.
archie
2000-03-13
2
-6
/
+5
*
Use snprintf() instead of sprintf().
archie
2000-03-13
1
-1
/
+1
*
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
archie
2000-03-13
2
-11
/
+11
*
Add control message ASCII conversion for this node type.
archie
2000-01-27
2
-4
/
+62
*
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
[next]