summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: add mangle functions for IPv6, IPv6/TCP and IPv6/UDPDuncan Roe2019-12-306-0/+111
* src: more IPv6 checksum fixesDuncan Roe2019-12-301-5/+5
* src: doc: Eliminate doxygen warnings from udp.cDuncan Roe2019-12-161-20/+30
* src: doc: udp.c: rename 1 more formal pkt arg to pktbDuncan Roe2019-12-161-4/+4
* src: Fix value returned by nfq_udp_get_payload_len()Duncan Roe2019-12-111-1/+1
* src: doc: Fully document available verdictsDuncan Roe2019-12-091-2/+30
* src: doc: Update sample code to agree with documentationDuncan Roe2019-12-091-3/+2
* Minor tweak to pktb_len function descriptionDuncan Roe2019-12-071-1/+1
* src: doc: Major re-work of user packet buffer documentationDuncan Roe2019-12-071-37/+117
* src: Fix test for IPv6 headerDuncan Roe2019-12-071-1/+1
* examples: Delete code not needed since Linux 3.8Duncan Roe2019-11-261-17/+0
* src: Fix IPv4 checksum calculation in AF_BRIDGE packet bufferDuncan Roe2019-11-211-1/+1
* src: Make sure pktb_alloc() works for IPv6 over AF_BRIDGEDuncan Roe2019-11-161-0/+1
* src: Make sure pktb_alloc() works for AF_INET6 since we document that it doesDuncan Roe2019-11-121-0/+1
* src: pktb_trim() was not updating tail after updating lenDuncan Roe2019-11-121-0/+1
* src: doc: Eliminate doxygen warnings from ipv{4,6}.cDuncan Roe2019-11-042-33/+34
* src: doc: Fix spelling of CTA_LABELS in examples/nf-queue.cDuncan Roe2019-11-041-1/+1
* src: doc: Update the Main Page to be nft-focussedDuncan Roe2019-11-041-26/+37
* src: Eliminate useless spaces before tabsDuncan Roe2019-11-041-9/+9
* src: doc: Document nfq_nlmsg_verdict_put_mark() and nfq_nlmsg_verdict_put_pkt()Duncan Roe2019-10-301-1/+44
* checksum: Fix TCP/UDP checksum computation on big endian archesAlin Nastac2019-10-091-2/+8
* src: doc: Minor fixDuncan Roe2019-10-081-1/+1
* src: Fix invalid conversion specifierDuncan Roe2019-10-081-1/+1
* doxygen: remove EXPORT_SYMBOL from the outputPablo Neira Ayuso2019-10-081-1/+1
* src: Enable clang buildDuncan Roe2019-10-088-127/+112
* src: doc: Miscellaneous updatesDuncan Roe2019-10-084-25/+63
* src: Update UDP header length field after manglingDuncan Roe2019-10-061-0/+2
* checksum: Fix UDP checksum calculationPablo Neira Ayuso2019-09-304-10/+12
* doc: Add information about retrieving UID/GID/SECCTX fieldslibnetfilter_queue-1.0.3Piotr Radoslaw Sawicki2017-06-271-1/+19
* build: bump library release version tooPablo Neira Ayuso2017-06-261-1/+1
* build: bump version to 1.0.3Richard Weinberger2017-06-261-1/+1
* doc: extend the doxygen section about NFQA_CFG_F_GSOFlorian Westphal2017-06-231-1/+12
* examples: set dummy connmark value to show use of NFQA_CT nested attributeFlorian Westphal2017-06-211-0/+14
* Revert "src: Declare the define visibility attribute together"Pablo Neira Ayuso2017-04-149-82/+162
* src: Declare the define visibility attribute togetherKhem Raj2017-04-149-162/+82
* src: Correct typo in the location of internal.h in #includeKhem Raj2017-04-141-1/+1
* src: check result of malloc when creating queueVictor Julien2016-07-031-0/+2
* src: make nfq_open_nfnl thread-safeFlorian Westphal2016-06-201-5/+4
* nlmsg: add lacking attributes validationKen-ichirou MATSUZAWA2015-10-051-0/+9
* src: add security context informationRoman Kubiak2015-06-306-3/+43
* libnetfilter_queue.h: Include <sys/time.h> for struct timevalFelix Janda2015-06-191-1/+1
* extra: Define _GNU_SOURCE to get members of tcphdr&ucphdrFelix Janda2015-05-292-0/+2
* src: Use stdint types everywhereFelix Janda2015-05-293-82/+82
* include: Sync with kernel headersFelix Janda2015-05-271-34/+37
* extra: tcp: insufficient sanitization in nfq_tcp_get_payload()Pablo Neira Ayuso2014-06-301-3/+7
* extra: fix wrong implementation in nfq_udp_get_payloadTing-Wei Lan2014-06-301-4/+8
* extra: use inet_ntop instead of inet_ntoaTing-Wei Lan2014-06-301-1/+5
* include: fix wrong function name in the headerTing-Wei Lan2014-06-201-1/+1
* utils: add the parameter queue number in nfqnl_testÁlvaro Neira Ayuso2014-06-091-2/+11
* utils: Remove unused variable in nfqnl_testÁlvaro Neira Ayuso2014-06-061-1/+0