aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-31[IPSEC]: Make IPCOMP more resilient.Herbert Xu1-11/+3
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller4-26/+22
2005-03-30[IPV6]: Fix address/interface handling according to the scoping architectureHideaki Yoshifuji2-4/+12
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo4-26/+22
2005-03-17[NET]: Make dst_allfrag use dst instead of dst->pathHerbert Xu1-1/+1
2005-03-17[NET]: Kill dst_pmtu/dst_path_metricHerbert Xu1-1/+1
2005-03-17[IPSEC]: Get ttl from child instead of pathHerbert Xu1-1/+1
2005-03-16[NET]: Save space for sk_alloc_slab() failure message.Hideaki Yoshifuji1-9/+6
2005-03-16[IPV6]: Remove redundant NULL checks before kfreeHideaki Yoshifuji1-7/+4
2005-03-15[IPV6]: Make a function static in ndisc.cAdrian Bunk1-4/+5
2005-03-15Merge bk://kernel.bkbits.net/tgraf/net-2.6-sock-reorderDavid S. Miller1-1/+1
2005-03-15[IPSEC]: Revert ip{,6}_append_data() dst_mtu() conversion.David S. Miller1-2/+2
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf1-1/+1
2005-03-15[IPV6]: Fix non-modular build.Peter Chubb5-6/+6
2005-03-14[NET]: Replace dst_pmtu with dst_mtuHerbert Xu3-15/+15
2005-03-14[IPV4/IPV6]: Take IPsec overhead into account in tunnelsHerbert Xu2-4/+4
2005-03-14[IPV4/IPV6]: Fix IPsec calculation in ip_append_data/ip6_append_dataHerbert Xu1-2/+2
2005-03-14[IPSEC]: Do not hold state lock while checking size.Herbert Xu1-6/+6
2005-03-14[IPV6]: Reload skb->dst after xfrm6_route_forward()Herbert Xu1-0/+1
2005-03-14[IPV6]: Use dev_get_flags() while building inet6 ifinfo messageThomas Graf1-5/+1
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu2-1/+1
2005-03-10[XFRM]: Always reroute in tunnel modePatrick McHardy1-1/+3
2005-03-09Merge bk://212.42.230.204:994/nf-2.6David S. Miller2-19/+31
2005-03-09MergeDavid S. Miller11-158/+274
2005-03-09[NET]: Fix CHECKSUM_HW wrt. packet trimming.Herbert Xu1-14/+6
2005-03-09[XFRM]: Fix ICMP tempselPatrick McHardy1-2/+2
2005-03-09[IPV6]: Handle loopback restration errors in addrconf_init()Herbert Xu2-11/+22
2005-03-06[IPSEC]: Get rid of dst_pmtu/ext2_header_lenHerbert Xu1-7/+3
2005-03-06[IPSEC]: Get metrics for xfrm_dst from top dstHerbert Xu1-1/+1
2005-03-06[IPSEC]: Fix xfrm[46]_update_pmtu to update top dstHerbert Xu1-5/+3
2005-03-06[IPSEC]: Use dst_mtu i n xfrm[46]_outputHerbert Xu1-1/+1
2005-03-06[IPSEC]: Store MTU at each xfrm_dstHerbert Xu1-0/+2
2005-03-06[IPSEC]: Add route element to xfrm_dstHerbert Xu1-16/+32
2005-03-04[NETFILTER]: Use num_possible_cpus instead of NR_CPUS in {ip6_,arp_,eb}tablesPatrick McHardy1-5/+5
2005-03-04[NETFILTER]: fix ip6_queue inefficienciesmstjohns@mindspring.com1-14/+26
2005-03-04[NET] Don't use magic number for sysctl table definition.Hideaki Yoshifuji1-1/+1
2005-03-04[IPV6] Mature enough, no longer EXPERIMENTAL.Hideaki Yoshifuji2-10/+2
2005-03-04[IPV6] ADDRCONF: Update prefix route on address deletion.Hideaki Yoshifuji1-1/+61
2005-03-04[IPV6] Unify common functions to compare ipv6 prefixes.Hideaki Yoshifuji2-61/+5
2005-03-04[IPV6] Ensure to use interface hoplimit by default.Hideaki Yoshifuji6-12/+18
2005-03-04[IPV6] Always add a fragment header after receiving TOO BIG w/ pmtu < 1280.Hideaki Yoshifuji2-16/+28
2005-03-04[IPV6] NDISC: Ensure to send redirects even if we don't know target's lladdr.Hideaki Yoshifuji1-12/+11
2005-03-04[IPV6] NDISC: Ensure to send redirects.Hideaki Yoshifuji1-3/+2
2005-03-04[IPV6] ROUTE: Keep cache entries for a while.Hideaki Yoshifuji3-6/+4
2005-03-04[IPV6] NDISC: Deprecate base_reachable_time and retrans_timer.Hideaki Yoshifuji1-1/+28
2005-03-04[NET] NEIGHBOUR: Add retrans_time_ms and reachable_time_ms sysctls.Hideaki Yoshifuji1-2/+15
2005-03-04[IPV6] NDISC: Recompute Reachable Time on change of Base Reachable Time.Hideaki Yoshifuji1-0/+4
2005-03-04[IPV6] NDISC: NEWLINK notification on change of Reachable TimeHideaki Yoshifuji1-2/+44
2005-03-04[NET] NEIGHBOUR: Add hook for sysctl strategy.Hideaki Yoshifuji2-3/+8
2005-03-04[IPV6] NDISC: Ensure to notify up-to-date link information.Hideaki Yoshifuji1-2/+5