summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2008-11-12net: remove struct dst_entry::entry_sizeAlexey Dobriyan2-3/+0
2008-11-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+5
2008-11-11ipv6: fix ip6_mr_init error pathBenjamin Thery1-4/+5
2008-11-07Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller1-27/+65
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-12/+29
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-27/+65
2008-11-05ipv6: fix run pending DAD when interface becomes readyBenjamin Thery1-1/+3
2008-11-05xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen1-0/+1
2008-11-04net: '&' reduxAlexey Dobriyan7-62/+62
2008-11-03udp: Fix the SNMP counter of UDP_MIB_INERRORSWei Yongjun1-2/+8
2008-11-03udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMSWei Yongjun1-5/+13
2008-11-02udp: multicast packets need to check namespaceEric Dumazet1-4/+4
2008-11-02xfrm6: handling fragmentNicolas Dichtel1-3/+6
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-3/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison11-15/+15
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison5-8/+8
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet2-7/+25
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet3-56/+68
2008-10-29net: replace uses of NIP6_FMT with %p6Harvey Harrison11-49/+30
2008-10-29net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison5-20/+14
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan2-2/+3
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+4
2008-10-20tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian2-3/+4
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+4
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-8/+4
2008-10-16IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv optionPedro Ribeiro1-1/+1
2008-10-15netns: correct mib stats in ip6_route_me_harder()Alexey Dobriyan1-3/+3
2008-10-14netns: mib6 section fixletAlexey Dobriyan1-1/+1
2008-10-10tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng1-5/+1
2008-10-10tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen1-99/+40
2008-10-10tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen1-6/+6
2008-10-10tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen1-4/+3
2008-10-10tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen1-2/+2
2008-10-09tcpv6: fix option space offsets with md5Ilpo Järvinen1-1/+1
2008-10-08tcp: fix length used for checksum in a resetIlpo Järvinen1-2/+2
2008-10-08ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibsDenis V. Lunev1-17/+0
2008-10-08ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev2-23/+23
2008-10-08ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev2-2/+2
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev2-3/+3
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev4-5/+6
2008-10-08ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev2-3/+3
2008-10-08ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev6-50/+70
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev8-39/+55
2008-10-08ipv6: consolidate error paths in ipv6_frag_rcvDenis V. Lunev1-12/+10
2008-10-08ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev1-2/+0
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