summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebtables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-13/+14
* etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches2016-07-011-11/+6Star
* netfilter: ebtables: Fix extension lookup with identical namePhil Sutter2016-04-131-1/+5
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+4
* netfilter-bridge: layout of if statementsIan Morris2015-11-231-4/+4
* netfilter-bridge: brace placementIan Morris2015-11-231-2/+1Star
* netfilter-bridge: use netdev style commentsIan Morris2015-11-231-40/+44
* netfilter-bridge: Cleanse indentationIan Morris2015-11-231-22/+22
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman2015-09-181-6/+7
* netfilter: reduce sparse warningsFlorian Westphal2015-08-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-251-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-4/+0Star
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+4
| |\ \
| * | | ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-061-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: ebtables: fix comment grammarGeert Uytterhoeven2015-05-261-1/+1
* | | | Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler2015-06-011-4/+0Star
| |_|/ |/| |
* | | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+4
| |/ |/|
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
|/
* netfilter: ebtables: create audit records for replacesNicolas Dichtel2014-09-091-0/+15
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-8/+2Star
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-3/+2Star
* bridge: change the position of '{' to the pre linetanxiaojun2013-12-201-2/+1Star
* bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-201-6/+6
* bridge: remove unnecessary parenthesestanxiaojun2013-12-201-1/+1
* bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang2013-05-231-3/+3
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* netns: ebtable: allow unprivileged users to operate ebtablesGao feng2013-02-041-10/+14
* netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso2012-03-061-1/+1
* netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak2012-03-061-3/+13
* netfilter: bridge: fix module autoload in compat caseFlorian Westphal2012-02-251-8/+2Star
* net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall2011-08-111-1/+2
* netfilter: Fix several warnings in compat_mtw_from_user().David Miller2011-05-261-2/+4
* netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal2011-05-101-52/+9Star
* netfilter: fix ebtables compat supportEric Dumazet2011-05-101-1/+2