1. 7401055 [IPV6]: Fix __ipv6_addr_type() export in correct place. by David S. Miller · 18 years ago
  2. 45ba9dd [IPV6] ADDRCONF: Register inet6_dev earlier. by YOSHIFUJI Hideaki · 18 years ago
  3. 46d4804 [IPV6] ADDRCONF: Manage prefix route corresponding to address manually added. by YOSHIFUJI Hideaki · 18 years ago
  4. 2689205 [IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit. by Yasuyuki Kozakai · 18 years ago
  5. 8c14b7c [IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem. by YOSHIFUJI Hideaki · 18 years ago
  6. ca17c23 [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init() by Joe Jin · 18 years ago
  7. d3f23df [IPSEC]: More fix is needed for __xfrm6_bundle_create(). by Noriaki TAKAMIYA · 18 years ago
  8. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 18 years ago
  9. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  10. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  11. 73d605d [IPSEC]: changing API of xfrm6_tunnel_register by Kazunori MIYAZAWA · 18 years ago
  12. c73cb5a [IPSEC]: make sit use the xfrm4_tunnel_register by Kazunori MIYAZAWA · 18 years ago
  13. 6e1d9d0 [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index. by YOSHIFUJI Hideaki · 18 years ago
  14. 138939e [NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets by Masahide NAKAMURA · 18 years ago
  15. a3c941b [NETFILTER]: Kconfig: improve dependency handling by Patrick McHardy · 18 years ago
  16. c0e912d [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption by Patrick McHardy · 18 years ago
  17. 923f490 [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arrays by Patrick McHardy · 18 years ago
  18. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 18 years ago
  19. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  20. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  21. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  22. bda390d [XFRM] IPV6: Fix outbound RO transformation which is broken by IPsec tunnel patch. by Masahide NAKAMURA · 18 years ago
  23. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 18 years ago
  24. 95f30b3 [UDP]: UDP can use sk_hash to speedup lookups by Eric Dumazet · 18 years ago
  25. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  26. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 18 years ago
  27. 9934e81 [NETFILTER]: ip6_tables: remove redundant structure definitions by Patrick McHardy · 18 years ago
  28. a0ca215 [NETFILTER]: ip6_tables: support MH match by Masahide NAKAMURA · 18 years ago
  29. e60a13e [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure names by Jan Engelhardt · 18 years ago
  30. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 18 years ago
  31. e1fd058 [NETFILTER]: x_tables: fix return values for LOG/ULOG by Jan Engelhardt · 18 years ago
  32. 2822b0d [NETFILTER]: Remove useless comparisons before assignments by Jan Engelhardt · 18 years ago
  33. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 18 years ago
  34. f48d5ff [IPV6] RAW: Add checksum default defines for MH. by Masahide NAKAMURA · 18 years ago
  35. cc63f70 [IPV4/IPV6] multicast: Check add_grhead() return value by Alexey Dobriyan · 18 years ago
  36. 4337226 [IPSEC]: IPv4 over IPv6 IPsec tunnel by Miika Komu · 18 years ago
  37. c82f963 [IPSEC]: IPv6 over IPv4 IPsec tunnel by Miika Komu · 18 years ago
  38. cdca726 [IPSEC]: exporting xfrm_state_afinfo by Miika Komu · 18 years ago
  39. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 18 years ago
  40. a0d78eb [IPV6] ROUTE: Do not route packets to link-local address on other device. by YOSHIFUJI Hideaki · 18 years ago
  41. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 18 years ago
  42. 2955652 [IPV6]: fix BUG of ndisc_send_redirect() by Li Yewang · 18 years ago
  43. fa03ef3 [IPV6]: Fix up some CONFIG typos by Neil Horman · 18 years ago
  44. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  45. 6a2b9ce [IPV6]: Fixed the size of the netlink message notified by inet6_rt_notify(). by Noriaki TAKAMIYA · 18 years ago
  46. d88ae4c [IPV6] MCAST: Fix joining all-node multicast group on device initialization. by YOSHIFUJI Hideaki · 18 years ago
  47. 469de9b [INET]: style updates for the inet_sock->is_icsk assignment fix by Paul Moore · 18 years ago
  48. f9f02cc [NETFILTER]: nf_conntrack_ipv6: fix crash when handling fragments by Patrick McHardy · 18 years ago
  49. cbbd7d4 [INET]: Fix incorrect "inet_sock->is_icsk" assignment. by Paul Moore · 18 years ago
  50. 30c4cf5 [IPV4/IPV6]: Fix inet{,6} device initialization order. by David L Stevens · 18 years ago
  51. 9b54d5c [NETFILTER] IPV6: Fix dependencies. by David S. Miller · 18 years ago
  52. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  53. befffe9 [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt(). by Brian Haley · 18 years ago
  54. e1b4b9f [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops by Al Viro · 18 years ago
  55. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  56. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  57. 2685b26 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  58. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  59. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  60. a120586 [PATCH] Allow NULL pointers in percpu_free by Alan Stern · 18 years ago
  61. 4e33fa1 [IPV6] RAW: Don't release unlocked sock. by Masahide NAKAMURA · 18 years ago
  62. 9a217a1 [IPV6]: Repair IPv6 Fragments by YOSHIFUJI Hideaki · 18 years ago
  63. 74c9c0c [NETFILTER]: Fix {ip,ip6,arp}_tables hook validation by Dmitry Mishin · 18 years ago
  64. a3c4797 [NETFILTER]: Mark old IPv4-only connection tracking scheduled for removal by Patrick McHardy · 18 years ago
  65. bff9a89 [NETFILTER]: nf_conntrack: endian annotations by Patrick McHardy · 18 years ago
  66. b6332e6 [TCP]: Fix warnings with TCP_MD5SIG disabled. by Andrew Morton · 18 years ago
  67. f5b99bc [NET]: Possible cleanups. by Adrian Bunk · 18 years ago
  68. 7659258 [NETFILTER]: Fix PROC_FS=n warnings by Patrick McHardy · 18 years ago
  69. baf7b1e [NETFILTER]: x_tables: add NFLOG target by Patrick McHardy · 18 years ago
  70. 933a41e [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules by Patrick McHardy · 18 years ago
  71. f8eb24a [NETFILTER]: nf_conntrack: move extern declaration to header files by Patrick McHardy · 18 years ago
  72. 605dcad [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol by Martin Josefsson · 18 years ago
  73. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  74. e3703b3 [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code by Thomas Graf · 18 years ago
  75. 107a5fe [IPV6]: Improve IPv6 tunnel error reporting by Ville Nuorvala · 18 years ago
  76. 6fb32dd [IPV6]: Don't allocate memory for Tunnel Encapsulation Limit Option by Ville Nuorvala · 18 years ago
  77. 305d4b3 [IPV6]: Allow link-local tunnel endpoints by Ville Nuorvala · 18 years ago
  78. 09c6bbf [IPV6]: Do mandatory IPv6 tunnel endpoint checks in realtime by Ville Nuorvala · 18 years ago
  79. 567131a [IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnels by Ville Nuorvala · 18 years ago
  80. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  81. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  82. 89c8945 [IPV6] net/ipv6/sit.c: make 2 functions static by Adrian Bunk · 18 years ago
  83. af879cc [IPV6]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  84. 7d9e9b3 [IPV6]: udp.c build fix by David S. Miller · 18 years ago
  85. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  86. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  87. 5f92a73 [NET]: Annotate callers of the reset of checksum.h stuff. by Al Viro · 18 years ago
  88. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  89. e69a4ad [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  90. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  91. 6051e2f [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api by Thomas Graf · 18 years ago
  92. 04561c1 [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink api by Thomas Graf · 18 years ago
  93. a928630 [TCP]: Fix some warning when MD5 is disabled. by David S. Miller · 18 years ago
  94. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  95. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  96. d3a1be9 [IPv6]: Only modify checksum for UDP by Brian Haley · 18 years ago
  97. f465e48 [IPv6] rules: Remove bogus tos validation check by Thomas Graf · 18 years ago
  98. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  99. a94f723 [TCP]: Remove dead code in init_sequence by Gerrit Renker · 18 years ago
  100. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago