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
*
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
*
Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)
Jones Desougi
2005-12-22
1
-4
/
+4
*
The call to free_opts() in merge_options() is invalid C. The oldopts
Marcus Sundberg
2005-07-29
1
-3
/
+1
*
get rid of numerous gcc-4 warnings
Harald Welte
2005-07-19
1
-1
/
+2
*
reduce code replication of parse_interface() (Yasuyuki Kozakai)
Yasuyuki KOZAKAI
2005-06-22
1
-2
/
+1
*
Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@tosh...
Yasuyuki KOZAKAI
2005-06-13
1
-2
/
+2
*
Release previously merged options from merge_opts(), reduces memory-usage of ...
Pablo Neira
2005-05-29
1
-5
/
+17
*
re-sync ip6tables with iptables (check for init functions) (Jonas Berlin)
Jonas Berlin
2005-04-01
1
-8
/
+12
*
the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywh...
Jonas Berlin
2005-04-01
1
-1
/
+1
*
Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)
Pablo Neira
2005-02-14
1
-5
/
+0
*
Fix setting lib_dir in ip*tables-{save,restore}
Martin Josefsson
2004-12-27
1
-10
/
+1
*
Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inli...
Rusty Russell
2004-12-22
1
-15
/
+8
*
Implement IPTABLES_LIB_DIR and IP6TABLES_LIB_DIR environment variables, and s...
Rusty Russell
2004-12-20
1
-5
/
+11
*
Fix module-autoloading in certain cases (Fixse Debian Bug 219686)
Harald Welte
2004-10-22
1
-3
/
+5
*
slightly different semantics of iptc_builtin
Harald Welte
2004-08-30
1
-1
/
+1
*
Get rid of some warnings when compiling 64bit.
Martin Josefsson
2004-05-26
1
-13
/
+13
[next]