summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/ebtables.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-29netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal1-1/+3
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2019-09-06netfilter: ebtables: fix a memory leak bug in compatWenwen Wang1-1/+3
2019-05-16netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso1-0/+4
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal1-0/+13
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+2
2018-07-03netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-05-30netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal1-1/+5
2018-05-30netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal1-9/+18
2018-03-18netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-06-02Merge 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-06ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-01-14net: 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-20bridge: change the position of '{' to the pre linetanxiaojun1-2/+1
2013-12-20bridge: add space before '(/{', after ',', etc.tanxiaojun1-6/+6
2013-12-20bridge: 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
2011-02-14bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-0/+1
2011-01-04net/bridge: fix trivial sparse errorsTomas Winkler1-1/+1
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-6/+5
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross1-4/+11
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-4/+7
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-3/+2
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt1-15/+15
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-4/+1