Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: use C99/POSIX types | Jan Engelhardt | 2011-01-08 | 1 | -2/+2 |
| | | | | | | "u_int" was a non-standardized extension predating C99 on some platforms. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | libipq: fix compile error | Jan Engelhardt | 2009-02-12 | 1 | -0/+2 |
| | | | | | | | | | | | | 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> | ||||
* | src: use NFPROTO_ constants | Jan Engelhardt | 2008-11-18 | 1 | -2/+2 |
| | | | | | | | | 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> | ||||
* | get rid of numerous gcc-4 warnings | Harald Welte | 2005-07-19 | 1 | -1/+2 |
| | |||||
* | check if received netlink messages are really from the kernel (pid==0) | Harald Welte | 2003-11-14 | 1 | -0/+4 |
| | |||||
* | IPv6 queue handler, libipq support, documentation from Fernando Anton. | James Morris | 2001-11-24 | 1 | -6/+20 |
| | |||||
* | Libipq timeout patch from Joost Remijn, updated TODO and scores. | James Morris | 2001-09-21 | 1 | -7/+47 |
| | |||||
* | Added more specific copyright & author information. | James Morris | 2001-05-30 | 1 | -0/+4 |
| | |||||
* | added ipq_errstr() to API | James Morris | 2000-11-18 | 1 | -1/+6 |
| | |||||
* | More sparc64 fixes | Rusty Russell | 2000-09-04 | 1 | -1/+1 |
| | |||||
* | Makefile fixes for release.v1.0.0-alpha | Rusty Russell | 2000-03-20 | 1 | -11/+11 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 1 | -0/+310 |