| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -2/+2 |
* | Merge r262770 from head: pacify gcc. | glebius | 2014-03-05 | 1 | -0/+1 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 1 | -1307/+664 |
* | Merge r256563: | scottl | 2013-12-30 | 1 | -2/+5 |
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 1 | -3/+3 |
* | The llentry_update() is used only by flowtable and the latter | glebius | 2012-08-02 | 1 | -2/+2 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -1/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -2/+2 |
* | A flowtable entry can continue referencing an llentry indefinitely if the ent... | kmacy | 2012-01-26 | 1 | -1/+3 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | - Restore dropping the priority of syncer down to PPAUSE when it is idle. | jhb | 2011-01-06 | 1 | -0/+5 |
* | Print the vnet pointer under DDB when iterating over flowtables of each | bz | 2010-12-31 | 1 | -0/+3 |
* | Move the increment operation under the lock and split the condition | bz | 2010-12-31 | 1 | -8/+10 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -11/+11 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -11/+11 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -14/+4 |
* | allocate ipv6 flows from the ipv6 flow zone | kmacy | 2010-05-16 | 1 | -1/+0 |
* | workaround bug with ipv6 where a flow can have a null rtentry | kmacy | 2010-05-12 | 1 | -2/+4 |
* | need to initialize the lock before it is used | kmacy | 2010-04-27 | 1 | -1/+1 |
* | - boot-time size the ipv4 flowtable and the maximum number of flows | kmacy | 2010-03-22 | 1 | -24/+82 |
* | 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 |