index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
libknot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yparser: add support for link-local IPv6 addresses
Jan Hák
2024-09-16
1
-0
/
+8
*
yparser: new time unit specifiers
Jan Doskočil
2024-08-24
1
-2
/
+5
*
xdp-tcp: ignore SYN+ACK pkts in knotd (only for kxdpgun)
Libor Peltan
2024-07-11
1
-1
/
+16
*
yparser: fix empty list parsing
Daniel Salzman
2024-05-16
1
-2
/
+4
*
tests: extend test set for yparser
Daniel Salzman
2024-05-16
1
-3
/
+4
*
xdp-tcp: send RSTs on all open conns when shutdown
Libor Peltan
2024-04-22
1
-1
/
+0
*
conf: add control.backlog configuration option
Daniel Salzman
2024-04-19
1
-2
/
+2
*
xdp-tcp: simplify knot_tcp_recv()
Libor Peltan
2024-04-11
1
-17
/
+30
*
tests: add test for knot_rrset_size(_estimate)()
Daniel Salzman
2024-02-07
1
-1
/
+41
*
sweep: add reset timeout counter, rework logging
Daniel Salzman
2023-11-25
1
-1
/
+1
*
tcp_iobuf: get rid of knot_tinbufu_res_inbufs()
Daniel Salzman
2023-08-24
1
-4
/
+4
*
tests: shut up coverity
Libor Peltan
2023-05-30
1
-0
/
+2
*
libknot: remove pointer to iovec from linked-list node to save some space in ...
Jan Hák
2023-05-23
1
-10
/
+13
*
quic/tcp/inbuf: allocate incomplete msgs buffer by powers of 2
Libor Peltan
2023-05-23
1
-4
/
+4
*
quic/xdp-tcp/inbuf: store knot_tcp_inbuf_update results in linked-list-of-arrays
Libor Peltan
2023-05-23
1
-14
/
+14
*
yparser: allow unix socket path as network range value
Daniel Salzman
2023-01-13
1
-1
/
+2
*
tests/xdp-tcp: fix under 32bit platform
Libor Peltan
2022-08-22
1
-7
/
+9
*
xdp: unified and extended connection sweep statistics
Daniel Salzman
2022-08-11
1
-12
/
+12
*
tests: move dynarray test to libknot...
Libor Peltan
2022-05-25
1
-0
/
+137
*
dnssec: implemented incremental DNSKEY mgmt
Libor Peltan
2022-04-12
1
-1
/
+23
*
tests/tcp: mute Coverity
Daniel Salzman
2022-03-23
1
-0
/
+2
*
tcp: mute Clang-analyzer
Daniel Salzman
2022-03-17
1
-6
/
+12
*
xdp-tcp: tiny code cleanup
Daniel Salzman
2022-03-16
1
-1
/
+1
*
xdp-tcp: replace tcp_outbufs_t with struct knot_tcp_outbuf
Daniel Salzman
2022-03-16
1
-3
/
+3
*
xdp-tcp: bugfix: check presence in syn_table before adding
Libor Peltan
2022-03-16
1
-1
/
+1
*
xdp-tcp: bugfix: crash when two packets for same conn...
Libor Peltan
2022-03-16
1
-0
/
+1
*
fixup! kxdpgun: allow various modes exploiting left-open connections
Libor Peltan
2022-03-16
1
-1
/
+1
*
kxdpgun: allow various modes exploiting left-open connections
Libor Peltan
2022-03-16
1
-16
/
+16
*
xdp-tcp: simplify code
Libor Peltan
2022-03-16
1
-1
/
+2
*
xdp-tcp: fix errors in SYN-table manipulation
Libor Peltan
2022-03-16
1
-18
/
+27
*
xdp-tcp: response RST shall have seqno according to packet...
Libor Peltan
2022-03-16
1
-1
/
+15
*
modules: enable measuring RTT for xdp-tcp
Libor Peltan
2022-03-16
1
-0
/
+2
*
xdp-tcp: honor foreign TCP window size
Libor Peltan
2022-03-16
1
-0
/
+2
*
xdp-tcp: major refactoring + store outgoing buffers
Libor Peltan
2022-03-16
1
-91
/
+197
*
xdp-tcp: bugfix: better handling of different conn-closing states
Libor Peltan
2022-03-16
1
-1
/
+1
*
spelling
Josh Soref
2021-11-24
3
-4
/
+4
*
yparser: allow UTF-8 characters in item data
Daniel Salzman
2021-08-16
1
-1
/
+17
*
Replace UNUSED with _unused_
Daniel Salzman
2021-07-17
1
-9
/
+4
*
XDP-TCP: final code cleanup
Daniel Salzman
2021-07-10
1
-15
/
+21
*
XDP-TCP: rename prefix 'knot_xdp_tcp' to 'knot_tcp', and 'knot_tcp_timeout' t...
Daniel Salzman
2021-07-10
1
-22
/
+22
*
XDP-TCP: various code cleanup
Daniel Salzman
2021-07-10
1
-3
/
+1
*
XDP-TCP: move mock API from xdp.h to test_xdp_tcp.c
Daniel Salzman
2021-07-10
1
-5
/
+12
*
XDP-TCP: remove unused mm parameter from knot_xdp_tcp_relay()
Daniel Salzman
2021-07-08
1
-11
/
+11
*
XDP-TCP: move testing API from xdp.h to test_xdp_tcp.c
Daniel Salzman
2021-07-08
1
-11
/
+51
*
XDP-TCP: logging of closed/reset connections
Libor Peltan
2021-07-08
1
-5
/
+9
*
dynarray: move from contrib to libknot
Daniel Salzman
2021-07-08
1
-14
/
+14
*
XDP-TCP: remove list_t from libknot public api
Libor Peltan
2021-07-08
1
-2
/
+2
*
XDP-TCP: count total inbuf usage
Libor Peltan
2021-07-08
1
-2
/
+75
*
tests: XDP-TCP test of connection handling, states and stress
Libor Peltan
2021-07-08
1
-0
/
+365
*
tests: add unit test for libknot/probe
Jan Hak
2021-05-11
1
-0
/
+96
[next]