aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl1-1/+0
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: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal1-12/+34
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-0/+1
2011-01-03net/bridge: fix trivial sparse errorsTomas Winkler1-1/+1
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-6/+5
2010-11-15bridge: add proper RCU annotation to should_route_hookEric Dumazet1-1/+2
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-2/+2
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2-11/+25
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko3-8/+14
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-3/+2
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt10-10/+10
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt18-18/+18
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 McHardy2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt8-26/+26
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt10-41/+41
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt8-8/+8
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt10-10/+10
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-4/+1
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt1-11/+2
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt5-50/+32
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-5/+2
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-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-29net: 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