summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni2007-07-111-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-3/+3
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-111-13/+114
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-111-5/+5
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-111-13/+13
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-111-4/+4
* [NETFILTER]: ip_tables: fix compat related crashDmitry Mishin2007-06-071-18/+63
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-6/+0Star
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-5/+5
* [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt2007-02-081-10/+10
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-10/+10
* [NETFILTER]: compat offsets size changeDmitry Mishin2007-01-041-5/+5
* [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro2006-12-141-2/+3
* [NETFILTER]: ip_tables: ipt and ipt_compat checks unificationDmitry Mishin2006-12-141-97/+79Star
* [NETFILTER]: Fix iptables compat hook validationDmitry Mishin2006-12-071-27/+51
* [NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin2006-12-071-43/+25Star
* [NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin2006-10-311-25/+11Star
* [NETFILTER]: ip_tables: compat error way cleanupVasily Averin2006-10-311-0/+1
* [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin2006-10-311-8/+22
* [NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layerBjörn Steinbrink2006-10-201-0/+3
* [PATCH] fix iptables __user misannotationsAl Viro2006-09-251-3/+3
* [NETFILTER]: x_tables: simplify compat APIPatrick McHardy2006-09-231-91/+24Star
* [NETFILTER]: ip_tables: revision support for compat codePatrick McHardy2006-09-231-2/+3
* [NETFILTER]: ip_tables: fix module refcount leaks in compat error pathsPatrick McHardy2006-09-231-12/+27
* [NETFILTER]: x_tables: small check_entry & module_refcount cleanupDmitry Mishin2006-09-231-1/+1
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-11/+3Star
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-6/+3Star
* [NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy2006-08-181-1/+2
* [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy2006-08-141-8/+25
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy2006-06-301-1/+2
* [PATCH] remove for_each_cpu()Andrew Morton2006-06-251-1/+1
* [NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in...Patrick McHardy2006-05-041-3/+3
* [NETFILTER] x_tables: fix compat related crash on non-x86Patrick McHardy2006-05-021-19/+14Star
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-2/+2
* [NETFILTER]: iptables 32bit compat layerDmitry Mishin2006-04-011-131/+1007
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso2006-03-221-6/+9
* [NET]: sem2mutex part 2Ingo Molnar2006-03-211-1/+1
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-211-0/+3
* [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-211-6/+7
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-211-17/+8Star
* [NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy2006-03-211-5/+21
* [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-051-0/+7
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-747/+95Star
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [NETFILTER] ip_tables: NUMA-aware allocationEric Dumazet2006-01-031-66/+133
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-301-1/+1