summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: doc: Fix doxygen obsolete option warningHEADmasterDuncan Roe2023-03-151-1/+0
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2022-12-091-1/+1
* build: doc: Update build_man.sh to find bash in PATHDuncan Roe2022-09-211-1/+2
* examples: fix compiler warningDuncan Roe2022-03-271-1/+1
* build: doc: Update build_man.sh for doxygen 1.9.2Duncan Roe2022-01-091-1/+1
* examples: print hwaddr attribute if presentFlorian Westphal2022-01-031-0/+18
* build: doc: Warn user if html docs will be missing diagramsDuncan Roe2021-12-161-0/+4
* build: doc: Allow to specify whether to produce man pages, html, neither or bothDuncan Roe2021-10-273-16/+44
* build: doc: Ensure clean `git status` after in_tree buildDuncan Roe2021-10-271-1/+4
* src: build: Stop build_man.sh from deleting short Detailed DescriptionsDuncan Roe2021-09-201-1/+5
* libnetfilter_queue: src/nlmsg.c: SECCTX can be of any lengthTopi Miettinen2021-09-201-1/+1
* build: doc: Fix rendering of verbatim '\n"' in man pagesDuncan Roe2021-09-061-0/+4
* build: doc: Be sure to rerun doxygen after ./configureDuncan Roe2021-08-301-1/+1
* build: doc: Eliminate warning from ./autogen.shDuncan Roe2021-08-301-1/+9
* build: doc: fix `make distcleancheck`Duncan Roe2021-08-281-1/+1
* build: doc: Avoid having to special-case `make distcheck`Duncan Roe2021-08-283-15/+4
* build: doc: Add a man page post-processor to build_man.shDuncan Roe2021-08-281-5/+195
* build: doc: Split off man pages script from Makefile.amDuncan Roe2021-08-282-31/+32
* src: doc: Insert SYNOPSIS sections for man pagesDuncan Roe2021-08-158-9/+176
* include: deprecate libnetfilter_queue/linux_nfnetlink_queue.hPablo Neira Ayuso2021-08-118-0/+9
* build: If doxygen is not available, be sure to report "doxygen: no" to ./conf...Duncan Roe2021-08-101-2/+5
* build: doc: get rid of the need for manual updating of MakefileDuncan Roe2021-08-012-61/+32
* include: refer to nfnetlink_conntrack.h, not nf_conntrack_netlink.hDuncan Roe2021-07-072-4/+4
* src: Correctly identify item for which header is neededDuncan Roe2021-07-071-1/+1
* pktbuff: add __pktb_setup()Pablo Neira Ayuso2021-05-271-22/+33
* build: doc: `make distcheck` passes with doxygen enabledDuncan Roe2021-05-024-72/+82
* doc: Fix man page name for new pkt_buff function for ICMPDuncan Roe2021-03-172-0/+2
* src: fix IPv6 header handlingEtan Kissling2021-02-191-2/+13
* src: add pkt_buff function for ICMPEtan Kissling2021-02-094-0/+58
* Update .gitignoreJan Engelhardt2020-12-081-0/+4
* build: choose right automake variablesJan Engelhardt2020-12-082-3/+3
* src: doc: Fix doxygen warningDuncan Roe2020-09-301-4/+0
* doc: build: Reduce size of doxygen.cfg and doxygen build o/pDuncan Roe2020-09-302-161/+3
* build: check whether dot is available when configuring doxygen.Jeremy Sowden2020-09-082-1/+5
* configure: prepare for 1.0.5 releaselibnetfilter_queue-1.0.5Florian Westphal2020-06-121-1/+1
* configure: Make --help show doxygen is off by defaultDuncan Roe2020-06-091-1/+1
* build: dist: Add fixmanpages.sh to distribution treeDuncan Roe2020-06-081-0/+1
* configure: disable doxygen by defaultPablo Neira Ayuso2020-06-081-7/+6
* configure: add --with/without-doxygen switchFlorian Westphal2020-06-071-5/+10
* configure: prepare for 1.0.4 releaselibnetfilter_queue-1.0.4Florian Westphal2020-06-052-2/+2
* configure: fix doxygen checkFlorian Westphal2020-06-041-2/+2
* src: add nfq_get_skbinfo()Florian Westphal2020-02-253-2/+36
* src: expose nfq_nlmsg_putDuncan Roe2020-02-244-22/+31
* build: doc: "make" builds & installs a full set of man pagesDuncan Roe2020-02-244-1/+96
* Simplify struct pkt_buff: remove tailDuncan Roe2020-01-296-18/+17
* src: Simplify struct pkt_buff: remove headDuncan Roe2020-01-182-4/+2
* src: Fix indenting weirdness is pktbuff.c w/out changing indentDuncan Roe2020-01-161-4/+3
* src: Fix value returned by nfq_tcp_get_payload_len()Duncan Roe2020-01-101-1/+1
* src: doc: Final polish for current roundDuncan Roe2020-01-104-36/+86
* src: Always use pktb as formal arg of type struct pkt_buffDuncan Roe2020-01-037-17/+17