aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_pfroute/kernel_pfroute_net.c
Commit message (Expand)AuthorAgeFilesLines
* kernel-pfroute: install virtual IPs using dedicated tun devicesMartin Willi2013-05-061-5/+91
* kernel-interface: support enumeration of virtual-only IPsMartin Willi2013-05-061-0/+4
* kernel-pfroute: split /0 routes to avoid conflict with default routeMartin Willi2013-05-061-0/+15
* kernel-pfroute: rescan address list for an interface if its state changesMartin Willi2013-05-061-0/+43
* kernel-pfroute: add newly appearing interfaces to the interface cacheMartin Willi2013-05-061-1/+22
* kernel-pfroute: implement get_nexthop()Martin Willi2013-05-061-6/+73
* kernel-pfroute: install and uninstall routesMartin Willi2013-05-061-2/+129
* kernel-pfroute: collect replies received for our own queriesMartin Willi2013-05-061-4/+40
* kernel-pfroute: refactor PF_ROUTE message processing, use an enumeratorMartin Willi2013-05-061-35/+117
* kernel-pfroute: use INIT() macro for allocationsMartin Willi2013-05-061-17/+21
* kernel-pfroute: use only a single PF_ROUTE socket for both events and queriesMartin Willi2013-05-061-27/+11
* kernel-pfroute: fix length check when receiving PF_ROUTE messagesMartin Willi2013-05-061-1/+1
* 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