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