summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-151-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-111-1/+1
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-261-2/+2
* [NETFILTER] arp_tables: Fix unaligned accesses.David S. Miller2007-04-141-7/+3Star
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro2006-12-141-2/+3
* [NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin2006-12-071-24/+24
* [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin2006-10-311-9/+16
* [NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy2006-10-161-0/+2
* [NETFILTER]: netfilter misc annotationsAl Viro2006-09-291-1/+1
* [NETFILTER]: x_tables: small check_entry & module_refcount cleanupDmitry Mishin2006-09-231-1/+1
* [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-231-2/+0Star
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-4/+1Star
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-6/+3Star
* [NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy2006-08-221-1/+2
* [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy2006-08-141-7/+20
* 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
* [NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...Solar Designer2006-05-191-1/+1
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-2/+2
* [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-2/+4
* [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/+1
* [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-211-2/+3
* [NETFILTER]: Convert arp_tables targets to centralized error checkingPatrick McHardy2006-03-211-0/+2
* [NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy2006-03-211-3/+8
* [NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy2006-03-131-1/+1
* [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-365/+79Star
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [NETFILTER] ip_tables: NUMA-aware allocationEric Dumazet2006-01-031-52/+123
* [NETFILTER]: Add "revision" support to arp_tables and ip6_tablesHarald Welte2005-10-311-70/+131
* [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-131-5/+9
* [NETFILTER]: Kill lockhelp.hPatrick McHardy2005-06-211-1/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1333