* [ANNOUNCE] libnetfilter_queue 1.0.4 release
@ 2020-06-05 10:47 Florian Westphal
0 siblings, 0 replies; only message in thread
From: Florian Westphal @ 2020-06-05 10:47 UTC (permalink / raw)
To: netfilter-devel; +Cc: netdev, netfilter, netfilter-announce
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
Hi!
The Netfilter project proudly presents:
libnetfilter_queue 1.0.4
Major changes in this version:
* major updates to documentation, from Duncan Roe.
* allow building with clan, also from Duncan.
* add new nfq_get_skbinfo() helper. This allows to detect when
packet checksums have been validated already or if they will
be filled in by tx checksum offload on transmit later on.
Notable bug fixes:
checksum calculation fixes for UDP checksum helpers and on big endian arches,
from Pablo Neira and Alin Nastac.
See ChangeLog that comes attached to this email for more details.
You can download it from:
https://www.netfilter.org/projects/libnetfilter_queue/downloads.html
Have fun!
[-- Attachment #2: changes-libnetfilter_queue-1.0.4.txt --]
[-- Type: text/plain, Size: 2639 bytes --]
Alin Nastac (1):
checksum: Fix TCP/UDP checksum computation on big endian arches
Duncan Roe (40):
src: Update UDP header length field after mangling
src: doc: Miscellaneous updates
src: Enable clang build
src: Fix invalid conversion specifier
src: doc: Minor fix
src: doc: Document nfq_nlmsg_verdict_put_mark() and nfq_nlmsg_verdict_put_pkt()
src: Eliminate useless spaces before tabs
src: doc: Update the Main Page to be nft-focussed
src: doc: Fix spelling of CTA_LABELS in examples/nf-queue.c
src: doc: Eliminate doxygen warnings from ipv{4,6}.c
src: pktb_trim() was not updating tail after updating len
src: Make sure pktb_alloc() works for AF_INET6 since we document that it does
src: Make sure pktb_alloc() works for IPv6 over AF_BRIDGE
src: Fix IPv4 checksum calculation in AF_BRIDGE packet buffer
examples: Delete code not needed since Linux 3.8
src: Fix test for IPv6 header
src: doc: Major re-work of user packet buffer documentation
Minor tweak to pktb_len function description
src: doc: Update sample code to agree with documentation
src: doc: Fully document available verdicts
src: Fix value returned by nfq_udp_get_payload_len()
src: doc: udp.c: rename 1 more formal pkt arg to pktb
src: doc: Eliminate doxygen warnings from udp.c
src: more IPv6 checksum fixes
src: add mangle functions for IPv6, IPv6/TCP and IPv6/UDP
src: pktb_mangle has signed offset arg so can mangle MAC header with -ve one
doc: whitespace: Remove trailing spaces from doxygen.cfg.in
doc: doxygen.cfg.in: Eliminate 20 doxygen warnings
src: doc: tcp.c: fix remaining doxygen warnings
src: checksum.c: remove redundant 0xFFFF mask of uint16_t
src: libnetfilter_queue.c: whitespace: remove trailing spaces
src: doc: Eliminate doxygen warnings from libnetfilter_queue.c
src: Always use pktb as formal arg of type struct pkt_buff
src: doc: Final polish for current round
src: Fix value returned by nfq_tcp_get_payload_len()
src: Fix indenting weirdness is pktbuff.c w/out changing indent
src: Simplify struct pkt_buff: remove head
Simplify struct pkt_buff: remove tail
build: doc: "make" builds & installs a full set of man pages
src: expose nfq_nlmsg_put
Florian Westphal (3):
src: add nfq_get_skbinfo()
configure: fix doxygen check
configure: prepare for 1.0.4 release
Pablo Neira Ayuso (2):
checksum: Fix UDP checksum calculation
doxygen: remove EXPORT_SYMBOL from the output
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-05 10:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05 10:47 [ANNOUNCE] libnetfilter_queue 1.0.4 release Florian Westphal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).