index
:
libnetfilter_conntrack
master
libnetfilter_conntrack tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
conntrack: add sanity check to netlink socket filter API
HEAD
master
Pablo Neira Ayuso
2023-03-28
1
-2
/
+15
*
conntrack: increase the length of `l4proto_map`
Jeremy Sowden
2023-01-11
1
-4
/
+6
*
configure: C99 compatibility issues
Peter Fordham
2023-01-10
1
-2
/
+2
*
conntrack: simplify calculation of `struct sock_fprog` length
Jeremy Sowden
2023-01-02
1
-1
/
+1
*
conntrack: fix BPF code for filtering on big-endian architectures
Jeremy Sowden
2023-01-02
1
-1
/
+6
*
Makefile: Create LZMA-compressed dist-files
Phil Sutter
2022-12-09
1
-1
/
+1
*
expect/conntrack: Avoid spurious covscan overrun warning
Phil Sutter
2022-03-29
4
-6
/
+6
*
conntrack: fix build with kernel 5.15 and musl
Robert Marko
2022-02-24
2
-1
/
+1
*
libnetfilter_conntrack: bump version to 1.0.9
libnetfilter_conntrack-1.0.9
Florian Westphal
2022-02-14
2
-5
/
+21
*
tests: Add simple tests to TESTS variable
Phil Sutter
2022-02-08
2
-0
/
+10
*
tests: Fix for missing qa-connlabel.conf in tarball
Phil Sutter
2022-02-08
1
-0
/
+2
*
build: update obsolete autoconf macros
Jeremy Sowden
2022-02-07
1
-3
/
+2
*
conntrack: don't cancel nest on unknown layer 4 protocols
Pablo Neira Ayuso
2021-12-10
1
-2
/
+1
*
conntrack: add nfct_nlmsg_build_filter() helper
Pablo Neira Ayuso
2021-11-14
3
-16
/
+25
*
conntrack: fix invmap_icmpv6 entries
Ken-ichirou MATSUZAWA
2021-10-11
1
-2
/
+2
*
include: add CTA_STATS_CHAIN_TOOLONG from linux 5.15 uapi
Florian Westphal
2021-09-08
1
-0
/
+1
*
src: add support for status dump filter
Florian Westphal
2021-08-05
3
-2
/
+21
*
include: sync uapi header with nf-next
Florian Westphal
2021-08-05
1
-5
/
+19
*
conntrack: Don't use ICMP attrs in decision to build repl tuple
Luuk Paulussen
2021-03-19
1
-4
/
+1
*
examples: check return value of nfct_nlmsg_build()
Eyal Birger
2021-01-03
4
-4
/
+21
*
build: missing internal/proto.h in Makefile.am
Pablo Neira Ayuso
2020-12-08
1
-1
/
+1
*
Update .gitignore
Jan Engelhardt
2020-12-08
1
-0
/
+13
*
build: use the right automake variables
Jan Engelhardt
2020-12-08
1
-20
/
+20
*
conntrack: add flush filter command
Pablo Neira Ayuso
2020-10-29
2
-0
/
+4
*
include: add CTA_STATS_CLASH_RESOLVE
Florian Westphal
2020-08-26
1
-0
/
+1
*
conntrack: sctp: update states
Florian Westphal
2020-08-14
2
-0
/
+4
*
conntrack: dccp print function should use dccp state
Florian Westphal
2020-08-14
1
-1
/
+1
*
conntrack: Fix buffer overflows in __snprintf_protoinfo* like in *2str fns
Daniel Gröber
2020-07-01
1
-15
/
+39
*
conntrack: Fix buffer overflow in protocol related snprintf functions
Daniel Gröber
2020-07-01
2
-10
/
+24
*
conntrack: Move icmp request>reply type mapping to common file
Daniel Gröber
2020-07-01
6
-65
/
+62
*
conntrack: Fix buffer overflow on invalid icmp type in setters
Daniel Gröber
2020-07-01
2
-7
/
+12
*
include: Add ARRAY_SIZE() macro
Daniel Gröber
2020-07-01
1
-0
/
+2
*
conntrack: Fix incorrect snprintf size calculation
Daniel Gröber
2020-07-01
1
-1
/
+1
*
conntrack: Replace strncpy with snprintf to improve null byte handling
Daniel Gröber
2020-07-01
5
-18
/
+15
*
src: Fix nfexp_snprintf return value docs
Daniel Gröber
2020-07-01
1
-2
/
+3
*
src: Handle negative snprintf return values properly
Daniel Gröber
2020-07-01
4
-3
/
+11
*
src: add IPS_HW_OFFLOAD flag
Pablo Neira Ayuso
2020-04-28
2
-3
/
+19
*
libnetfilter_conntrack.pc.in: add LIBMNL_LIBS to Libs.Private
Fabrice Fontaine
2020-04-14
1
-1
/
+1
*
libnetfilter_conntrack: bump version to 1.0.8
libnetfilter_conntrack-1.0.8
Pablo Neira Ayuso
2020-04-01
1
-1
/
+1
*
expect: parse_mnl: fix gcc compile warning
Pablo Neira Ayuso
2020-04-01
1
-0
/
+1
*
conntrack: support for IPS_OFFLOAD
Pablo Neira Ayuso
2019-08-09
2
-4
/
+26
*
conntrack: api: use libmnl API to build the netlink headers
Pablo Neira Ayuso
2019-05-03
2
-7
/
+51
*
src: replace old libnfnetlink builder
Pablo Neira Ayuso
2019-05-02
2
-665
/
+28
*
src: replace old libnfnetlink parser
Pablo Neira Ayuso
2019-05-02
8
-780
/
+45
*
expect: add missing handling for CTA_EXPECT_* attributes
Pablo Neira Ayuso
2019-05-02
1
-3
/
+61
*
src: introduce abi_breakage()
Pablo Neira Ayuso
2019-05-02
4
-29
/
+42
*
Rename 'qa' directory to 'tests'
Phil Sutter
2019-03-11
18
-4
/
+4
*
qa: test_api: skip synproxy attributes in comparator
Pablo Neira Ayuso
2019-02-20
1
-0
/
+4
*
build: bump LIBVERSION
libnetfilter_conntrack-1.0.7
Arturo Borrero Gonzalez
2018-05-01
1
-1
/
+1
*
conntrack: add synproxy support
Pablo Neira Ayuso
2018-03-24
10
-0
/
+198
[next]