index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libhydra
/
plugins
/
kernel_pfroute
/
kernel_pfroute_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libhydra: Use lib->ns instead of hydra->daemon
Tobias Brunner
2014-02-12
1
-2
/
+2
*
kernel-pfroute: Don't cache route entries if installation fails
Tobias Brunner
2014-02-12
1
-2
/
+5
*
kernel-pfroute: Fix mixed up memset() call in get_route()
Mathias Krause
2013-08-29
1
-1
/
+1
*
kernel-netlink,pfroute: Properly update address flag within ROAM_DELAY
Tobias Brunner
2013-08-12
1
-1
/
+1
*
kernel-pfroute: Implement roam event handling like in the kernel-netlink plugin
Tobias Brunner
2013-08-12
1
-13
/
+36
*
kernel-pfroute: use watcher to receive kernel events
Martin Willi
2013-07-18
1
-17
/
+13
*
kernel-pfroute: Ignore IP address changes if address is %any
Tobias Brunner
2013-07-17
1
-1
/
+2
*
kernel-pfroute: Properly enumerate sockaddrs in interface messages
Tobias Brunner
2013-07-17
1
-9
/
+26
*
kernel-pfroute: Provide name of interfaces on which virtual IPs are installed
Tobias Brunner
2013-07-17
1
-0
/
+22
*
kernel-pfroute: Ignore virtual IPs in address map
Tobias Brunner
2013-07-17
1
-13
/
+9
*
kernel-pfroute: Make sure source addresses are not virtual and usable
Tobias Brunner
2013-07-17
1
-4
/
+20
*
kernel-pfroute: Don't report an error when trying to reinstall a route
Tobias Brunner
2013-07-17
1
-0
/
+4
*
kernel-pfroute: Reinstall routes on interface/address changes
Tobias Brunner
2013-07-17
1
-7
/
+320
*
kernel-pfroute: Trigger a roam event if a new interface appears
Tobias Brunner
2013-07-17
1
-0
/
+4
*
kernel-pfroute: Use ref_get() to allocate sequence numbers
Tobias Brunner
2013-07-17
1
-3
/
+3
*
kernel-pfroute: Make time that is waited for VIPs to appear configurable
Tobias Brunner
2013-07-17
1
-2
/
+11
*
kernel-pfroute: Retry route lookup without source address on failure
Tobias Brunner
2013-07-17
1
-1
/
+16
*
kernel-pfroute: Simplify route lookup after fixing sockaddr parsing
Tobias Brunner
2013-06-21
1
-90
/
+19
*
kernel-pfroute: Alignment of sockaddrs is not always the same
Tobias Brunner
2013-06-21
1
-1
/
+8
*
kernel-pfroute: struct sockaddr arguments are 4 byte aligned
Tobias Brunner
2013-06-21
1
-4
/
+8
*
kernel-pfroute: Improve route lookup depending on information we get back
Tobias Brunner
2013-06-21
1
-12
/
+96
*
kernel-pfroute: Try to ensure we get a source address or interface name
Tobias Brunner
2013-06-21
1
-0
/
+6
*
kernel-pfroute: Use DST as nexthop for host routes
Tobias Brunner
2013-06-21
1
-0
/
+6
*
kernel-pfroute: Implement get_source_addr()
Tobias Brunner
2013-06-21
1
-12
/
+27
*
kernel-pfroute: Properly install routes with interface and gateway
Tobias Brunner
2013-06-21
1
-5
/
+6
*
kernel-pfroute: Activate TUN device before setting address
Tobias Brunner
2013-06-21
1
-1
/
+1
*
kernel-pfroute: Raise tun event when creating/destroying TUN devices for virt...
Tobias Brunner
2013-06-21
1
-1
/
+6
*
kernel-pfroute: allow only one thread to do a route look up simultaneously
Martin Willi
2013-05-06
1
-1
/
+8
*
kernel-pfroute: add a feature flag requesting "exclude" routes
Martin Willi
2013-05-06
1
-0
/
+7
*
kernel-pfroute: remove unused interface address refcounting
Martin Willi
2013-05-06
1
-11
/
+0
*
kernel-pfroute: mark IPs installed on tun device as virtual
Martin Willi
2013-05-06
1
-1
/
+24
*
kernel-pfroute: install virtual IPs using dedicated tun devices
Martin Willi
2013-05-06
1
-5
/
+91
*
kernel-interface: support enumeration of virtual-only IPs
Martin Willi
2013-05-06
1
-0
/
+4
*
kernel-pfroute: split /0 routes to avoid conflict with default route
Martin Willi
2013-05-06
1
-0
/
+15
*
kernel-pfroute: rescan address list for an interface if its state changes
Martin Willi
2013-05-06
1
-0
/
+43
*
kernel-pfroute: add newly appearing interfaces to the interface cache
Martin Willi
2013-05-06
1
-1
/
+22
*
kernel-pfroute: implement get_nexthop()
Martin Willi
2013-05-06
1
-6
/
+73
*
kernel-pfroute: install and uninstall routes
Martin Willi
2013-05-06
1
-2
/
+129
*
kernel-pfroute: collect replies received for our own queries
Martin Willi
2013-05-06
1
-4
/
+40
*
kernel-pfroute: refactor PF_ROUTE message processing, use an enumerator
Martin Willi
2013-05-06
1
-35
/
+117
*
kernel-pfroute: use INIT() macro for allocations
Martin Willi
2013-05-06
1
-17
/
+21
*
kernel-pfroute: use only a single PF_ROUTE socket for both events and queries
Martin Willi
2013-05-06
1
-27
/
+11
*
kernel-pfroute: fix length check when receiving PF_ROUTE messages
Martin Willi
2013-05-06
1
-1
/
+1
*
Don't wait while removing external IPs used for load testing
Martin Willi
2012-11-29
1
-1
/
+2
*
Install virtual IPs via interface name, and use an interface lookup where req...
Martin Willi
2012-11-29
1
-1
/
+1
*
Add an optional kernel-interface parameter to install IPs with a custom prefix
Martin Willi
2012-11-29
1
-2
/
+3
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Use a helper function to add milliseconds to timeval structs
Tobias Brunner
2012-10-18
1
-6
/
+1
[next]