aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2006-09-22[NETFILTER]: make some netfilter globals __read_mostlyBrian Haley
2006-09-22[NETFILTER]: ip6t_HL: remove write-only variablePatrick McHardy
2006-09-22[NETFILTER]: x_tables: small check_entry & module_refcount cleanupDmitry Mishin
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy
2006-09-22[NETFILTER]: Change tunables to __read_mostlyBrian Haley
2006-09-22[NETFILTER]: ip6_tables: consolidate dst and hbh matchesPatrick McHardy
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala
2006-08-13[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy
2006-07-03[NET]: add+use poison definesRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel
2006-06-29[NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy
2006-06-17[NET]: skb_trim auditHerbert Xu
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy
2006-06-17[NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy
2006-05-19[NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...Solar Designer
2006-05-19[NETFILTER]: fix format specifier for netfilter log targetsPhilip Craig
2006-05-16[IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match().Alexey Dobriyan
2006-04-24[NETFILTER]: ip6_tables: remove broken comefrom debuggingPatrick McHardy
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki
2006-04-09[NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functionsPatrick McHardy
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 esp matchYasuyuki Kozakai
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso
2006-03-20[NET]: sem2mutex part 2Ingo Molnar
2006-03-20[NET] sem2mutex: net/Arjan van de Ven
2006-03-20[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy
2006-03-20[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy
2006-03-20[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy
2006-03-20[NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy
2006-03-20[NETFILTER]: Convert ip6_tables matches/targets to centralized error checkingPatrick McHardy
2006-03-20[NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy
2006-03-20[NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasmYasuyuki Kozakai
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte
2006-03-07[NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf
2006-02-27[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy
2006-02-15[NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECTYasuyuki Kozakai
2006-02-04[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy
2006-02-04[NETFILTER]: Fix ip6t_policy address matchingPatrick McHardy
2006-02-04[NETFILTER]: Check policy length in policy match strict modePatrick McHardy
2006-02-04[NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev