summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebtables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ebtables: also count base chain policiesFlorian Westphal2019-07-301-11/+17
* netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-07-211-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-131-1/+3
|\
| * netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal2019-05-091-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-1/+2
|\|
| * netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-04-221-1/+2
* | bridge: broute: make broute a real ebtables tableFlorian Westphal2019-04-121-6/+1Star
|/
* netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-011-3/+3
* netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-02-271-92/+39Star
* netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-01-281-3/+6
* netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt2019-01-111-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-5/+20
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-5/+20
| |\
| | * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+2
| | * netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-06-061-0/+13
| | * netfilter: ebtables: fix compat entry paddingAlin Nastac2018-06-041-5/+5
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-5/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-34/+29Star
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+2
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-071-34/+29Star
| |\ \
| | * | netfilter: ebtables: add ebt_get_target and ebt_get_target_cTaehee Yoo2018-04-241-9/+13
| | * | netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCHTaehee Yoo2018-04-241-1/+1
| | * | netfilter: ebtables: add ebt_free_table_info functionTaehee Yoo2018-04-241-24/+15Star
* | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
| | |/ | |/|
* | | netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-05-171-1/+2
| |/ |/|
* | netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-04-091-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-31/+43
|\
| * netfilter: ebtables: Add support for specifying match revisionBernie Harris2018-03-301-18/+29
| * netfilter: ebtables: use ADD_COUNTER macroTaehee Yoo2018-03-201-11/+6Star
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-2/+8
* | netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-03-111-1/+5
* | netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-02-251-1/+12
* | netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-02-251-9/+18
|/
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-2/+1Star
|\
| * netfilter: ebtables: clean up initialization of bufColin Ian King2017-11-061-2/+1Star
* | netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov2017-09-291-8/+9
|/
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-12/+8Star
* netfilter: use audit_log()Geliang Tang2017-08-191-9/+4Star
* netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-3/+6
* ebtables: remove nf_hook_register usageFlorian Westphal2017-04-261-23/+38
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-1/+1
* ebtables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-31/+47
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-0/+2
|\
| * netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca2016-08-251-0/+2
* | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-241-1/+1
|/