| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | Hiren Panchasara | 2015-04-24 | 1 | -2/+2 |
| * | Merge r262770 from head: pacify gcc. | Gleb Smirnoff | 2014-03-05 | 1 | -0/+1 |
| * | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | Gleb Smirnoff | 2014-03-04 | 1 | -1298/+655 |
| * | Merge r256563: | Scott Long | 2013-12-30 | 1 | -2/+5 |
| * | - Move jenkins.h to jenkins_hash.c | Gleb Smirnoff | 2012-09-04 | 1 | -3/+3 |
| * | The llentry_update() is used only by flowtable and the latter | Gleb Smirnoff | 2012-08-02 | 1 | -2/+2 |
| * | When ip_output()/ip6_output() is supplied a struct route *ro argument, | Gleb Smirnoff | 2012-07-04 | 1 | -1/+2 |
| * | Fix FLOWTABLE IPv6 handling in route.c missed in r205066. | Bjoern A. Zeeb | 2012-02-03 | 1 | -2/+2 |
| * | A flowtable entry can continue referencing an llentry indefinitely if the ent... | Kip Macy | 2012-01-26 | 1 | -1/+3 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | - Restore dropping the priority of syncer down to PPAUSE when it is idle. | John Baldwin | 2011-01-06 | 1 | -0/+5 |
| * | Print the vnet pointer under DDB when iterating over flowtables of each | Bjoern A. Zeeb | 2010-12-31 | 1 | -0/+3 |
| * | Move the increment operation under the lock and split the condition | Bjoern A. Zeeb | 2010-12-31 | 1 | -8/+10 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -11/+11 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -11/+11 |
| * | Update several places that iterate over CPUs to use CPU_FOREACH(). | John Baldwin | 2010-06-11 | 1 | -14/+4 |
| * | allocate ipv6 flows from the ipv6 flow zone | Kip Macy | 2010-05-16 | 1 | -1/+0 |
| * | workaround bug with ipv6 where a flow can have a null rtentry | Kip Macy | 2010-05-12 | 1 | -2/+4 |
| * | need to initialize the lock before it is used | Kip Macy | 2010-04-27 | 1 | -1/+1 |
| * | - boot-time size the ipv4 flowtable and the maximum number of flows | Kip Macy | 2010-03-22 | 1 | -24/+82 |
| * | flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDB | Kip Macy | 2010-03-12 | 1 | -14/+13 |
| * | re-update copyright to 2010 | Kip Macy | 2010-03-12 | 1 | -1/+1 |
| * | The flow-table module retrieves the destination and source | Qing Li | 2010-03-12 | 1 | -0/+13 |
| * | fix stats reporting sysctl | Kip Macy | 2010-03-12 | 1 | -17/+17 |
| * | - restructure flowtable to support ipv6 | Kip Macy | 2010-03-12 | 1 | -152/+712 |
| * | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | Qing Li | 2010-03-09 | 1 | -1/+2 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Verify "smp_started" is true before calling | Qing Li | 2009-10-22 | 1 | -6/+10 |
| * | The flow-table function flowtable_route_flush() may be called | Qing Li | 2009-10-20 | 1 | -7/+11 |
| * | The flow-table associates TCP/UDP flows and IP destinations with | Qing Li | 2009-10-01 | 1 | -5/+35 |
| * | In ip_output(), the flow-table module must not try to cache L2/L3 | Qing Li | 2009-08-28 | 1 | -0/+6 |
| * | Don't allow access to the internals until it has all been set up. | Julian Elischer | 2009-08-21 | 1 | -1/+2 |
| * | This change fixes a comment and addresses a complaint by kib@ by | Kip Macy | 2009-08-19 | 1 | -2/+6 |
| * | - change the interface to flowtable_lookup so that we don't rely on | Kip Macy | 2009-08-18 | 1 | -41/+194 |
| * | fix netboot issue by disabling flowtable lookups until initialization has bee... | Kip Macy | 2009-08-17 | 1 | -1/+4 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -30/+10 |
| * | Garbage collect vnet module registrations that have neither constructors | Robert Watson | 2009-07-20 | 1 | -1/+0 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -17/+17 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -78/+65 |
| * | V_irtualize flowtable state. | Marko Zec | 2009-06-22 | 1 | -99/+189 |
| * | revert to opt-in flowtable | Kip Macy | 2009-06-09 | 1 | -3/+2 |
| * | make flowtable opt-out | Kip Macy | 2009-06-09 | 1 | -1/+2 |
| * | move jenkins hash to its own header in libkern | Kip Macy | 2009-06-09 | 1 | -145/+2 |
| * | Remove one INET dependency by calling the general | Bjoern A. Zeeb | 2009-06-09 | 1 | -1/+1 |
| * | remove gratuitous memory barrier, a remnant of unified L2 / L3 | Kip Macy | 2009-04-27 | 1 | -1/+0 |
| * | simplify code by removing bit_fns and replacing with the use of a temporary mask | Kip Macy | 2009-04-20 | 1 | -56/+20 |
| * | update TODO list | Kip Macy | 2009-04-19 | 1 | -1/+4 |
| * | - put larger flowtable members at the end | Kip Macy | 2009-04-19 | 1 | -13/+17 |
| * | - Import infrastructure for caching flows as a means of accelerating L3 and L... | Kip Macy | 2009-04-19 | 1 | -0/+1105 |