Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unique symbols 1/6 | Jan Engelhardt | 2007-10-04 | 1 | -27/+23 |
| | | | | | | | | | | | Give symbols of libxt matches unique names (1/3). Adds unique prefixes to all functions (most of them - especially the hook functions) so that debugging programs can unambiguously map a symbol to an address. Also unifies the names of the xtables_match/xtables_target structs, (based upon libxt_connmark.c/libip6t_*.c). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fix sparse warnings: non-ANSI function declarations, 0 used as pointer | Patrick McHardy | 2007-09-08 | 1 | -4/+4 |
| | |||||
* | Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long. | Patrick McHardy | 2007-09-05 | 1 | -9/+14 |
| | | | | Fixes compiler warning in quota match. | ||||
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -1/+0 |
| | |||||
* | Add IPv6 support to connbytes match | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -0/+220 |