aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-2/+2
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-3/+5
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-17/+20
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-6/+8
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches1-21/+21
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+2
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt1-2/+19
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt1-5/+7
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt1-1/+4
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt1-8/+3
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov1-1/+1
2009-05-08netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt1-5/+8
2009-05-08netfilter: xtables: remove another level of indentJan Engelhardt1-23/+21
2009-05-08netfilter: xtables: remove some gotoJan Engelhardt1-5/+2
2009-05-08netfilter: xtables: reduce indent level by oneJan Engelhardt1-68/+64
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt1-4/+10
2009-05-08netfilter: xtables: fix const inconsistencyJan Engelhardt1-7/+7
2009-05-08netfilter: xtables: remove redundant castsJan Engelhardt1-1/+1
2009-05-08netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt1-3/+3
2009-05-08netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt1-2/+2
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger1-86/+37
2009-04-06netfilter: ip6tables regression fixEric Dumazet1-0/+2
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet1-2/+2
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy1-1/+3
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet1-21/+2
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-35/+84
2009-02-19netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet1-12/+21
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+8
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-6/+10
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-13/+11
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-25/+23
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-27/+17
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-14/+9
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy1-2/+2
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt1-14/+15
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-8/+8
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-3/+19
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy1-4/+6
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan1-0/+3
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan1-24/+27
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-10/+14
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan1-6/+6
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan1-3/+4
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko1-19/+23
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt1-1/+1