aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAge
* netfilter: Fix several warnings in compat_mtw_from_user().David Miller2011-05-26
* netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal2011-05-10
* netfilter: fix ebtables compat supportEric Dumazet2011-05-10
* bridge: netfilter: fix information leakVasiliy Kulikov2011-02-14
* netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal2011-01-13
* netfilter: x_table: speedup compat operationsEric Dumazet2011-01-13
* net/bridge: fix trivial sparse errorsTomas Winkler2011-01-03
* bridge: fix RCU races with bridge portstephen hemminger2010-11-15
* bridge: add proper RCU annotation to should_route_hookEric Dumazet2010-11-15
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-21
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-21
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-15
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-11
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-11
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-11
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-11
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-25
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-25
* | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-25
* | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-25
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-25
* | netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt2010-03-18
* | Merge branch 'master' of ../nf-2.6Patrick McHardy2010-03-18
|\ \
| * | netfilter: ebt_ip6: Use ipv6_masked_addr_cmp()YOSHIFUJI Hideaki2010-03-08
| |/
* | netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tagJan Engelhardt2010-03-17
* | netfilter: update my email addressJan Engelhardt2010-03-17
|/
* netfilter: ebtables: mark: add CONFIG_COMPAT supportFlorian Westphal2010-02-16
* netfilter: ebt_limit: add CONFIG_COMPAT supportFlorian Westphal2010-02-16
* netfilter: ebtables: try native set/getsockopt handlers, tooFlorian Westphal2010-02-16
* netfilter: ebtables: add CONFIG_COMPAT supportFlorian Westphal2010-02-16
* netfilter: ebtables: split update_counters into two functionsFlorian Westphal2010-02-16
* netfilter: ebtables: split copy_everything_to_user into two functionsFlorian Westphal2010-02-16
* netfilter: ebtables: split do_replace into two functionsFlorian Westphal2010-02-16
* netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal2010-02-15
* netfilter: ebtables: abort if next_offset is too smallFlorian Westphal2010-02-15
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-15
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-10
|\
| * netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal2010-01-08
* | netfilter: add struct net * to target parametersPatrick McHardy2010-02-03
* | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-18
* | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-18
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy2009-09-01
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-24
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-08-10
|\
| * netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-10