1. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  2. 8e4e15d nfs: update for module_param_named API change by Stephen Rothwell · 14 years ago
  3. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  4. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  5. eb4a552 pkt_sched: Fix sch_sfq vs tcf_bind_filter oops by Jarek Poplawski · 14 years ago
  6. cece194 net: disable preemption before call smp_processor_id() by Changli Gao · 14 years ago
  7. ba78e2d tcp: no md5sig option size check bug by Dmitry Popov · 14 years ago
  8. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  9. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  10. e2aa7f8 net: sunrpc: removed duplicated #include by Andrea Gelmini · 14 years ago
  11. e225567 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  12. 5227bbb [DNS RESOLVER] Minor typo correction by Steve French · 14 years ago
  13. ff9517a DNS: Fixes for the DNS query module by David Howells · 14 years ago
  14. af352fe cifs: Include linux/err.h for IS_ERR and PTR_ERR by Stephen Rothwell · 14 years ago
  15. ce9e76c net: Fix napi_gro_frags vs netpoll path by Jarek Poplawski · 14 years ago
  16. c0068c8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  17. 1a4240f DNS: Separate out CIFS DNS Resolver code by Wang Lei · 14 years ago
  18. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  19. 3b5bac2 RxRPC: Fix a potential deadlock between the call resend_timer and state_lock by David Howells · 14 years ago
  20. f2f0098 sch_sfq: add sanity check for the packet length by Changli Gao · 14 years ago
  21. 12dc96d cls_rsvp: add sanity check for the packet length by Changli Gao · 14 years ago
  22. 4b95c3d cls_flow: add sanity check for the packet length by Changli Gao · 14 years ago
  23. 36d1269 act_nat: fix on the TX path by Changli Gao · 14 years ago
  24. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. 93c08c3 mac80211: Fix compilation warning when CONFIG_INET is not set by Juuso Oikarinen · 14 years ago
  26. 1601b1e mac80211: fix scan locking wrt. hw scan by Johannes Berg · 14 years ago
  27. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  28. adb08ed Bluetooth: Check result code of L2CAP information response by Ville Tervo · 14 years ago
  29. 6340650 Bluetooth: Don't send RFC for Basic Mode if only it is supported by Gustavo F. Padovan · 14 years ago
  30. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  31. 0d8a374 SUNRPC: Defer deleting the security context until gss_do_free_ctx() by Trond Myklebust · 14 years ago
  32. c3ae62a SUNRPC: prevent task_cleanup running on freed xprt by J. Bruce Fields · 14 years ago
  33. d6a1ed0 SUNRPC: Reduce asynchronous RPC task stack usage by Trond Myklebust · 14 years ago
  34. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  35. 8572b8e SUNRPC: Clean up of rpc_bindcred() by Trond Myklebust · 14 years ago
  36. 58f9612 SUNRPC: Move remaining RPC client related task initialisation into clnt.c by Trond Myklebust · 14 years ago
  37. d9b6cd9 SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task by Trond Myklebust · 14 years ago
  38. 241269b SUNRPC: Make the credential cache hashtable size configurable by Trond Myklebust · 14 years ago
  39. 988664a SUNRPC: Store the hashtable size in struct rpc_cred_cache by Trond Myklebust · 14 years ago
  40. 5d8d9a4d NFS: Ensure the AUTH_UNIX credcache is allocated dynamically by Trond Myklebust · 14 years ago
  41. f1f88fc SUNRPC: The function rpc_restart_call() should return success/failure by Trond Myklebust · 14 years ago
  42. cff0d6e can-raw: Fix skb_orphan_try handling by Oliver Hartkopp · 14 years ago
  43. 3578b0c Revert "net: remove zap_completion_queue" by David S. Miller · 14 years ago
  44. a427615 net: cleanup inclusion by Changli Gao · 14 years ago
  45. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 66d50d2 u32: negative offset fix by stephen hemminger · 14 years ago
  47. c893b80 ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice by Changli Gao · 14 years ago
  48. 3c0fef0 net: Add getsockopt support for TCP thin-streams by Josh Hunt · 14 years ago
  49. 83bf2e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  50. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  51. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  52. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  53. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  54. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  55. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  56. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  57. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  58. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  59. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  60. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  61. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  62. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  63. 6661481 netfilter: nf_conntrack_acct: use skb->len for accounting by Changli Gao · 14 years ago
  64. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  65. 2452a99 netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choice by Changli Gao · 14 years ago
  66. f43dc98 netfilter: nf_nat: make unique_tuple return void by Changli Gao · 14 years ago
  67. 794dbc1 netfilter: nf_nat: use local variable hdrlen by Changli Gao · 14 years ago
  68. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  69. 2890a15 ipvs: remove EXPERIMENTAL tag by Simon Horman · 14 years ago
  70. ee92d37 netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() by Changli Gao · 14 years ago
  71. 24b36f0 netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary by Eric Dumazet · 14 years ago
  72. de38483 net: ingress filter message limit by Stephen Hemminger · 14 years ago
  73. e2e0c7c net/rose: Use GFP_ATOMIC by Julia Lawall · 14 years ago
  74. 3a3dfb0 act_nat: the checksum of ICMP doesn't have pseudo header by Changli Gao · 14 years ago
  75. 072d79a act_nat: fix wild pointer by Changli Gao · 14 years ago
  76. 28e9509 Bluetooth: Remove __exit from rfcomm_cleanup_ttys() by Gustavo F. Padovan · 14 years ago
  77. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  78. 3a7fda0 bridge: Allow multicast snooping to be disabled before ifup by Herbert Xu · 14 years ago
  79. 6d1d1d3 bridge: Fix skb leak when multicast parsing fails on TX by Herbert Xu · 14 years ago
  80. a3bdb54 tcp: cookie transactions setsockopt memory leak by Dmitry Popov · 14 years ago
  81. ae3568a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  82. e5b900d mac80211: allow drivers to request DTIM period by Johannes Berg · 14 years ago
  83. 4552124 mac80211: inform drivers about the off-channel status on channel changes by Felix Fietkau · 14 years ago
  84. a0daa0e Revert "mac80211: fix sw scan bracketing" by Luis R. Rodriguez · 14 years ago
  85. c4c3229 cfg80211: Update of regulatory request initiator handling by Yuri Ershov · 14 years ago
  86. d080e27 nl80211: Fix memory leaks by Yuri Ershov · 14 years ago
  87. e4ab7eb mac80211: Put some code under MESH macro by Yuri Ershov · 14 years ago
  88. 099284b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  89. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  90. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 2f8362a Bluetooth: Add __init and __exit marks to RFCOMM by Gustavo F. Padovan · 14 years ago
  92. da5f6c3 Bluetooth: Test 'count' value before enter the loop by Gustavo F. Padovan · 14 years ago
  93. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  94. 073730d wireless: Convert wiphy_debug macro to function by Joe Perches · 14 years ago
  95. 32162a4 mac80211: Fix key freeing to handle unlinked keys by Jouni Malinen · 14 years ago
  96. a376bca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  97. 800f65b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  98. 652c671 genetlink: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  99. a256be7 drop_monitor: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  100. 416c2f9 genetlink: cleanup code according to CodingStyle by Changli Gao · 14 years ago