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
*
Cleanups to Macros for sending data between netgraph nodes.
julian
2001-03-03
2
-63
/
+32
*
Add parenthesis to a macro.
julian
2001-03-03
1
-1
/
+1
*
Shuffle netgraph mutexes a bit and hold a reference on a node
julian
2001-02-28
1
-2
/
+4
*
Allow a changed MAC address to show up in ifconfig by changing it
julian
2001-02-26
2
-1
/
+14
*
slight cleanups during testing.
julian
2001-02-25
2
-20
/
+46
*
Add a node that looks to all the word like an ethernet but delivers its
julian
2001-02-25
2
-0
/
+733
*
Make the sample netgraph node compileable again.
julian
2001-02-25
1
-6
/
+3
*
Add knowledge of the netgraph spinlocks into the Witness code.
julian
2001-02-24
1
-5
/
+12
*
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
julian
2001-02-23
5
-7
/
+59
*
Add a 'splitter' node to separate a bidirectional
julian
2001-02-22
2
-0
/
+272
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Fix an erroneous comment and two style(9) bugs.
archie
2001-02-16
1
-3
/
+5
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-67
/
+67
*
Add a dummy disconnect function so that the socket code doesn't leap into
julian
2001-02-05
1
-2
/
+7
*
Make netgraph modules refuse to link with modules of a different ABI version.
julian
2001-02-05
3
-39
/
+75
*
Change the kernel internal ABI number as the HOOK structure has changed.
julian
2001-02-01
1
-1
/
+1
*
Clean up reference counting with relation to queued packets and the worklist,
julian
2001-02-01
2
-138
/
+107
*
Add the ability to declare ore-ride methods on a per-hook basis
julian
2001-01-31
2
-26
/
+70
*
Implement direct support for semipersistant nodes.
julian
2001-01-30
7
-277
/
+298
*
Fix cut and paste error in a comment.
julian
2001-01-30
2
-2
/
+2
*
Add a new distribution algorythm to the 'one2many' node type.
julian
2001-01-28
2
-3
/
+54
*
Swap egress hooks for packets entering from the monitor hooks.
julian
2001-01-26
1
-2
/
+2
*
Only clear the 'free' bit if we were successful in getting a queue item off t...
julian
2001-01-25
1
-2
/
+6
*
Don't crash the kernel if the user tries to load a netgraph
julian
2001-01-24
1
-4
/
+10
*
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
[next]