aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden1-2/+1
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden1-12/+0
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden1-0/+2
2018-04-24netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCHTaehee Yoo1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov1-3/+4
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng1-2/+0
2017-05-16ebtables: arpreply: Add the standard target sanity checkGao Feng1-0/+5
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal1-2/+4
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-2/+0
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman1-3/+3
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-05-26netfilter: ebtables: fix comment grammarGeert Uytterhoeven1-1/+1
2015-04-13uapi: ebtables: don't include linux/if.hPablo Neira Ayuso1-1/+2
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells1-0/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_bridgeDavid Howells19-783/+2
2012-02-21netfilter: ebtables: fix alignment problem in ppcJoerg Willmann1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-20netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt13-0/+26
2011-01-18netfilter: xtables: use __uXX guarded types for userspace exportsJan Engelhardt13-62/+62
2011-01-13netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal1-3/+12
2010-10-18netfilter: install missing ebtables headers for userspaceNick Bowler1-0/+2
2010-08-14include: replace unifdef-y with header-ySam Ravnborg1-3/+2
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-11-04net: cleanup include/linuxEric Dumazet14-58/+29
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+1
2008-11-04netfilter: netns ebtables: part 2Alexey Dobriyan1-1/+2
2008-11-04netfilter: netns ebtables: part 1Alexey Dobriyan1-1/+1
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-2/+2
2008-10-08netfilter: remove unused Ebtables functionsJan Engelhardt1-6/+0
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt1-3/+3
2008-10-08netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt1-17/+26
2008-10-08netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt1-0/+6
2008-10-08netfilter: Change return types of targets/watchers for Ebtables extensionsJan Engelhardt1-3/+3
2008-10-08netfilter: change return types of match functions for ebtables extensionsJan Engelhardt1-2/+1
2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt1-6/+3
2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt1-0/+3
2008-06-09netfilter: ebtables: add IPv6 supportKuo-lang Tseng2-1/+42
2008-04-14[NETFILTER]: bridge: add ebt_nflog watcherPeter Warasin1-0/+21
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+2
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer1-1/+3
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro1-1/+18
2006-12-02[NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2-0/+5
2006-12-02[BRIDGE]: Annotations.Al Viro6-19/+19
2006-10-04[NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer1-0/+12
2006-09-19[HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse1-4/+17
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse1-0/+4
2006-02-27[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds16-0/+787