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