summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/ebtables.c
AgeCommit message (Expand)Author
2019-12-20netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2019-08-19netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann
2019-07-30netfilter: ebtables: also count base chain policiesFlorian Westphal
2019-07-21netfilter: ebtables: fix a memory leak bug in compatWenwen Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-09netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-22netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing
2019-02-27netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal
2019-01-28netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal
2019-01-11netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-06-04netfilter: ebtables: fix compat entry paddingAlin Nastac
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17netfilter: ebtables: handle string from userspace with carePaolo Abeni
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-04-24netfilter: ebtables: add ebt_get_target and ebt_get_target_cTaehee Yoo
2018-04-24netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCHTaehee Yoo
2018-04-24netfilter: ebtables: add ebt_free_table_info functionTaehee Yoo
2018-04-09netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: ebtables: Add support for specifying match revisionBernie Harris
2018-03-20netfilter: ebtables: use ADD_COUNTER macroTaehee Yoo
2018-03-11netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-02-25netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal
2018-02-25netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao
2017-08-19netfilter: use audit_log()Geliang Tang
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso