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
*
Add MTX_SPIN to an mtx_init(
julian
2001-01-22
1
-1
/
+1
*
remove stupid braino (recursive mutex)
julian
2001-01-21
1
-16
/
+20
*
Add a generic "queued function callin" mechanism
julian
2001-01-14
3
-197
/
+430
*
remove debug sysctl
julian
2001-01-11
1
-1
/
+4
*
Make hook deletion SMP safe.
julian
2001-01-11
1
-52
/
+88
*
Add an exported function ng_rmhook_self() that removes a hook
julian
2001-01-11
3
-7
/
+106
*
Another brian fix, luckily not in live code.
julian
2001-01-11
2
-4
/
+3
*
Fix uninitialised pointer.
julian
2001-01-11
1
-0
/
+1
*
Unbreak compilation.
archie
2001-01-11
2
-2
/
+2
*
Only free items that are not already free or passed to other nodes.
julian
2001-01-10
1
-1
/
+2
*
Changes to stop zombie nodes showing up in active node lists.
julian
2001-01-10
1
-21
/
+34
*
Fix some memory leaks
julian
2001-01-10
13
-110
/
+192
*
Missing FREE().
julian
2001-01-09
1
-0
/
+1
*
Bad julian.. forgot to destroy mutex before freeing the
julian
2001-01-08
1
-0
/
+1
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
25
-914
/
+1548
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
27
-1620
/
+3045
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
26
-37
/
+70
*
Use "node->ID" for the node's ID, instead of "(long)node".
archie
2000-12-18
1
-5
/
+1
*
Impossible to see typo.. |= instead of !=
julian
2000-12-18
1
-1
/
+1
*
Fix bug in parse type for struct ng_one2many_config.
archie
2000-12-12
1
-2
/
+2
*
I have no idea at all why this file was not included in the last commit.
julian
2000-12-12
1
-1
/
+2
*
oops that commit included a local hack... take it out..
julian
2000-12-12
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
26
-211
/
+434
*
Fix a bug where if the interface was in promiscuous mode when the
archie
2000-12-11
1
-0
/
+2
*
Add splhigh()s to protect against a race condition
julian
2000-12-02
1
-7
/
+17
*
Fix another callout_init() that I missed.
jlemon
2000-11-26
1
-1
/
+1
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
23
-66
/
+36
*
Go back to using data_len in struct ngpppoe_init_data after discussions
brian
2000-11-16
5
-89
/
+146
*
New netgraph node type ng_one2many(4).
archie
2000-11-16
2
-0
/
+633
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-15
1
-35
/
+34
*
Swap the order of two tags in the pppoe PADI and PADS packets
julian
2000-10-31
1
-3
/
+3
*
Change the format of ngpppoe_init_data so that the provider is NUL
brian
2000-10-31
2
-30
/
+148
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
45
-46
/
+46
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Calling untimeout(9) leads to a race window where memory could be leaked.
archie
2000-10-11
1
-21
/
+5
*
Fix memory leak.
archie
2000-10-11
1
-2
/
+2
*
Fix typo in NETGRAPH_INIT() macro.
archie
2000-10-09
1
-1
/
+1
*
More complete fix for multi-link sequence number handling bugs.
archie
2000-10-06
2
-41
/
+101
*
Fix bug in handling of multi-link sequence numbers.
archie
2000-10-06
1
-2
/
+4
*
Use m_dup() instead of m_copypacket() for the time being. Not all
archie
2000-09-23
1
-1
/
+1
*
Remove unnecessary #include's as reported by phk's script.
archie
2000-09-22
5
-8
/
+0
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
15
-22
/
+22
*
Allocate memory with M_NOWAIT instead of M_WAITOK because we could
archie
2000-09-21
1
-1
/
+1
*
When sending a packet back to a network interface to simulate an arrived
julian
2000-09-19
1
-0
/
+1
*
Rename "struct session" to "struct sess_con" to avoid conflict with
archie
2000-09-19
1
-4
/
+4
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-13
/
+1
*
New netgraph node type for Ethernet bridging.
archie
2000-09-01
2
-0
/
+1176
*
Fix wrong offset bug in ng_enaddr_unparse().
archie
2000-09-01
1
-1
/
+2
*
Avoid free'ing a NULL pointer.
archie
2000-08-31
1
-1
/
+2
[next]