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
*
libhydra: Move all kernel plugins to libcharon
Tobias Brunner
2016-03-03
13
-7043
/
+0
*
kernel-netlink: Allow Netlink send buffer size to be configured via compile o...
Tobias Brunner
2016-02-12
1
-3
/
+11
*
kernel-netlink: Allow IPsec policies to replace shunt policies
Tobias Brunner
2015-11-10
1
-3
/
+3
*
kernel-netlink: Make absolutely sure we always delete the right policy cache ...
Tobias Brunner
2015-11-10
1
-2
/
+9
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-3
/
+4
*
kernel-netlink: Remove the unused policy_history flag
Tobias Brunner
2015-11-10
1
-41
/
+20
*
kernel-netlink: Properly set port mask for ICMP type/code if only set on one ...
Tobias Brunner
2015-08-31
1
-7
/
+8
*
kernel-netlink: Only flush SAs of types we actually manage
Tobias Brunner
2015-08-21
1
-6
/
+19
*
kernel-netlink: Avoid route dump if routing rule excludes traffic with a cert...
Tobias Brunner
2015-08-18
1
-7
/
+33
*
kernel-netlink: When adding a policy do an update if it already exists
Tobias Brunner
2015-08-13
1
-1
/
+9
*
kernel-netlink: Use PAGE_SIZE as default size for the netlink receive buffer
Tobias Brunner
2015-08-04
1
-1
/
+11
*
kernel-netlink: Actually verify if the netlink message exceeds the buffer size
Tobias Brunner
2015-08-04
1
-2
/
+2
*
kernel-netlink: Unlock mutex in del_policy() if mark can't be added to message
Tobias Brunner
2015-07-31
1
-0
/
+1
*
kernel-netlink: Add ChaCha20-Poly1305 AEAD support
Martin Willi
2015-06-29
1
-0
/
+2
*
kernel-netlink: Ignore unusable routes
Tobias Brunner
2015-05-21
1
-0
/
+24
*
kernel-netlink: Make buffer size for received Netlink messages configurable
Tobias Brunner
2015-05-21
1
-7
/
+11
*
kernel-netlink: Don't mangle verbosity during test initialization
Martin Willi
2015-04-15
1
-2
/
+0
*
kernel-netlink: Fix GCC error about uninitialized variable use
Martin Willi
2015-04-08
1
-1
/
+1
*
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
[next]