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
/
charon
/
plugins
/
kernel_netlink
/
kernel_netlink_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for IPv6 source route installation
Martin Willi
2009-11-26
1
-8
/
+25
*
Fixed a crash in source address lookup
Martin Willi
2009-09-23
1
-8
/
+11
*
Fixed nexthop lookup, used by source route installation
Martin Willi
2009-09-16
1
-7
/
+4
*
Use continue to advance to next iteration
Martin Willi
2009-09-16
1
-12
/
+11
*
Use macros to define --with options
Martin Willi
2009-09-07
1
-10
/
+2
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
1
-1
/
+1
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-6
/
+6
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-93
/
+93
*
Use recursive source address lookup if we get a gateway only
Martin Willi
2009-09-03
1
-45
/
+40
*
use time_monotonic() instead of gettimeofday() for time difference calculations
Martin Willi
2009-08-31
1
-14
/
+11
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-2
/
+2
*
added a charon.install_virtual_ip option to disable IP installation for testing
Martin Willi
2009-06-02
1
-3
/
+19
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-2
/
+2
*
schedule_job uses seconds to support time values larger than 49 days
Martin Willi
2009-04-21
1
-1
/
+1
*
consider interfaces we do not monitor as up (e.g. lo)
Martin Willi
2008-11-18
1
-1
/
+2
*
using aligned buffers for netlink
Martin Willi
2008-11-14
1
-5
/
+5
*
do not use a route if outgoing interface is down
Martin Willi
2008-11-14
1
-54
/
+81
*
replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant
Martin Willi
2008-11-05
1
-31
/
+36
*
got rid of deprecated create_iterator_locked()
Martin Willi
2008-11-05
1
-45
/
+62
*
faster implementation of addr_in_subnet()
Andreas Steffen
2008-10-09
1
-13
/
+14
*
ignore routing events for our own routes
Martin Willi
2008-10-08
1
-0
/
+6
*
mobike: try to keep existing source address before switching to another
Martin Willi
2008-10-08
1
-6
/
+13
*
correct fix that replaces Changeset 4378
Andreas Steffen
2008-10-08
1
-4
/
+6
*
removing fix applied by Changeset 4378
Andreas Steffen
2008-10-08
1
-4
/
+2
*
fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang S...
Andreas Steffen
2008-10-07
1
-2
/
+4
*
merging modularized kernel interface back to trunk
Tobias Brunner
2008-09-25
1
-0
/
+1342