aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-31[NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy1-4/+14
2008-01-31[NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt1-3/+4
2008-01-31[NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt1-6/+8
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-3/+19
2008-01-31[NETFILTER]: nf_conntrack: naming unificationPatrick McHardy1-4/+4
2008-01-31[NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy1-15/+1
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: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan3-32/+86
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan4-27/+30
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan4-33/+40
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-31Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds1-1/+1
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov1-5/+1
2008-01-28[NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov1-6/+6
2008-01-28[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov1-2/+2
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov1-7/+7
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov1-0/+1
2008-01-28[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov1-1/+2
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov2-30/+30
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy1-8/+0
2008-01-28[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy1-7/+0
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko1-19/+23
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt11-11/+11
2008-01-28[NETFILTER]: Remove some EXPERIMENTAL dependenciesPatrick McHardy1-6/+6
2008-01-28[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov1-21/+1
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy1-3/+20
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy3-0/+3
2008-01-28[NETFILTER]: ctnetlink: use netlink attribute helpersPatrick McHardy1-12/+6
2008-01-28[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()Patrick McHardy1-1/+1
2008-01-28[NETFILTER]: ip6_tables: fix stack leagagePatrick McHardy1-1/+1
2008-01-28[NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy1-9/+7
2008-01-28[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy1-23/+23
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy1-56/+767
2008-01-28[NETFILTER]: ip6_tables: resync get_entries() with ip_tablesPatrick McHardy1-19/+18
2008-01-28[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate functionPatrick McHardy1-42/+47
2008-01-28[NETFILTER]: ip6_tables: move counter allocation to seperate functionPatrick McHardy1-9/+22
2008-01-28[NETFILTER]: ip6_tables: use vmalloc_node()Patrick McHardy1-3/+4
2008-01-28[NETFILTER]: ip6_tables: move entry, match and target checks to seperate functionsPatrick McHardy1-47/+82
2008-01-28[NETFILTER]: ip6_tables: kill a few useless defines/forward declarationsPatrick McHardy1-14/+2
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy1-10/+2
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy1-44/+23
2008-01-28[NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy1-1/+10
2008-01-28[NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy1-64/+37