aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_netlink/kernel_netlink_net.c
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-1/+1
* consider interfaces we do not monitor as up (e.g. lo)Martin Willi2008-11-181-1/+2
* using aligned buffers for netlinkMartin Willi2008-11-141-5/+5
* do not use a route if outgoing interface is downMartin Willi2008-11-141-54/+81
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-31/+36
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-45/+62
* faster implementation of addr_in_subnet()Andreas Steffen2008-10-091-13/+14
* ignore routing events for our own routesMartin Willi2008-10-081-0/+6
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-6/+13
* correct fix that replaces Changeset 4378Andreas Steffen2008-10-081-4/+6
* removing fix applied by Changeset 4378Andreas Steffen2008-10-081-4/+2
* fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang S...Andreas Steffen2008-10-071-2/+4
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-0/+1342