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_netlink
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel-netlink: Copy current usage stats to new SA in update_sa()
Tobias Brunner
2015-03-25
1
-6
/
+34
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
1
-3
/
+3
*
kernel-netlink: Respect kernel routing priorities for IKE routes
Martin Willi
2015-03-03
1
-2
/
+15
*
kernel-interface: Raise mapping event with a proto/SPI/dst tuple
Martin Willi
2015-02-20
1
-8
/
+14
*
kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid
Martin Willi
2015-02-20
1
-9
/
+10
*
kernel-interface: Pass full list of traffic selectors to add_sa()
Martin Willi
2015-02-20
1
-3
/
+5
*
kernel-interface: Remove reqid parameter from get_spi/get_cpi() methods
Martin Willi
2015-02-20
1
-14
/
+9
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2014-12-15
1
-1
/
+1
*
kernel-netlink: Optionally ignore errors resulting from response message loss
Martin Willi
2014-11-21
1
-0
/
+82
*
kernel-netlink: Add an option to enforce using XFRM_MSG_UPDPOLICY
Martin Willi
2014-11-21
1
-0
/
+12
*
kernel-netlink: Fallback to UDP if detecting socket protocol fails
Martin Willi
2014-11-21
1
-2
/
+4
*
kernel-netlink: Alternatively support global port based IKE bypass policies
Martin Willi
2014-11-21
1
-3
/
+160
*
kernel-netlink: Add options to enable parallel Netlink queries explicitly
Martin Willi
2014-11-21
5
-20
/
+39
*
kernel-netlink: Release lock while doing Netlink NEW/DELADDR operations
Martin Willi
2014-11-21
1
-8
/
+17
*
kernel-netlink: Add non-dumping variants of echo and stress tests
Martin Willi
2014-11-21
1
-0
/
+84
*
kernel-netlink: Add test cases for successful and timing out retransmissions
Martin Willi
2014-11-21
2
-0
/
+90
*
kernel-netlink: Add a compile-time hook to simulate request message loss
Martin Willi
2014-11-21
1
-0
/
+15
*
kernel-netlink: Implement configurable Netlink request retransmission
Martin Willi
2014-11-21
1
-15
/
+86
*
kernel-netlink: Add a stress test with several threads doing Netlink exchanges
Martin Willi
2014-11-21
1
-0
/
+62
*
kernel-netlink: Retry netlink query while kernel returns EBUSY
Martin Willi
2014-11-21
1
-3
/
+37
*
kernel-netlink: Support parallel Netlink queries
Martin Willi
2014-11-21
1
-74
/
+192
*
kernel-netlink: Add a simple send message test querying available links
Martin Willi
2014-11-21
3
-0
/
+70
*
kernel-netlink: Add a stub for a test-runner
Martin Willi
2014-11-21
4
-0
/
+85
*
kernel-netlink: Define and use rtnetlink message types
Martin Willi
2014-09-24
1
-1
/
+22
*
kernel-netlink: Pass protocol specific enum names to socket constructor
Martin Willi
2014-09-24
4
-12
/
+13
*
kernel-netlink: Clean up socket initialization, handle 0 as valid socket fd
Martin Willi
2014-09-24
1
-9
/
+6
*
kernel-netlink: Clean up response buffer management
Martin Willi
2014-09-24
1
-24
/
+16
*
kernel-netlink: Use recv() instead of recvfrom()
Martin Willi
2014-09-24
1
-11
/
+3
*
kernel-netlink: Avoid casting the NLMSG_DATA() return value
Martin Willi
2014-09-24
3
-26
/
+26
*
kernel-netlink: Define netlink buffer as an union having a netlink header
Martin Willi
2014-09-24
3
-20
/
+23
*
kernel-netlink: Optionally install protocol and ports on transport mode SAs
Tobias Brunner
2014-09-12
1
-6
/
+18
*
kernel-netlink: Add global option to configure MSS-clamping on installed routes
Tobias Brunner
2014-09-12
1
-6
/
+26
*
kernel-netlink: Add global option to set MTU on installed routes
Tobias Brunner
2014-09-12
1
-0
/
+19
*
kernel-netlink: Rename algorithm identifier from cast128 to cast5
Martin Willi
2014-07-04
1
-1
/
+1
*
kernel-netlink: Cast IPv6 address blobs to the proper type
Tobias Brunner
2014-06-24
1
-3
/
+3
*
kernel-netlink: Install virtual IPv6 addresses as deprecated
Tobias Brunner
2014-06-20
1
-0
/
+11
*
kernel-netlink: Pass prefix when looking up next hop for shunt policies
Tobias Brunner
2014-06-19
1
-1
/
+12
*
kernel-netlink: Add support for destination prefix when determining next hop
Tobias Brunner
2014-06-19
1
-20
/
+35
*
kernel-interface: Add destination prefix to get_nexthop()
Tobias Brunner
2014-06-19
2
-2
/
+2
*
kernel-netlink: Add support for new policy priority class
Tobias Brunner
2014-06-19
1
-2
/
+5
*
kernel-netlink: Follow RFC 6724 when selecting IPv6 source addresses
Tobias Brunner
2014-06-19
1
-26
/
+170
*
kernel-netlink: Never use XFRMA_REPLAY_ESN_VAL to configure zero replay windows
Martin Willi
2014-06-18
1
-1
/
+1
*
kernel-netlink: Support connection specific replay window sizes
Martin Willi
2014-06-17
1
-39
/
+16
*
kernel-interface: Add a replay_window parameter to add_sa()
Martin Willi
2014-06-17
1
-4
/
+5
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
libhydra: Use lib->ns instead of hydra->daemon
Tobias Brunner
2014-02-12
2
-13
/
+13
*
kernel-netlink: Don't cache route entries if installation fails
Tobias Brunner
2014-02-12
1
-2
/
+5
*
kernel-netlink: Set selector on transport mode IPComp SAs
Tobias Brunner
2014-01-23
1
-1
/
+1
*
kernel-netlink: Selectively add selector on SAs that use IPComp
Tobias Brunner
2014-01-23
1
-1
/
+7
*
kernel-netlink: Enable TFC padding only for tunnel mode ESP SAs
Tobias Brunner
2013-11-19
1
-2
/
+2
[next]