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