index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ip6tables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip6tables: add --goto support
Thomas Jacob
2008-06-23
1
-1
/
+29
*
iptables: fix printing of line numbers with --line-numbers arg
Henrik Nordstrom
2008-06-13
1
-1
/
+1
*
fix ip6tables dest address printing
Jamie Strandboge
2008-05-16
1
-2
/
+2
*
Make --set-counters (-c) accept comma separated counters
Henrik Nordstrom
2008-05-13
1
-5
/
+7
*
iptables --list chain rulenum
Henrik Nordstrom
2008-05-13
1
-15
/
+31
*
iptables --list-rules command
Henrik Nordstrom
2008-05-13
1
-16
/
+264
*
Add support for --set-counters to iptables -P
Henrik Nordstrom
2008-05-12
1
-2
/
+2
*
Properly initialize revision for ip6tables targets
Patrick McHardy
2008-04-15
1
-1
/
+8
*
Remove old functions, constants
Jan Engelhardt
2008-04-15
1
-19
/
+7
*
iptables: use C99 lists for struct options
Gáspár Lajos
2008-04-14
1
-30
/
+30
*
manpages: grammar and spelling
Jan Engelhardt
2008-04-13
1
-1
/
+1
*
Fix all remaining warnings (missing declarations, missing prototypes)
Jan Engelhardt
2008-04-13
1
-4
/
+2
*
Fix -Wshadow warnings and clean up xt_sctp.h
Jan Engelhardt
2008-04-06
1
-6
/
+6
*
fix gcc warnings
Max Kellermann
2008-01-29
1
-4
/
+5
*
whitespace cleanup
Max Kellermann
2008-01-29
1
-15
/
+15
*
rename overlapping function names
Jan Engelhardt
2008-01-20
1
-155
/
+4
*
bunch o' renames
Jan Engelhardt
2008-01-20
1
-81
/
+10
*
[PATCH iptables] print warnings to stderr
Max Kellermann
2007-10-17
1
-6
/
+8
*
Fix sscanf type errors
Patrick McHardy
2007-10-17
1
-6
/
+6
*
Delete empty ->final_check() functions
Jan Engelhardt
2007-10-04
1
-2
/
+3
*
Fix more sparse warnings: non-C99 array declaration, incorrect function proto...
Patrick McHardy
2007-09-08
1
-22
/
+22
*
Fix strict aliasing warnings
Patrick McHardy
2007-09-05
1
-2
/
+5
*
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Peter Riley
2007-09-02
1
-5
/
+4
*
Make @msg argument a const char *, just like printf().
Jan Engelhardt
2007-08-01
1
-1
/
+1
*
Makes it possible to omit extra_opts of matches/targets if unnecessary.
Jan Engelhardt
2007-07-30
1
-0
/
+3
*
Moves some duplicated functions in ip[6]tables.c to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-106
/
+0
*
Introduces xtables match/target registration
Yasuyuki KOZAKAI
2007-07-24
1
-287
/
+21
*
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Yasuyuki KOZAKAI
2007-07-24
1
-80
/
+1
*
Moves common fw_malloc() and fw_calloc() to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-24
/
+1
*
Fix "iptables getsockopt failed strangely" when querying revisions for non-ex...
Patrick McHardy
2007-06-26
1
-1
/
+1
*
A white space fix in ip6tables.c
Yasuyuki KOZAKAI
2007-06-12
1
-1
/
+1
*
'-p all' and '-p 0' should be allowed. And actually ip6tables in kernel
Yasuyuki KOZAKAI
2007-06-11
1
-7
/
+6
*
In fixing bug #446 [1], the output for unspecified proto was changed from "al...
Phil Oester
2007-04-30
1
-0
/
+1
*
Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet
Yasuyuki KOZAKAI
2007-03-20
1
-4
/
+4
*
Supress error message from modprobe on checking revision.
Yasuyuki KOZAKAI
2007-03-13
1
-8
/
+14
*
Add ip6tables mh extension (Masahide NAKAMURA <nakam@linux-ipv6.org>)
Masahide NAKAMURA
2007-02-09
1
-0
/
+5
*
Add UDPLITE multiport support
Patrick McHardy
2007-01-11
1
-0
/
+1
*
Fix -E (rename) in iptables/ip6tables
Krzysztof Piotr Oledzki
2006-11-14
1
-1
/
+0
*
load ip_[6]tables.ko just before checking revision support in kernel.
Yasuyuki KOZAKAI
2006-11-13
1
-2
/
+19
*
- Add revision support to ip6tables.
Rémi Denis-Courmont
2006-10-20
1
-3
/
+79
*
Use negative-list for "weird character in interface" warning instead of warni...
Patrick McHardy
2006-09-20
1
-4
/
+4
*
reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-20
1
-0
/
+13
*
reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-20
1
-0
/
+11
*
In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS
Patrick McHardyHarald Welte
2006-04-22
1
-15
/
+16
*
cmdflags is used in cmd2char() to return the option for a command. It uses the
Harald Welte
2006-04-21
1
-2
/
+1
*
[IP6TABLES] kill manual comparing protocol name with "ipv6-icmp".
Yasuyuki KOZAKAI
2006-04-15
1
-3
/
+1
*
don't allow to specify protocol of IPv6 extension header (Yasuyuki Kozakai)
Yasuyuki KOZAKAI
2006-03-29
1
-0
/
+16
*
Multiple matches of the same type can be specified on the commandline.
Joszef Kadlecsik
2006-03-03
1
-25
/
+44
*
Make '-p all' a special case that is handled before calling getprotoent() (Cl...
Harald Welte
2006-02-11
1
-1
/
+7
*
fix double-free if a single match is used multiple times within a signle rule
Harald Welte
2006-02-11
1
-1
/
+3
[next]