| Commit message (Expand) | Author | Age | Files | Lines |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -2/+2 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -1/+1 |
* | Pacify gcc. | glebius | 2014-03-05 | 1 | -0/+1 |
* | Fix incorrect assertions. | glebius | 2014-02-18 | 1 | -2/+4 |
* | Add my copyright to flowtable. | glebius | 2014-02-17 | 1 | -1/+1 |
* | Whitespace. | glebius | 2014-02-17 | 1 | -4/+4 |
* | Bring copyright notice to standard style. | glebius | 2014-02-17 | 1 | -28/+27 |
* | o Remove at compile time the HASH_ALL code, that was never | glebius | 2014-02-17 | 1 | -648/+371 |
* | Make sure that the flowtable flowid is only set to m_flowid if there | adrian | 2014-02-15 | 1 | -1/+1 |
* | Whenever flowtable lookup fails, we do route lookup and then try to | glebius | 2014-02-14 | 1 | -18/+37 |
* | Don't insert a flowtable entry if the lle isn't yet valid. | adrian | 2014-02-14 | 1 | -0/+9 |
* | Remove unused FL_NOAUTO. | glebius | 2014-02-13 | 1 | -1/+1 |
* | o Axe non-pcpu flowtable implementation. It wasn't enabled or used, | glebius | 2014-02-13 | 1 | -422/+194 |
* | Remove ft_rtalloc and choose rtalloc function at compile time. | glebius | 2014-02-08 | 1 | -17/+6 |
* | Spacing. | glebius | 2014-02-08 | 1 | -30/+30 |
* | Remove never set flag FL_OVERWRITE. The only place where | glebius | 2014-02-08 | 1 | -3/+0 |
* | Remove unused defines. | glebius | 2014-02-07 | 1 | -7/+0 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 1 | -448/+302 |
* | Spacing. | glebius | 2014-02-07 | 1 | -33/+33 |
* | In the flowtable scanner, restart the scan at the last found position, | emax | 2013-10-15 | 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 |