summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/ebtable_filter.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal1-10/+3
2021-08-02netfilter: ebtables: do not hook tables by defaultFlorian Westphal1-3/+14
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal1-17/+9
2021-04-10netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal1-1/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
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-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-18netfilter: 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-20bridge: 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-24netfilter: xtables: mark initial tables constantJan Engelhardt1-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_filter in netnsAlexey Dobriyan1-13/+37
2008-11-04netfilter: netns ebtables: part 2Alexey Dobriyan1-8/+9
2008-11-04netfilter: netns ebtables: part 1Alexey Dobriyan1-1/+1
2008-07-27netfilter: 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-29[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+2
2007-02-11[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-03[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro1-1/+1
2006-03-29[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+123