1. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  2. befffe9 [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt(). by Brian Haley · 18 years ago
  3. e1b4b9f [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops by Al Viro · 18 years ago
  4. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  5. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  6. 2685b26 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  7. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  8. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  9. a120586 [PATCH] Allow NULL pointers in percpu_free by Alan Stern · 18 years ago
  10. 4e33fa1 [IPV6] RAW: Don't release unlocked sock. by Masahide NAKAMURA · 18 years ago
  11. 9a217a1 [IPV6]: Repair IPv6 Fragments by YOSHIFUJI Hideaki · 18 years ago
  12. 74c9c0c [NETFILTER]: Fix {ip,ip6,arp}_tables hook validation by Dmitry Mishin · 18 years ago
  13. a3c4797 [NETFILTER]: Mark old IPv4-only connection tracking scheduled for removal by Patrick McHardy · 18 years ago
  14. bff9a89 [NETFILTER]: nf_conntrack: endian annotations by Patrick McHardy · 18 years ago
  15. b6332e6 [TCP]: Fix warnings with TCP_MD5SIG disabled. by Andrew Morton · 18 years ago
  16. f5b99bc [NET]: Possible cleanups. by Adrian Bunk · 18 years ago
  17. 7659258 [NETFILTER]: Fix PROC_FS=n warnings by Patrick McHardy · 18 years ago
  18. baf7b1e [NETFILTER]: x_tables: add NFLOG target by Patrick McHardy · 18 years ago
  19. 933a41e [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules by Patrick McHardy · 18 years ago
  20. f8eb24a [NETFILTER]: nf_conntrack: move extern declaration to header files by Patrick McHardy · 18 years ago
  21. 605dcad [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol by Martin Josefsson · 18 years ago
  22. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  23. e3703b3 [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code by Thomas Graf · 18 years ago
  24. 107a5fe [IPV6]: Improve IPv6 tunnel error reporting by Ville Nuorvala · 18 years ago
  25. 6fb32dd [IPV6]: Don't allocate memory for Tunnel Encapsulation Limit Option by Ville Nuorvala · 18 years ago
  26. 305d4b3 [IPV6]: Allow link-local tunnel endpoints by Ville Nuorvala · 18 years ago
  27. 09c6bbf [IPV6]: Do mandatory IPv6 tunnel endpoint checks in realtime by Ville Nuorvala · 18 years ago
  28. 567131a [IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnels by Ville Nuorvala · 18 years ago
  29. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  30. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  31. 89c8945 [IPV6] net/ipv6/sit.c: make 2 functions static by Adrian Bunk · 18 years ago
  32. af879cc [IPV6]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  33. 7d9e9b3 [IPV6]: udp.c build fix by David S. Miller · 18 years ago
  34. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  35. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  36. 5f92a73 [NET]: Annotate callers of the reset of checksum.h stuff. by Al Viro · 18 years ago
  37. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  38. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  39. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  40. 6051e2f [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api by Thomas Graf · 18 years ago
  41. 04561c1 [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink api by Thomas Graf · 18 years ago
  42. a928630 [TCP]: Fix some warning when MD5 is disabled. by David S. Miller · 18 years ago
  43. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  44. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  45. d3a1be9 [IPv6]: Only modify checksum for UDP by Brian Haley · 18 years ago
  46. f465e48 [IPv6] rules: Remove bogus tos validation check by Thomas Graf · 18 years ago
  47. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  48. a94f723 [TCP]: Remove dead code in init_sequence by Gerrit Renker · 18 years ago
  49. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  50. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  51. 40aa7b9 [IPV6] ROUTE: Use &rt->u.dst instead of cast. by YOSHIFUJI Hideaki · 18 years ago
  52. 33e93c9 [IPV6] ROUTE: Use macros to format /proc/net/ipv6_route. by YOSHIFUJI Hideaki · 18 years ago
  53. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  54. 9ec75fe [IPV6] tcp: Fix typo _read_mostly --> __read_mostly. by David S. Miller · 18 years ago
  55. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  56. 1f6c955 [NET] rules: Share common attribute validation policy by Thomas Graf · 18 years ago
  57. b8964ed [NET] rules: Protocol independant mark selector by Thomas Graf · 18 years ago
  58. 47dcf0c [NET]: Rethink mark field in struct flowi by Thomas Graf · 18 years ago
  59. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  60. ae08e1f [IPV6]: ip6_output annotations by Al Viro · 18 years ago
  61. fede70b [IPV6]: annotate inet6_csk_search_req() by Al Viro · 18 years ago
  62. 90bcaf7 [IPV6]: flowlabels are net-endian by Al Viro · 18 years ago
  63. 8a74ff7 [IPV6]: annotate ipv6 mcast by Al Viro · 18 years ago
  64. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  65. 8c689a6 [XFRM]: misc annotations by Al Viro · 18 years ago
  66. d2ecd9c [IPV6]: annotate inet6_hashtables by Al Viro · 18 years ago
  67. d54a81d [IPV6] NDISC: Calculate packet length correctly for allocation. by David S. Miller · 18 years ago
  68. f2776ff [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scoping architecture. by YOSHIFUJI Hideaki · 18 years ago
  69. 53ab61c [IPV6] IP6TUNNEL: Add missing nf_reset() on input path. by Yasuyuki Kozakai · 18 years ago
  70. b3fdd9f [IPV6] IP6TUNNEL: Delete all tunnel device when unloading module. by Yasuyuki Kozakai · 18 years ago
  71. ea659e0 [IPV6] ROUTE: Do not enable router reachability probing in router mode. by YOSHIFUJI Hideaki · 18 years ago
  72. 557e92e [IPV6] ROUTE: Prefer reachable nexthop only if the caller requests. by YOSHIFUJI Hideaki · 18 years ago
  73. ea73ee2 [IPV6] ROUTE: Try to use router which is not known unreachable. by YOSHIFUJI Hideaki · 18 years ago
  74. 337dde7 [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr() by Patrick McHardy · 18 years ago
  75. d8a585d [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue by Patrick McHardy · 18 years ago
  76. daccff0 [IPV6]: Give sit driver an appropriate module alias. by Patrick McHardy · 18 years ago
  77. 36f73d0 [IPV6]: Add ndisc_netdev_notifier unregister. by Dmitry Mishin · 18 years ago
  78. 5b12254 [IPV6]: File the fingerprints off ah6->spi/esp6->spi by Al Viro · 18 years ago
  79. 1b7c2db [IPV6]: fix flowlabel seqfile handling by James Morris · 18 years ago
  80. c6817e4 [IPV6]: return EINVAL for invalid address with flowlabel lease request by James Morris · 18 years ago
  81. 590bdf7 [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables by Dmitry Mishin · 18 years ago
  82. 844dc7c [NETFILTER]: remove masq/NAT from ip6tables Kconfig help by Patrick McHardy · 18 years ago
  83. bcd6207 [IPV6]: fix lockup via /proc/net/ip6_flowlabel by James Morris · 18 years ago
  84. a27b58f [NET]: fix uaccess handling by Heiko Carstens · 18 years ago
  85. 6d38163 [NETFILTER]: Fix ip6_tables extension header bypass bug by Patrick McHardy · 18 years ago
  86. 51d8b1a [NETFILTER]: Fix ip6_tables protocol bypass bug by Patrick McHardy · 18 years ago
  87. 375216a [IPv6] fib: initialize tb6_lock in common place to give lockdep a key by Thomas Graf · 18 years ago
  88. 6723ab5 [IPV6]: Fix route.c warnings when multiple tables are disabled. by David S. Miller · 18 years ago
  89. 9ce8ade [IPv6] route: Fix prohibit and blackhole routing decision by Thomas Graf · 18 years ago
  90. 22e1e4d [IPV6]: Always copy rt->u.dst.error when copying a rt6_info. by Ville Nuorvala · 18 years ago
  91. 264e91b [IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES. by Ville Nuorvala · 18 years ago
  92. e0eda7b [IPV6]: Clean up BACKTRACK(). by Ville Nuorvala · 18 years ago
  93. 4251320 [IPV6]: Make sure error handling is done when calling ip6_route_output(). by Ville Nuorvala · 18 years ago
  94. 39c8508 [IPV6] sit: Add missing MODULE_LICENSE by Jan Dittmer · 18 years ago
  95. f1a9585 [IPV6]: Remove bogus WARN_ON in Proxy-NA handling. by YOSHIFUJI Hideaki · 18 years ago
  96. adaa70b [IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectors by Thomas Graf · 18 years ago
  97. 9469c7b [NET]: Use typesafe inet_twsk() inline function instead of cast. by YOSHIFUJI Hideaki · 18 years ago
  98. 4244f8a [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number. by YOSHIFUJI Hideaki · 18 years ago
  99. 0be669b [IPV6]: Seperate sit driver to extra module (addrconf.c changes) by Joerg Roedel · 18 years ago
  100. 989e5b9 [IPV6]: Seperate sit driver to extra module by Joerg Roedel · 18 years ago