summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorFilesLines
2010-02-16netfilter: ebtables: mark: add CONFIG_COMPAT supportFlorian Westphal2-0/+68
2010-02-16netfilter: ebt_limit: add CONFIG_COMPAT supportFlorian Westphal1-0/+16
2010-02-16netfilter: ebtables: try native set/getsockopt handlers, tooFlorian Westphal1-10/+24
2010-02-16netfilter: ebtables: add CONFIG_COMPAT supportFlorian Westphal1-1/+886
2010-02-16netfilter: ebtables: split update_counters into two functionsFlorian Westphal1-16/+26
2010-02-16netfilter: ebtables: split copy_everything_to_user into two functionsFlorian Westphal1-32/+38
2010-02-16netfilter: ebtables: split do_replace into two functionsFlorian Westphal1-65/+71
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal17-17/+17
2010-02-15netfilter: ebtables: abort if next_offset is too smallFlorian Westphal1-0/+2
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt1-27/+32
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+6
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-4/+6
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan4-12/+13
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-5/+9
2010-01-08netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2009-11-30net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-09-01netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt3-8/+9
2009-08-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2-6/+6
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2-6/+6
2009-08-10netfilter: ebtables: Use %pM conversion specifierTobias Klauser1-22/+7
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov1-1/+1
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt1-6/+10
2009-03-26netfilter: fix nf_logger name in ebt_ulog.Eric Leblond1-1/+1
2009-03-26netfilter: fix warning in ebt_ulog init function.Eric Leblond1-5/+5
2009-03-26netfilter: fix warning about invalid const usageEric Leblond2-2/+2
2009-02-18netfilter: ebtables: remove unneeded initializationsStephen Hemminger3-3/+0
2009-01-13netfilter 05/09: ebtables: fix inversion in match codeJan Engelhardt1-1/+1
2009-01-11net/bridge/netfilter: move a dereference below a NULL testJulia Lawall1-1/+2
2008-11-04netfilter: netns ebtables: ebtable_nat in netnsAlexey Dobriyan1-15/+32
2008-11-04netfilter: netns ebtables: ebtable_filter in netnsAlexey Dobriyan1-13/+37
2008-11-04netfilter: netns ebtables: ebtable_broute in netnsAlexey Dobriyan1-8/+27
2008-11-04netfilter: netns ebtables: more cleanup during ebt_unregister_table()Alexey Dobriyan1-0/+4
2008-11-04netfilter: netns ebtables: part 2Alexey Dobriyan4-33/+45
2008-11-04netfilter: netns ebtables: part 1Alexey Dobriyan4-16/+17
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-8/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-29net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison1-4/+2
2008-10-17net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-12/+3
2008-10-14netfilter: fix ebtables dependenciesPatrick McHardy1-0/+1
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-3/+8
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-6/+13
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt9-63/+48
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt9-54/+43
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-8/+12
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt11-62/+39
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt11-47/+30
2008-10-08netfilter: ebtables: make BRIDGE_NF_EBTABLES a menuconfig optionJan Engelhardt1-24/+5
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-18/+6
2008-10-08netfilter: ebtables: fix one wrong return valueJan Engelhardt1-1/+1