summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-1/+2
* netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-301-103/+0
|\
| * ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2012-11-091-103/+0
* | net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-4/+4
* | ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-4/+2
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-091-5/+31
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-091-14/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-7/+12
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-7/+12
* | netfilter: ip6_tables: Fix set-but-unused variables.David S. Miller2011-04-171-2/+0
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* netfilter: xtables: fix reentrancyEric Dumazet2011-03-201-2/+2
* ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov2011-03-151-0/+3
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-31/+14
|\
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-101-31/+14
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-0/+2
|/
* netfilter: ip6_tables: fix information leak to userspaceJan Engelhardt2010-11-031-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-211-42/+42
|\
| * netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-131-9/+9
| * netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-131-27/+27
| * netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-131-6/+6
* | net: return operator cleanupEric Dumazet2010-09-231-7/+7
|/
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-08-231-0/+3
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-171-0/+2
* netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-021-4/+6
* netfilter: ip6tables: use skb->len for accountingChangli Gao2010-07-231-3/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-1/+1
|\
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
* | netfilter: vmalloc_node cleanupEric Dumazet2010-06-041-4/+3
|/
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-131-6/+1
* netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-111-34/+30
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-6/+5
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-14/+13
* netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
* netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-2/+0
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-34/+22
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-10/+8
* netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-12/+8
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-5/+4
* netfilter: xtables: restore indentationJan Engelhardt2010-02-261-10/+15
* netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-241-27/+15