| Commit message (Expand) | Author | Age | Files | Lines |
* | Add variable declaration missing in r302372. | nwhitehorn | 2016-07-06 | 1 | -0/+1 |
* | Replace a number of conflations of mp_ncpus and mp_maxid with either | nwhitehorn | 2016-07-06 | 1 | -1/+1 |
* | net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties | sephe | 2016-06-07 | 1 | -1/+1 |
* | This change re-adds L2 caching for TCP and UDP, as originally added in D4306 | gnn | 2016-06-02 | 1 | -7/+2 |
* | Improve performance and functionality of the bitstring(3) api | asomers | 2016-05-04 | 1 | -7/+2 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -1/+9 |
* | Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. | rrs | 2015-11-02 | 1 | -5/+2 |
* | 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 |