aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebtable_nat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03netfilter: bridge: Expose nf_tables bridge hook priorities through uapiMáté Eckl1-0/+1
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov1-2/+2
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-08-28bridge: make ebt_table constBhumika Goyal1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal1-12/+3
2015-11-23netfilter-bridge: Cleanse indentationIan Morris1-1/+1
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-3/+0
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-2/+2
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman1-4/+2
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-2/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-8/+6
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun1-6/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-6/+10
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2012-08-14netfilter: PTR_RET can be usedWu Fengguang1-3/+1
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt1-3/+3
2009-02-18netfilter: ebtables: remove unneeded initializationsStephen Hemminger1-1/+0
2008-11-04netfilter: netns ebtables: ebtable_nat in netnsAlexey Dobriyan1-15/+32
2008-11-04netfilter: netns ebtables: part 2Alexey Dobriyan1-9/+10
2008-11-04netfilter: netns ebtables: part 1Alexey Dobriyan1-1/+1
2008-07-26netfilter: ebtables: use nf_register_hooks()Alexey Dobriyan1-13/+5
2008-04-14[NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro.Robert P. J. Day1-1/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-4/+4
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro1-1/+1
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+130