aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix panic on IPv4 address removal introduced in r265279.Alexander V. Chernikov2014-05-031-0/+1
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-031-4/+4
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-12/+8
* in_ifadown() can be void.Gleb Smirnoff2013-11-011-4/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Cleanup documentation: cloning route support has been removed in r186119.Alexander V. Chernikov2012-10-131-13/+0
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov2012-10-101-1/+10
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-5/+5
* Add a bandaid for a long-standing race condition during route entryXin LI2010-09-271-2/+3
* MFp4 @181628:Bjoern A. Zeeb2010-07-311-6/+20
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-13/+8
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-5/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-22/+18
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+14
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-6/+4
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-3/+3
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-0/+2
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKEDRobert Watson2009-02-231-1/+4
* This main goals of this project are:Qing Li2008-12-151-31/+3
* don't acquire lock recursivelyKip Macy2008-12-131-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-0/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-4/+14
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-16/+30
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-7/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-19/+20
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-28/+126
* Remove unused structure member from struct in_ifadown_arg.Gleb Smirnoff2008-02-071-2/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-1/+1
* Complete timebase (time_second -> time_uptime) conversion.Oleg Bulyzhin2006-07-051-4/+4
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-191-4/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Time out routes created by redirect.Ruslan Ermilov2004-12-061-1/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-2/+1
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-14/+5
* Remove the global one-level rtcache variable and associatedAndre Oppermann2003-11-141-7/+0
* Remove bogus RTFREE that was added in rev 1.47. The rmx code operatesSam Leffler2003-11-031-3/+2
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-301-24/+9
* Lock ip forwarding route cache. While we're at it, remove the globalSam Leffler2003-10-141-6/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-11/+18
* Get cosmetic changes out of the way before I add routing table SMP locks.Jeffrey Hsu2003-02-101-56/+47
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+8
* Remove __P.Alfred Perlstein2002-03-191-1/+1