summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2008-01-28[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: fix stack leagagePatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: resync get_entries() with ip_tablesPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate functionPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move counter allocation to seperate functionPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: use vmalloc_node()Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move entry, match and target checks to seperate func...Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: kill a few useless defines/forward declarationsPatrick McHardy
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy
2008-01-28[NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy
2008-01-28[NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}t_LOG: log GIDMaciej Soltysiak
2008-01-28[NETFILTER]: Use lowercase names for matches in KconfigJan Engelhardt
2008-01-28[NETFILTER]: merge ipt_owner/ip6t_owner in xt_ownerJan Engelhardt
2008-01-28[NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu
2008-01-10[NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bitYasuyuki Kozakai
2007-11-07[NETFILTER]: Clean up MakefileJan Engelhardt
2007-11-07[NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu