]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libhydra/plugins/kernel_pfroute/kernel_pfroute_net.c
kernel-pfroute: Make time that is waited for VIPs to appear configurable
[people/ms/strongswan.git] / src / libhydra / plugins / kernel_pfroute / kernel_pfroute_net.c
2013-07-17  Tobias Brunnerkernel-pfroute: Make time that is waited for VIPs to...
2013-07-17  Tobias Brunnerkernel-pfroute: Retry route lookup without source addre...
2013-06-21  Tobias BrunnerMerge branch 'kernel-libipsec'
2013-06-21  Tobias Brunnerkernel-pfroute: Simplify route lookup after fixing...
2013-06-21  Tobias Brunnerkernel-pfroute: Alignment of sockaddrs is not always...
2013-06-21  Tobias Brunnerkernel-pfroute: struct sockaddr arguments are 4 byte...
2013-06-21  Tobias Brunnerkernel-pfroute: Improve route lookup depending on infor...
2013-06-21  Tobias Brunnerkernel-pfroute: Try to ensure we get a source address...
2013-06-21  Tobias Brunnerkernel-pfroute: Use DST as nexthop for host routes
2013-06-21  Tobias Brunnerkernel-pfroute: Implement get_source_addr()
2013-06-21  Tobias Brunnerkernel-pfroute: Properly install routes with interface...
2013-06-21  Tobias Brunnerkernel-pfroute: Activate TUN device before setting...
2013-06-21  Tobias Brunnerkernel-pfroute: Raise tun event when creating/destroyin...
2013-05-06  Martin WilliMerge branch 'tun-vip'
2013-05-06  Martin Willikernel-pfroute: allow only one thread to do a route...
2013-05-06  Martin Willikernel-pfroute: add a feature flag requesting "exclude...
2013-05-06  Martin Willikernel-pfroute: remove unused interface address refcounting
2013-05-06  Martin Willikernel-pfroute: mark IPs installed on tun device as...
2013-05-06  Martin Willikernel-pfroute: install virtual IPs using dedicated...
2013-05-06  Martin Willikernel-interface: support enumeration of virtual-only IPs
2013-05-06  Martin Willikernel-pfroute: split /0 routes to avoid conflict with...
2013-05-06  Martin Willikernel-pfroute: rescan address list for an interface...
2013-05-06  Martin Willikernel-pfroute: add newly appearing interfaces to the...
2013-05-06  Martin Willikernel-pfroute: implement get_nexthop()
2013-05-06  Martin Willikernel-pfroute: install and uninstall routes
2013-05-06  Martin Willikernel-pfroute: collect replies received for our own...
2013-05-06  Martin Willikernel-pfroute: refactor PF_ROUTE message processing...
2013-05-06  Martin Willikernel-pfroute: use INIT() macro for allocations
2013-05-06  Martin Willikernel-pfroute: use only a single PF_ROUTE socket for...
2013-05-06  Martin Willikernel-pfroute: fix length check when receiving PF_ROUT...
2012-11-29  Martin WilliDon't wait while removing external IPs used for load...
2012-11-29  Martin WilliInstall virtual IPs via interface name, and use an...
2012-11-29  Martin WilliAdd an optional kernel-interface parameter to install...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-24  Tobias BrunnerMoved host_t and host_resolver_t to a new networking...
2012-10-18  Tobias BrunnerMerge branch 'android-mobility'
2012-10-18  Tobias BrunnerUse a helper function to add milliseconds to timeval...
2012-09-27  Tobias BrunnerProperly initialize cached address map in kernel-pfrout...
2012-09-27  Tobias BrunnerFixed compilation of kernel-pfroute plugin
2012-09-21  Tobias BrunnerUse an rwlock in kernel-pfroute too
2012-09-21  Tobias BrunnerMade IP address enumeration more flexible
2012-09-21  Tobias BrunnerUse a hashtable to quickly check for usable IP addresse...
2012-09-21  Tobias BrunnerFilter ignored interfaces in kernel interfaces (for...
2012-09-21  Tobias Brunner%any is never on a local interface
2012-09-21  Tobias BrunnerMake it easy to check if an address is locally usable...
2012-09-21  Tobias BrunnerDon't ignore loopback devices and allow addresses on...
2012-09-21  Tobias BrunnerUse source address in get_nexthop() call
2012-08-16  Tobias BrunnerIncreased log level when listing interfaces and IP...
2012-06-25  Tobias BrunnerCentralized thread cancellation in processor_t
2012-06-08  Tobias BrunnerDisabled listening for kernel events in starter.
2011-05-16  Martin WilliUse CRITICAL job priority class for long running dispat...
2011-04-26  Tobias BrunnerFixed two typos in kernel-pfroute plugin.
2011-02-17  Martin WilliMigrated kernel_pfroute_net to INIT/METHOD macros
2010-09-02  Tobias BrunnerRefer to scheduler and processor via lib and not hydra.
2010-09-02  Tobias BrunnerMoved all kernel plugins to libhydra.