summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arptable_filter.c
AgeCommit message (Expand)Author
2016-04-07netfilter: arp_tables: register table in initnsFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-03-15ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger
2008-11-04netfilter: arptable_filter: merge forward hookAlexey Dobriyan
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt
2008-07-26netfilter: arptables in netns for realAlexey Dobriyan
2008-04-14[NETFILTER]: Explicitly initialize .priority in arptable_filterJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day
2008-01-31[NETFILTER]: arp_tables: per-netns arp_tables FILTERAlexey Dobriyan
2008-01-31[NETFILTER]: arp_tables: netns preparationAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds