History log of /external/iptables/libipq/libipq.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
474c18d7982407246dd724c6fa3939f78466620a 10-Jun-2011 Jiri Popelka <jpopelka@redhat.com> iptables: Coverity: NEGATIVE_RETURNS

libipq.c:232: var_tested_neg: Variable "h->fd" tests negative.
libipq.c:234: negative_returns: "h->fd" is passed to a parameter that
cannot be negative.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/libipq/libipq.c
7ac405297ec38449b30e3b05fd6bf2082fd3d803 07-Jan-2011 Jan Engelhardt <jengelh@medozas.de> src: use C99/POSIX types

"u_int" was a non-standardized extension predating C99 on some platforms.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/libipq/libipq.c
e37c2d0b2cca00f4dfa77b52df065aad304da59b 12-Feb-2009 Jan Engelhardt <jengelh@medozas.de> libipq: fix compile error

libipq.c: In function `ipq_create_handle':
libipq.c:220: error: `NFPROTO_IPV4' undeclared (first use in this function)
libipq.c:220: error: (Each undeclared identifier is reported only once
libipq.c:220: error: for each function it appears in.)
libipq.c:222: error: `NFPROTO_IPV6' undeclared (first use in this function)

Add the required includes.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/libipq/libipq.c
03d99486d8283552705b58dc55b6085dffc38792 18-Nov-2008 Jan Engelhardt <jengelh@medozas.de> src: use NFPROTO_ constants

Resync netfilter.h from the latest kernel and make use of the new
NFPROTO_ constants that have been introduced.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/libipq/libipq.c
efa8fc2123a2a9fc229ab471edd2b2688ce1da3a 20-Jul-2005 Harald Welte <laforge@gnumonks.org> get rid of numerous gcc-4 warnings
/external/iptables/libipq/libipq.c
e5105970e87c0c877a6c54c775f83d30f8d7b57c 14-Nov-2003 Harald Welte <laforge@gnumonks.org> check if received netlink messages are really from the kernel (pid==0)
/external/iptables/libipq/libipq.c
ffe96c5a701396fd666228034ff694ffdcd1ad10 24-Nov-2001 James Morris <jmorris@intercode.com.au> IPv6 queue handler, libipq support, documentation from Fernando Anton.
/external/iptables/libipq/libipq.c
dbd8a263593180b81e448e46adb7f7ce6b51fd67 21-Sep-2001 James Morris <jmorris@intercode.com.au> Libipq timeout patch from Joost Remijn, updated TODO and scores.
/external/iptables/libipq/libipq.c
ef798b9b7e005209deb457d1ffccab3d2bcdba96 30-May-2001 James Morris <jmorris@intercode.com.au> Added more specific copyright & author information.
/external/iptables/libipq/libipq.c
b1e0b99aff57351419c24c618ccb00ae0fb142f9 18-Nov-2000 James Morris <jmorris@intercode.com.au> added ipq_errstr() to API
/external/iptables/libipq/libipq.c
803f33c0e9cb458cf7989f3826e9baba8da19e2f 04-Sep-2000 Rusty Russell <rusty@linuxcare.com.au> More sparc64 fixes
/external/iptables/libipq/libipq.c
7e53bf9c2a697abdb6f1385557338423a86612a3 20-Mar-2000 Rusty Russell <rusty@linuxcare.com.au> Makefile fixes for release.
Whitespace cleanups.
/external/iptables/libipq/libipq.c
e6869a8f59d779ff4d5a0984c86d80db70784962 20-Mar-2000 Marc Boucher <marc@mbsi.ca> reorganized tree after kernel merge
/external/iptables/libipq/libipq.c