aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c
Commit message (Expand)AuthorAgeFilesLines
* kernel-netlink: Use RTA_SRC to specify route source in kernel-based lookupsMartin Willi2017-02-131-1/+8
* kernel-netlink: Use kernel-based route lookup if we do not install routesMartin Willi2017-02-131-1/+11
* kernel-netlink: Return interface name in local subnet enumeratorTobias Brunner2017-02-081-5/+15
* kernel-interface: Add interface name to local subnet enumeratorTobias Brunner2017-02-081-1/+2
* kernel-netlink: Implement enumerator for local subnetsTobias Brunner2017-02-081-0/+130
* kernel-netlink: Set NODAD flag for virtual IPv6 addressesTobias Brunner2017-02-061-10/+16
* kernel-netlink: Prefer matching label when selecting IPv6 source addressesTobias Brunner2017-02-061-3/+78
* kernel-netlink: Fix get_route() interface determinationChristophe Gouault2016-10-121-2/+2
* kernel-netlink: Consider RTA_SRC when looking for a source addressTobias Brunner2016-10-051-52/+134
* kernel-netlink: Return outbound interface in get_nexthop()Tobias Brunner2016-06-101-5/+43
* kernel-net: Let get_nexthop() return an optional interface nameTobias Brunner2016-06-101-5/+10
* kernel-netlink: Provide error information for Netlink socketsTobias Brunner2016-06-101-3/+6
* kernel-netlink: Order routes by prefix before comparing priority/metricTobias Brunner2016-05-061-4/+4
* Use standard unsigned integer typesAndreas Steffen2016-03-241-23/+23
* kernel-netlink: Fix lookup of next hops for destinations with prefixTobias Brunner2016-03-211-1/+2
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-4/+4
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-0/+2685
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-1519/+0
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-1/+1
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-021-11/+23
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
* Some whitespace and code style fixes.Tobias Brunner2010-09-021-1/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1506