aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-26[IPV6] ROUTE: Don't try less preferred routes for on-link routes.YOSHIFUJI Hideaki1-5/+11
2006-05-22[NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan1-1/+1
2006-05-19[NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0039)Solar Designer1-1/+1
2006-05-19[NETFILTER]: fix format specifier for netfilter log targetsPhilip Craig1-1/+1
2006-05-16[IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match().Alexey Dobriyan1-1/+1
2006-05-10[IPV6]: skb leakage in inet6_csk_xmitAlexey Kuznetsov1-0/+2
2006-04-29[IPV6]: Fix race in route selection.YOSHIFUJI Hideaki1-1/+4
2006-04-24[NETFILTER]: ip6_tables: remove broken comefrom debuggingPatrick McHardy1-13/+0
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2-4/+3
2006-04-18[IPV6] XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki1-2/+2
2006-04-18[IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki1-1/+3
2006-04-18[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki1-0/+12
2006-04-11[IPv6] reassembly: Always compute hash under the fragment lock.Zach Brown1-6/+12
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki4-10/+10
2006-04-09[IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko1-0/+80
2006-04-09[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64Brian Haley1-0/+1
2006-04-09[NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functionsPatrick McHardy1-10/+2
2006-04-09[NETFILTER]: Add address family specific checksum helpersPatrick McHardy1-0/+34
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy1-8/+9
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy2-36/+33
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy4-158/+54
2006-04-09[INET]: Use port unreachable instead of proto for tunnelsHerbert Xu1-1/+1
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu2-7/+13
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai3-136/+0
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 esp matchYasuyuki Kozakai3-119/+4
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-4/+5
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu5-5/+5
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton19-76/+76
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu6-116/+168
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+5
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+5
2006-03-26[IPSEC]: Fix tunnel error handling in ipcomp6Herbert Xu1-0/+5
2006-03-23[IPV6]: ip6_xmit: remove unnecessary NULL ptr checkPatrick McHardy1-1/+1
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso1-0/+1
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso1-6/+9
2006-03-22[NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layerPatrick McHardy1-2/+2
2006-03-20[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2Ingo Oeser1-72/+69
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser8-31/+16
2006-03-20[IPV6]: Cleanup of net/ipv6/reassambly.cIngo Oeser1-18/+17
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo6-191/+179
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin6-63/+292
2006-03-20[IPV6]: remove useless test in ip6_append_dataDave Jones1-1/+1
2006-03-20[NET]: sem2mutex part 2Ingo Molnar1-1/+1
2006-03-20[NET] sem2mutex: net/Arjan van de Ven3-17/+20
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo1-11/+2
2006-03-20[IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller1-20/+21
2006-03-20[IPSEC]: Sync series - fast pathJamal Hadi Salim2-0/+2
2006-03-20[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family independant versionPatrick McHardy3-185/+0
2006-03-20[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy2-19/+6
2006-03-20[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy16-6/+35