aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_netlink/kernel_netlink_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-2966/+0
* kernel-netlink: Allow IPsec policies to replace shunt policiesTobias Brunner2015-11-101-3/+3
* kernel-netlink: Make absolutely sure we always delete the right policy cache ...Tobias Brunner2015-11-101-2/+9
* kernel-interface: Pass the same data to del_policy() that was passed to add_p...Tobias Brunner2015-11-101-3/+4
* kernel-netlink: Remove the unused policy_history flagTobias Brunner2015-11-101-41/+20
* kernel-netlink: Properly set port mask for ICMP type/code if only set on one ...Tobias Brunner2015-08-311-7/+8
* kernel-netlink: Only flush SAs of types we actually manageTobias Brunner2015-08-211-6/+19
* kernel-netlink: When adding a policy do an update if it already existsTobias Brunner2015-08-131-1/+9
* kernel-netlink: Unlock mutex in del_policy() if mark can't be added to messageTobias Brunner2015-07-311-0/+1
* kernel-netlink: Add ChaCha20-Poly1305 AEAD supportMartin Willi2015-06-291-0/+2
* kernel-netlink: Fix GCC error about uninitialized variable useMartin Willi2015-04-081-1/+1
* kernel-netlink: Copy current usage stats to new SA in update_sa()Tobias Brunner2015-03-251-6/+34
* kernel-interface: Add a separate "update" flag to add_sa()Martin Willi2015-03-091-3/+3
* kernel-interface: Raise mapping event with a proto/SPI/dst tupleMartin Willi2015-02-201-8/+14
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-201-9/+10
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-201-3/+5
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-201-14/+9
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-1/+1
* kernel-netlink: Add an option to enforce using XFRM_MSG_UPDPOLICYMartin Willi2014-11-211-0/+12
* kernel-netlink: Fallback to UDP if detecting socket protocol failsMartin Willi2014-11-211-2/+4
* kernel-netlink: Alternatively support global port based IKE bypass policiesMartin Willi2014-11-211-3/+160
* kernel-netlink: Add options to enable parallel Netlink queries explicitlyMartin Willi2014-11-211-1/+3
* kernel-netlink: Pass protocol specific enum names to socket constructorMartin Willi2014-09-241-1/+1
* kernel-netlink: Avoid casting the NLMSG_DATA() return valueMartin Willi2014-09-241-16/+16
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-241-14/+14
* kernel-netlink: Optionally install protocol and ports on transport mode SAsTobias Brunner2014-09-121-6/+18
* kernel-netlink: Rename algorithm identifier from cast128 to cast5Martin Willi2014-07-041-1/+1
* kernel-netlink: Pass prefix when looking up next hop for shunt policiesTobias Brunner2014-06-191-1/+12
* kernel-interface: Add destination prefix to get_nexthop()Tobias Brunner2014-06-191-1/+1
* kernel-netlink: Add support for new policy priority classTobias Brunner2014-06-191-2/+5
* kernel-netlink: Never use XFRMA_REPLAY_ESN_VAL to configure zero replay windowsMartin Willi2014-06-181-1/+1
* kernel-netlink: Support connection specific replay window sizesMartin Willi2014-06-171-39/+16
* kernel-interface: Add a replay_window parameter to add_sa()Martin Willi2014-06-171-4/+5
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-121-4/+4
* kernel-netlink: Set selector on transport mode IPComp SAsTobias Brunner2014-01-231-1/+1
* kernel-netlink: Selectively add selector on SAs that use IPCompTobias Brunner2014-01-231-1/+7
* kernel-netlink: Enable TFC padding only for tunnel mode ESP SAsTobias Brunner2013-11-191-2/+2
* kernel-netlink: Convert ports in acquires to ICMP[v6] type and codeTobias Brunner2013-10-171-3/+8
* kernel-netlink: Properly install policies with ICMP[v6] types and codesTobias Brunner2013-10-171-1/+12
* kernel: Use a time_t to report use time in query_policy()Martin Willi2013-10-111-1/+1
* kernel: Use a time_t to report use time in query_sa()Martin Willi2013-10-111-1/+1
* kernel-netlink: Allow to override xfrm_acq_expires valueAnsis Atteka2013-09-231-6/+10
* kernel-netlink: Fix calculation of ESN bitmap lengthTobias Brunner2013-08-211-4/+12
* kernel-netlink: use watcher to receive kernel events for net/ipsecMartin Willi2013-07-181-18/+12
* kernel-netlink: install selectors on SA for transport/BEET mode without proto...Martin Willi2013-06-191-0/+6
* kernel-netlink: reject policy refcount if the reqid differsMartin Willi2013-06-191-4/+17
* kernel-interface: add an exchange initiator parameter to add_sa()Martin Willi2013-06-111-2/+3
* kernel-netlink: add outer addresses to policy when using BEET modeMichael Rossberg2013-05-241-1/+1
* kernel-interface: query SAD for last use time if SPD query didn't yield oneMartin Willi2013-05-061-1/+7
* kernel-interface: get_address_by_ts() can tell if a returned IP is virtualMartin Willi2013-05-061-1/+1