aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_pfroute/kernel_pfroute_net.c
Commit message (Expand)AuthorAgeFilesLines
* Don't wait while removing external IPs used for load testingMartin Willi2012-11-291-1/+2
* Install virtual IPs via interface name, and use an interface lookup where req...Martin Willi2012-11-291-1/+1
* Add an optional kernel-interface parameter to install IPs with a custom prefixMartin Willi2012-11-291-2/+3
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-2/+2
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Use a helper function to add milliseconds to timeval structsTobias Brunner2012-10-181-6/+1
* Properly initialize cached address map in kernel-pfroute pluginTobias Brunner2012-09-271-0/+1
* Fixed compilation of kernel-pfroute pluginTobias Brunner2012-09-271-4/+6
* Use an rwlock in kernel-pfroute tooTobias Brunner2012-09-211-13/+14
* Made IP address enumeration more flexibleTobias Brunner2012-09-211-16/+9
* Use a hashtable to quickly check for usable IP addresses/interfacesTobias Brunner2012-09-211-43/+141
* Filter ignored interfaces in kernel interfaces (for events, address enumerati...Tobias Brunner2012-09-211-20/+51
* %any is never on a local interfaceTobias Brunner2012-09-211-0/+5
* Make it easy to check if an address is locally usable via changed get_interfa...Tobias Brunner2012-09-211-12/+14
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-211-11/+8
* Use source address in get_nexthop() callTobias Brunner2012-09-211-1/+1
* Increased log level when listing interfaces and IP addresses during startupTobias Brunner2012-08-161-3/+3
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-12/+4
* Disabled listening for kernel events in starter.Tobias Brunner2012-06-081-11/+20
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Fixed two typos in kernel-pfroute plugin.Tobias Brunner2011-04-261-2/+2
* Migrated kernel_pfroute_net to INIT/METHOD macrosMartin Willi2011-02-171-69/+52
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+2
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-0/+742