summaryrefslogtreecommitdiffstats
path: root/lib/netfilter
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-0811-13/+13
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-033-3/+0
* include: include private linux headers with explicit pathThomas Haller2023-08-0311-13/+16
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-0214-26/+16
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-0214-15/+56
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-0213-5/+223
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-313-3/+3
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-286-12/+12
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-284-113/+113
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-222-2/+2
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-2/+1
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-164-16/+33
* netfilter: make log-msg,queue-msg setters robust against ENOMEMThomas Haller2022-03-162-22/+52
* nflog:add conntrack flag and enable flags for nflogMichael Braun2022-03-092-0/+11
* nflog: add CT supportMichael Braun2022-03-094-24/+132
* nflog: add mac_header supportMichael Braun2022-03-092-2/+103
* nflog: add vlan attributeMichael Braun2022-03-092-0/+91
* log: fix typo in dumping msgMichael Braun2022-03-041-1/+1
* netfilter/ct: fix use of reply/orig for conntrack requestsAnisse Astier2022-03-041-6/+10
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-1614-98/+0
* license: cleanup copyright commentsThomas Haller2020-04-162-2/+2
* lib: fix error code from nfnl_exp_build_message()Thomas Haller2019-08-271-0/+2
* Add SPDX identifiersYegor Yefremov2019-08-1214-0/+14
* all: declare all variables at the beginning of scope (-Wdeclaration-after-sta...Thomas Haller2018-01-161-1/+2
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+2
* remove multiple implementations of htonll(), ntohll()Davide Caratti2016-09-063-37/+3
* exp: fix a GCC 6 -Wmisleading-indentation warningPeter Wu2016-08-141-4/+4
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-123-8/+8
* lib: update ce-mask to uint64_tDavid Ahern2016-02-124-12/+12
* nf: fix potential bug in nfnl_queue_msg_set_payload() when malloc() failedКоренберг Марк2015-07-101-4/+7
* lib/doc: clearify return value of send_simple() functionsThomas Haller2015-05-123-1/+16
* nf: Remove unused function htonll()Thomas Graf2014-08-261-8/+0
* nf: nfnl_*_str2copy_mode() should return intThomas Graf2014-08-262-2/+2
* style: require comma after __ADD() macroThomas Haller2014-07-276-122/+122
* netfilter/ct: fix calling nfnl_*_put() on uninitialized memory after nfnlmsg_...Thomas Haller2014-06-104-8/+4
* netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought2014-04-142-0/+35
* netfilter/ct: support optional CTA_ZONE attributeHolger Eitzenberger2013-09-052-0/+23
* netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger2013-09-052-0/+58
* netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger2013-06-261-0/+29
* netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger2013-06-261-2/+10
* ct: add ICMPv6 type,code and IDHolger Eitzenberger2013-04-021-18/+45
* netfilter: correct error in construction of NAT tupleRich Fought2013-01-291-2/+6
* Merge pull request #29 from rmfought/natdir32Thomas Graf2013-01-241-3/+3
|\
| * netfilter: keep 8-bit API for 32-bit NAT dir attributeRich Fought2013-01-241-2/+2
| * netfilter: expectation NAT direction is 32 bit attributeRich Fought2013-01-232-5/+5
* | Move private header files to <netlink-private/*>Thomas Graf2013-01-2414-14/+14
|/
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-162-2/+8
* Source cleanup for upstreamRich Fought2012-10-192-484/+476
* Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-162-55/+6
* define advanced attributes outRich Fought2012-10-132-51/+152