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