aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ip6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-18/+23
2015-11-23netfilter-bridge: layout of if statementsIan Morris1-2/+2
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi1-3/+5
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-01-13netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal1-12/+34
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-7/+7
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-03-18Merge branch 'master' of ../nf-2.6Patrick McHardy1-14/+4
2010-03-17netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tagJan Engelhardt1-0/+1
2010-03-17netfilter: update my email addressJan Engelhardt1-1/+1
2010-03-08netfilter: ebt_ip6: Use ipv6_masked_addr_cmp()YOSHIFUJI Hideaki1-14/+4
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal1-1/+1
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: remove redundant casts from EbtablesJan Engelhardt1-2/+2
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt1-5/+4
2008-10-08netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt1-8/+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-13/+13
2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt1-8/+8
2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt1-5/+4
2008-06-09netfilter: ebtables: add IPv6 supportKuo-lang Tseng1-0/+144