summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: doc: Eliminate doxygen warnings from libnetfilter_queue.cDuncan Roe2020-01-031-9/+11
* src: libnetfilter_queue.c: whitespace: remove trailing spacesDuncan Roe2020-01-031-21/+21
* src: checksum.c: remove redundant 0xFFFF mask of uint16_tDuncan Roe2020-01-031-2/+2
* src: doc: tcp.c: fix remaining doxygen warningsDuncan Roe2019-12-301-4/+4
* doc: doxygen.cfg.in: Eliminate 20 doxygen warningsDuncan Roe2019-12-301-5/+6
* doc: whitespace: Remove trailing spaces from doxygen.cfg.inDuncan Roe2019-12-301-34/+34
* src: pktb_mangle has signed offset arg so can mangle MAC header with -ve oneDuncan Roe2019-12-302-4/+6
* 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