1. 656d98b [ATM]: basic sysfs support for ATM devices by Roman Kagan · 18 years ago
  2. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  3. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  4. 3d3a853 [NET]: Make illegal_highdma more anal by Herbert Xu · 18 years ago
  5. 47da8ee [TCP]: Export accept queue len of a TCP listening socket via rx_queue by Sridhar Samudrala · 18 years ago
  6. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  7. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  8. 68c1692 [NETFILTER]: statistic match: add missing Kconfig help text by Patrick McHardy · 18 years ago
  9. ef47c6a7 [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears by Patrick McHardy · 18 years ago
  10. 1c7e477 [NETFILTER]: xt_sctp: fix --chunk-types matching by Jorge Matias · 18 years ago
  11. 9abdcf6 [NETFILTER]: xt_tcpudp: fix double unregistration in error path by Yuri Gushin · 18 years ago
  12. 40a839f [NETFILTER]: nf_conntrack: Fix undefined references to local_bh_* by Yasuyuki Kozakai · 18 years ago
  13. da298d3 [NETFILTER]: x_tables: fix xt_register_table error propagation by Patrick McHardy · 18 years ago
  14. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  15. 817d6d3 [PATCH] remove TTY_DONT_FLIP by Paul Fulghum · 18 years ago
  16. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  17. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  18. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  19. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  20. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  21. 61a46dc Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  22. a842ef2 [PATCH] net/rxrpc: use list_move() by Akinobu Mita · 18 years ago
  23. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  24. 5238367 [NETROM]: Fix possible null pointer dereference. by Ralf Baechle · 18 years ago
  25. 068c6e9 [NET] netpoll: break recursive loop in netpoll rx path by Neil Horman · 18 years ago
  26. 8834807 [NET] netpoll: don't spin forever sending to stopped queues by Jeremy Fitzhardinge · 18 years ago
  27. 1e4fd51 [ATM]: atm/mpc.c warning fix by Andrew Morton · 18 years ago
  28. f72b948 [NET]: skb_find_text ignores to argument by Phil Oester · 18 years ago
  29. 6048126 [NET]: make net/core/dev.c:netdev_nit static by Adrian Bunk · 18 years ago
  30. f54d9e8 [NET]: Fix GSO problems in dev_hard_start_xmit() by Michael Chan · 18 years ago
  31. 0718bcc [NET]: Fix CHECKSUM_HW GSO problems. by Herbert Xu · 18 years ago
  32. 3ba07e6 [TIPC]: Fix incorrect correction to discovery timer frequency computation. by Allan Stephens · 18 years ago
  33. 65f51ef [TIPC]: Get rid of dynamically allocated arrays in broadcast code. by Allan Stephens · 18 years ago
  34. 5392d64 [TIPC]: Fixed link switchover bugs by Allan Stephens · 18 years ago
  35. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 18 years ago
  36. f131072 [TIPC]: First phase of assert() cleanup by Allan Stephens · 18 years ago
  37. e100ae9 [TIPC]: Disallow config operations that aren't supported in certain modes. by Allan Stephens · 18 years ago
  38. c33d53b [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable by Allan Stephens · 18 years ago
  39. a75bf87 [TIPC]: Added missing warning for out-of-memory condition by Allan Stephens · 18 years ago
  40. a751352 [TIPC]: Withdrawing all names from nameless port now returns success, not error by Allan Stephens · 18 years ago
  41. 51f9cc1 [TIPC]: Optimized argument validation done by connect(). by Allan Stephens · 18 years ago
  42. a3b0a5a [TIPC]: Simplify code for returning partial success of stream send request. by Allan Stephens · 18 years ago
  43. 4b087b2 [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) by Allan Stephens · 18 years ago
  44. 4997865 [TIPC]: Improved performance of error checking during socket creation. by Allan Stephens · 18 years ago
  45. 1303e8f [TIPC]: Stream socket send indicates partial success if data partially sent. by Allan Stephens · 18 years ago
  46. bdd9478 [TIPC]: Connected send now checks socket state when retrying congested send. by Allan Stephens · 18 years ago
  47. 3546c75 [TIPC]: Can now return destination name of form {0,x,y} via ancillary data. by Allan Stephens · 18 years ago
  48. 3388007 [TIPC]: Implied connect now saves dest name for retrieval as ancillary data. by Allan Stephens · 18 years ago
  49. 6b384de [TIPC]: Fixed connect() to detect a dest address that is missing or too short. by Allan Stephens · 18 years ago
  50. e9024f0f [TIPC]: Non-operation-affecting corrections to comments & function definitions. by Allan Stephens · 18 years ago
  51. 687a25f [TIPC]: Validate entire interface name when locating bearer to enable. by Allan Stephens · 18 years ago
  52. a592ea6 [TIPC]: Added support for MODULE_VERSION capability. by Allan Stephens · 18 years ago
  53. 8b1f0a9 [TIPC]: Fix misleading comment in buf_discard() routine. by Allan Stephens · 18 years ago
  54. 70cb234 [TIPC]: Fixed privilege checking typo in dest_name_check(). by Allan Stephens · 18 years ago
  55. 3ac9021 [TIPC] Fix for NULL pointer dereference by Eric Sesterhenn · 18 years ago
  56. a4e0927 [TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set. by Allan Stephens · 18 years ago
  57. d356eeb [TIPC]: Multicast link failure now resets all links to "nacking" node. by Allan Stephens · 18 years ago
  58. 2600824 [TIPC]: Links now validate destination node specified by incoming messages. by Allan Stephens · 18 years ago
  59. 9688243 [TIPC]: Allow ports to receive multicast messages through native API. by Allan Stephens · 18 years ago
  60. 4938450 [TIPC]: Corrected potential misuse of tipc_media_addr structure. by Allan Stephens · 18 years ago
  61. 2535ec5 [TIPC]: Use correct upper bound when validating network zone number. by Allan Stephens · 18 years ago
  62. 9ab230f [TIPC]: Prevent name table corruption if no room for new publication by Allan Stephens · 18 years ago
  63. 5e3c885 [TIPC] Improved tolerance to promiscuous mode interface by Jon Maloy · 18 years ago
  64. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  65. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 18 years ago
  66. fb1bb34 [PATCH] remove for_each_cpu() by Andrew Morton · 18 years ago
  67. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  68. 199f4c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  69. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  70. 538c5902 [PATCH] clean up default value of IP_DCCP_ACKVEC by Jean-Luc Leger · 18 years ago
  71. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  72. f4b8ea7 [NET]: fix net-core kernel-doc by Randy Dunlap · 18 years ago
  73. 09b8f7a [IPSEC]: Handle GSO packets by Herbert Xu · 18 years ago
  74. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  75. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  76. f6a78bf [NET]: Add generic segmentation offload by Herbert Xu · 18 years ago
  77. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  78. d4828d8 [NET]: Prevent transmission after dev_deactivate by Herbert Xu · 18 years ago
  79. 5e2707f [IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY by YOSHIFUJI Hideaki · 18 years ago
  80. 102128e [IPV6]: Fix source address selection. by Łukasz Stelmach · 18 years ago
  81. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  82. dbe1ab9 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  83. d59bf96 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  84. ff7512e [ATM]: fix broken uses of NIPQUAD in net/atm by Al Viro · 18 years ago
  85. 8ca8448 [SCTP]: sctp_unpack_cookie() fix by Al Viro · 18 years ago
  86. 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
  87. 48d8332 [NET]: Prevent multiple qdisc runs by Herbert Xu · 18 years ago
  88. d3dcd4e [NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk length by Patrick McHardy · 18 years ago
  89. 4c84a39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  90. d0b952a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  91. 47552c4 [ETHTOOL]: Fix UFO typo by Herbert Xu · 18 years ago
  92. d5b9f4c [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer. by Neil Horman · 18 years ago
  93. d7c2c9e [SCTP]: Send only 1 window update SACK per message. by Tsutomu Fujii · 18 years ago
  94. 503b55f [SCTP]: Don't do CRC32C checksum over loopback. by Sridhar Samudrala · 18 years ago
  95. 4c9f5d5 [SCTP] Reset rtt_in_progress for the chunk when processing its sack. by Vlad Yasevich · 18 years ago
  96. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago
  97. 402d68c [SCTP]: Limit association max_retrans setting in setsockopt. by Vlad Yasevich · 18 years ago
  98. c5396a3 [IPV6]: Sum real space for RTAs. by YOSHIFUJI Hideaki · 18 years ago
  99. b293acf [IRDA]: Use put_unaligned() in irlmp_do_discovery(). by David S. Miller · 18 years ago
  100. 2c6cc0d [BRIDGE]: Add support for NETIF_F_HW_CSUM devices by Herbert Xu · 18 years ago