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
/
net
/
flowtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDB
kmacy
2010-03-12
1
-14
/
+13
*
re-update copyright to 2010
kmacy
2010-03-12
1
-1
/
+1
*
The flow-table module retrieves the destination and source
qingli
2010-03-12
1
-0
/
+13
*
fix stats reporting sysctl
kmacy
2010-03-12
1
-17
/
+17
*
- restructure flowtable to support ipv6
kmacy
2010-03-12
1
-155
/
+715
*
One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to
qingli
2010-03-09
1
-1
/
+2
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Verify "smp_started" is true before calling
qingli
2009-10-22
1
-6
/
+10
*
The flow-table function flowtable_route_flush() may be called
qingli
2009-10-20
1
-7
/
+11
*
The flow-table associates TCP/UDP flows and IP destinations with
qingli
2009-10-01
1
-5
/
+35
*
In ip_output(), the flow-table module must not try to cache L2/L3
qingli
2009-08-28
1
-0
/
+6
*
Don't allow access to the internals until it has all been set up.
julian
2009-08-21
1
-1
/
+2
*
This change fixes a comment and addresses a complaint by kib@ by
kmacy
2009-08-19
1
-2
/
+6
*
- change the interface to flowtable_lookup so that we don't rely on
kmacy
2009-08-18
1
-41
/
+194
*
fix netboot issue by disabling flowtable lookups until initialization has bee...
kmacy
2009-08-17
1
-1
/
+4
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Introduce and use a sysinit-based initialization scheme for virtual
rwatson
2009-07-23
1
-30
/
+10
*
Garbage collect vnet module registrations that have neither constructors
rwatson
2009-07-20
1
-1
/
+0
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
1
-17
/
+17
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-78
/
+65
*
V_irtualize flowtable state.
zec
2009-06-22
1
-100
/
+190
*
revert to opt-in flowtable
kmacy
2009-06-09
1
-3
/
+2
*
make flowtable opt-out
kmacy
2009-06-09
1
-1
/
+2
*
move jenkins hash to its own header in libkern
kmacy
2009-06-09
1
-145
/
+2
*
Remove one INET dependency by calling the general
bz
2009-06-09
1
-1
/
+1
*
remove gratuitous memory barrier, a remnant of unified L2 / L3
kmacy
2009-04-27
1
-1
/
+0
*
simplify code by removing bit_fns and replacing with the use of a temporary mask
kmacy
2009-04-20
1
-56
/
+20
*
update TODO list
kmacy
2009-04-19
1
-1
/
+4
*
- put larger flowtable members at the end
kmacy
2009-04-19
1
-13
/
+17
*
- Import infrastructure for caching flows as a means of accelerating L3 and L...
kmacy
2009-04-19
1
-0
/
+1105