aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebtables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King1-2/+1
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov1-8/+9
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-12/+8
2017-08-19netfilter: use audit_log()Geliang Tang1-9/+4
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn1-3/+6
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal1-23/+38
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn1-31/+47
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-0/+2
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca1-0/+2
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-13/+14
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches1-11/+6
2016-04-13netfilter: ebtables: Fix extension lookup with identical namePhil Sutter1-1/+5
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso1-0/+4
2015-11-23netfilter-bridge: layout of if statementsIan Morris1-4/+4
2015-11-23netfilter-bridge: brace placementIan Morris1-2/+1
2015-11-23netfilter-bridge: use netdev style commentsIan Morris1-40/+44
2015-11-23netfilter-bridge: Cleanse indentationIan Morris1-22/+22
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-0/+1
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman1-6/+7
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2015-06-01Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2015-05-26netfilter: ebtables: fix comment grammarGeert Uytterhoeven1-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+4
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-09-09netfilter: ebtables: create audit records for replacesNicolas Dichtel1-0/+15
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-8/+2
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf1-3/+2
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun1-2/+1
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun1-6/+6
2013-12-19bridge: remove unnecessary parenthesestanxiaojun1-1/+1
2013-05-23bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang1-3/+3
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng1-10/+14
2012-03-06netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso1-1/+1
2012-03-06netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak1-3/+13
2012-02-25netfilter: bridge: fix module autoload in compat caseFlorian Westphal1-8/+2
2011-08-11net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall1-1/+2
2011-05-26netfilter: Fix several warnings in compat_mtw_from_user().David Miller1-2/+4
2011-05-10netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal1-52/+9
2011-05-10netfilter: fix ebtables compat supportEric Dumazet1-1/+2