1. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  2. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  3. 61a46dc Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  4. a842ef2 [PATCH] net/rxrpc: use list_move() by Akinobu Mita · 18 years ago
  5. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  6. 5238367 [NETROM]: Fix possible null pointer dereference. by Ralf Baechle · 18 years ago
  7. 068c6e9 [NET] netpoll: break recursive loop in netpoll rx path by Neil Horman · 18 years ago
  8. 8834807 [NET] netpoll: don't spin forever sending to stopped queues by Jeremy Fitzhardinge · 18 years ago
  9. 1e4fd51 [ATM]: atm/mpc.c warning fix by Andrew Morton · 18 years ago
  10. f72b948 [NET]: skb_find_text ignores to argument by Phil Oester · 18 years ago
  11. 6048126 [NET]: make net/core/dev.c:netdev_nit static by Adrian Bunk · 18 years ago
  12. f54d9e8 [NET]: Fix GSO problems in dev_hard_start_xmit() by Michael Chan · 18 years ago
  13. 0718bcc [NET]: Fix CHECKSUM_HW GSO problems. by Herbert Xu · 18 years ago
  14. 3ba07e6 [TIPC]: Fix incorrect correction to discovery timer frequency computation. by Allan Stephens · 18 years ago
  15. 65f51ef [TIPC]: Get rid of dynamically allocated arrays in broadcast code. by Allan Stephens · 18 years ago
  16. 5392d64 [TIPC]: Fixed link switchover bugs by Allan Stephens · 18 years ago
  17. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 18 years ago
  18. f131072 [TIPC]: First phase of assert() cleanup by Allan Stephens · 18 years ago
  19. e100ae9 [TIPC]: Disallow config operations that aren't supported in certain modes. by Allan Stephens · 18 years ago
  20. c33d53b [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable by Allan Stephens · 18 years ago
  21. a75bf87 [TIPC]: Added missing warning for out-of-memory condition by Allan Stephens · 18 years ago
  22. a751352 [TIPC]: Withdrawing all names from nameless port now returns success, not error by Allan Stephens · 18 years ago
  23. 51f9cc1 [TIPC]: Optimized argument validation done by connect(). by Allan Stephens · 18 years ago
  24. a3b0a5a [TIPC]: Simplify code for returning partial success of stream send request. by Allan Stephens · 18 years ago
  25. 4b087b2 [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) by Allan Stephens · 18 years ago
  26. 4997865 [TIPC]: Improved performance of error checking during socket creation. by Allan Stephens · 18 years ago
  27. 1303e8f [TIPC]: Stream socket send indicates partial success if data partially sent. by Allan Stephens · 18 years ago
  28. bdd9478 [TIPC]: Connected send now checks socket state when retrying congested send. by Allan Stephens · 18 years ago
  29. 3546c75 [TIPC]: Can now return destination name of form {0,x,y} via ancillary data. by Allan Stephens · 18 years ago
  30. 3388007 [TIPC]: Implied connect now saves dest name for retrieval as ancillary data. by Allan Stephens · 18 years ago
  31. 6b384de [TIPC]: Fixed connect() to detect a dest address that is missing or too short. by Allan Stephens · 18 years ago
  32. e9024f0f [TIPC]: Non-operation-affecting corrections to comments & function definitions. by Allan Stephens · 18 years ago
  33. 687a25f [TIPC]: Validate entire interface name when locating bearer to enable. by Allan Stephens · 18 years ago
  34. a592ea6 [TIPC]: Added support for MODULE_VERSION capability. by Allan Stephens · 18 years ago
  35. 8b1f0a9 [TIPC]: Fix misleading comment in buf_discard() routine. by Allan Stephens · 18 years ago
  36. 70cb234 [TIPC]: Fixed privilege checking typo in dest_name_check(). by Allan Stephens · 18 years ago
  37. 3ac9021 [TIPC] Fix for NULL pointer dereference by Eric Sesterhenn · 18 years ago
  38. a4e0927 [TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set. by Allan Stephens · 18 years ago
  39. d356eeb [TIPC]: Multicast link failure now resets all links to "nacking" node. by Allan Stephens · 18 years ago
  40. 2600824 [TIPC]: Links now validate destination node specified by incoming messages. by Allan Stephens · 18 years ago
  41. 9688243 [TIPC]: Allow ports to receive multicast messages through native API. by Allan Stephens · 18 years ago
  42. 4938450 [TIPC]: Corrected potential misuse of tipc_media_addr structure. by Allan Stephens · 18 years ago
  43. 2535ec5 [TIPC]: Use correct upper bound when validating network zone number. by Allan Stephens · 18 years ago
  44. 9ab230f [TIPC]: Prevent name table corruption if no room for new publication by Allan Stephens · 18 years ago
  45. 5e3c885 [TIPC] Improved tolerance to promiscuous mode interface by Jon Maloy · 18 years ago
  46. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  47. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 18 years ago
  48. fb1bb34 [PATCH] remove for_each_cpu() by Andrew Morton · 18 years ago
  49. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  50. 199f4c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  51. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  52. 538c5902 [PATCH] clean up default value of IP_DCCP_ACKVEC by Jean-Luc Leger · 18 years ago
  53. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  54. f4b8ea7 [NET]: fix net-core kernel-doc by Randy Dunlap · 18 years ago
  55. 09b8f7a [IPSEC]: Handle GSO packets by Herbert Xu · 18 years ago
  56. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  57. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  58. f6a78bf [NET]: Add generic segmentation offload by Herbert Xu · 18 years ago
  59. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  60. d4828d8 [NET]: Prevent transmission after dev_deactivate by Herbert Xu · 18 years ago
  61. 5e2707f [IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY by YOSHIFUJI Hideaki · 18 years ago
  62. 102128e [IPV6]: Fix source address selection. by Łukasz Stelmach · 18 years ago
  63. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  64. dbe1ab9 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  65. d59bf96 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  66. ff7512e [ATM]: fix broken uses of NIPQUAD in net/atm by Al Viro · 18 years ago
  67. 8ca8448 [SCTP]: sctp_unpack_cookie() fix by Al Viro · 18 years ago
  68. 4b2d9cf Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 18 years ago
  69. 48d8332 [NET]: Prevent multiple qdisc runs by Herbert Xu · 18 years ago
  70. d3dcd4e [NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk length by Patrick McHardy · 18 years ago
  71. 4c84a39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  72. d0b952a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  73. 47552c4 [ETHTOOL]: Fix UFO typo by Herbert Xu · 18 years ago
  74. d5b9f4c [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer. by Neil Horman · 18 years ago
  75. d7c2c9e [SCTP]: Send only 1 window update SACK per message. by Tsutomu Fujii · 18 years ago
  76. 503b55f [SCTP]: Don't do CRC32C checksum over loopback. by Sridhar Samudrala · 18 years ago
  77. 4c9f5d5 [SCTP] Reset rtt_in_progress for the chunk when processing its sack. by Vlad Yasevich · 18 years ago
  78. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago
  79. 402d68c [SCTP]: Limit association max_retrans setting in setsockopt. by Vlad Yasevich · 18 years ago
  80. c5396a3 [IPV6]: Sum real space for RTAs. by YOSHIFUJI Hideaki · 18 years ago
  81. b293acf [IRDA]: Use put_unaligned() in irlmp_do_discovery(). by David S. Miller · 18 years ago
  82. 2c6cc0d [BRIDGE]: Add support for NETIF_F_HW_CSUM devices by Herbert Xu · 18 years ago
  83. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  84. 35089bb [TCP]: Add tcp_slow_start_after_idle sysctl. by David S. Miller · 18 years ago
  85. bc726a7 [TCP] Westwood: reset RTT min after FRTO by Luca De Cicco · 18 years ago
  86. b3a92ea [TCP] Westwood: bandwidth filter startup by Luca De Cicco · 18 years ago
  87. b7d7a9e [TCP] Westwood: comment fixes by Luca De Cicco · 18 years ago
  88. f61e290 [TCP] Westwood: fix first sample by Stephen Hemminger · 18 years ago
  89. bdeb04c [NET]: net.ipv4.ip_autoconfig sysctl removal by Stephen Hemminger · 18 years ago
  90. f8d5962 [IPX]: Endian bug in ipxrtr_route_packet() by Alexey Dobriyan · 18 years ago
  91. 3cc0e87 [NET]: Warn in __skb_trim if skb is paged by Herbert Xu · 18 years ago
  92. b38dfee [NET]: skb_trim audit by Herbert Xu · 18 years ago
  93. 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
  94. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  95. bf0857e [NETFILTER]: hashlimit match: fix random initialization by Patrick McHardy · 18 years ago
  96. 2b2283d [NETFILTER]: recent match: missing refcnt initialization by Patrick McHardy · 18 years ago
  97. a0e889b [NETFILTER]: recent match: fix "sleeping function called from invalid context" by Patrick McHardy · 18 years ago
  98. 100468e [SECMARK]: Add CONNSECMARK xtables target by James Morris · 18 years ago
  99. 7c9728c [SECMARK]: Add secmark support to conntrack by James Morris · 18 years ago
  100. 5e6874cd [SECMARK]: Add xtables SECMARK target by James Morris · 18 years ago