aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_stp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-08netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCNWang Hai1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-05-08netfilter: bridge: stp fix reference to uninitialized dataStephen Hemminger1-2/+2
2018-03-30netfilter: ebt_stp: Use generic functions for comparisonsJoe Perches1-4/+2
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-25/+27
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches1-27/+22
2016-06-07bridge: netfilter: checkpatch data type fixesTobin C Harding1-20/+20
2015-11-23netfilter-bridge: Cleanse indentationIan Morris1-1/+1
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-2/+4
2012-05-09bridge: netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-3/+3
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-6/+3
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-4/+2
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt1-4/+4
2008-10-08netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt1-7/+11
2008-10-08netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt1-0/+2
2008-10-08netfilter: change return types of match functions for ebtables extensionsJan Engelhardt1-19/+20
2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt1-4/+4
2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt1-6/+4
2008-01-31[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt1-2/+1
2008-01-31[NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt1-0/+1
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt1-11/+13
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-01-11[NET]: Some more missing include/etherdevice.h includesDavid S. Miller1-0/+1
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+194