summaryrefslogtreecommitdiffstats
path: root/lib/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* BugfixesRich Fought2012-10-101-17/+19
* reinit port numers on tuple dumpRich Fought2012-10-091-1/+3
* bugfixesRich Fought2012-10-092-9/+11
* Successful compilation of libnl-nf with expectationRich Fought2012-10-082-86/+49
* Checkpoint before compilation attemptRich Fought2012-10-082-369/+393
* "checkpoint"Rich Fought2012-10-061-239/+343
* Checkpoint: compare functionRich Fought2012-10-051-37/+102
* Exp checkpointRich Fought2012-10-053-2/+1301
* Fix typo in textual description in ct_dump_stats()Коренберг Марк (дома)2012-08-291-2/+2
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-1/+1
* ct_dump_stats: detect when stats are not availableКоренберг Марк (дома)2012-08-281-8/+19
* FTBFS with musl libc: Missing includesIsaac2012-05-133-3/+5
* doc: documentation restructuringThomas Graf2012-05-101-2/+2
* rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_comp...Thomas Graf2010-11-181-1/+1
* constify struct trans_tblThomas Graf2010-11-175-11/+11
* new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto2010-03-102-0/+62
* restructure module documentation orderThomas Graf2008-12-101-1/+0
* libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-231-0/+10
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-204-6/+6
* Remove old line counting while dumpingThomas Graf2008-05-235-97/+104
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-222-60/+173
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-153-15/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-155-41/+41
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-9/+9
* Thread-safe error handlingThomas Graf2008-05-149-176/+164
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-2/+2
* libnl: fix policy check for NFQA_HWADDRThomas Graf2008-03-101-1/+1
* Initialize message type list to avoid overrunThomas Graf2008-03-052-0/+6