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