aboutsummaryrefslogtreecommitdiff
path: root/sys/net/radix.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Andrey V. Elsukov2018-06-161-3/+3
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-161-13/+13
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-28/+47
* Follow r256586 and rename the kernel version of the Free() macro toLuiz Otavio O Souza2015-07-301-1/+1
* Revert previous commit (262727) and bounce patch back to theGeorge V. Neville-Neil2014-03-041-2/+1
* Naming consistency fix. The routing code definesGeorge V. Neville-Neil2014-03-041-1/+2
* Change semantics for rnh_lookup() function: nowAlexander V. Chernikov2014-01-041-2/+2
* Fix long-standing issue with incorrect radix mask calculation.Alexander V. Chernikov2013-10-161-2/+2
* Remove unused fields from radix_node_head.Alexander V. Chernikov2013-10-161-9/+0
* Rename Free() macro to R_Free(). This matches R_Malloc() and has much lowerGleb Smirnoff2013-10-161-1/+1
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.Kip Macy2011-09-201-2/+2
* Add spares to the network stack for FreeBSD-9:Bjoern A. Zeeb2011-07-171-0/+1
* Not only flush the ipfw tables when unloading ipfw or tearingBjoern A. Zeeb2010-03-071-2/+0
* Introduce a function rn_detachhead() that will free theBjoern A. Zeeb2010-03-061-0/+3
* Move the scan for max_keylen into route.c::route_init(),Luigi Rizzo2009-12-141-1/+1
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-071-6/+13
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* + move MKGet()/MKFree() into the only file that can use them.Luigi Rizzo2004-04-181-15/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* add R_Zalloc definition that returns pre-zero'd memorySam Leffler2003-08-191-0/+2
* Make the radix tree code compilable in userland. Requested by ru.Jeffrey Hsu2003-02-081-9/+11
* Avoid lock order reversal by expanding the scope of theJeffrey Hsu2003-01-281-0/+1
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+11
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Remove __P.Alfred Perlstein2002-03-191-24/+24
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treeGarrett Wollman2000-04-231-11/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersBruce Evans1997-11-241-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+5
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-9/+3
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.Paul Traina1995-04-281-11/+19
* Better fix for the deletion of parents of cloned routes problem,Garrett Wollman1995-03-201-1/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+3
* if.h:Bruce Evans1994-11-141-4/+7
* Add code to be a bit smarter about IP routes, conditioned on the optionGarrett Wollman1994-11-021-1/+3
* Make idempotent.Paul Richards1994-08-211-3/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+153