1. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  2. e14f64c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  3. e5093ae net: Fix a memmove bug in dev_gro_receive() by Jarek Poplawski · 14 years ago
  4. 1c40be1 net sched: fix some kernel memory leaks by Eric Dumazet · 14 years ago
  5. 001389b netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive by Eric Dumazet · 14 years ago
  6. df486a2 NFS: Fix the selection of security flavours in Kconfig by Trond Myklebust · 14 years ago
  7. daa3766 Revert "netlink: netlink_recvmsg() fix" by David S. Miller · 14 years ago
  8. f3d3f61 ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss by Min Zhang · 14 years ago
  9. 2f09a4d xfrm: Use GFP_ATOMIC in xfrm_compile_policy by Herbert Xu · 14 years ago
  10. 2f2c779 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  11. 2897c68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  12. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  13. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  14. cba86f2 phylib: available for any speed ethernet by Randy Dunlap · 14 years ago
  15. 5b75c49 can: add limit for nframes and clean up signed/unsigned variables by Oliver Hartkopp · 14 years ago
  16. 4a2d789 DNS: If the DNS server returns an error, allow that to be cached [ver #2] by Wang Lei · 14 years ago
  17. 15cdc644 rpcrdma: Fix SQ size calculation when memreg is FRMR by Tom Tucker · 14 years ago
  18. 7a8b80eb xprtrdma: Do not truncate iova_start values in frmr registrations. by Steve Wise · 14 years ago
  19. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  20. 8e4e15d nfs: update for module_param_named API change by Stephen Rothwell · 14 years ago
  21. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  22. 3e9e5a5 pkt_sched: Check .walk and .leaf class handlers by Jarek Poplawski · 14 years ago
  23. 41065fb pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops by Jarek Poplawski · 14 years ago
  24. 24e263a caif: Bugfix - Increase default headroom size for control channel. by Sjur Braendeland · 14 years ago
  25. 1c114f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  26. 533b12c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by John W. Linville · 14 years ago
  27. 669502f SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) by Andy Chittenden · 14 years ago
  28. cff70fa Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM by Mat Martineau · 14 years ago
  29. 86b1b26 Bluetooth: Fix endianness issue with L2CAP MPS configuration by Mat Martineau · 14 years ago
  30. 9871e50 net: Use NET_XMIT_SUCCESS where possible. by Ben Greear · 14 years ago
  31. 68fd26b pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add dummy bind/unbind handles by Jarek Poplawski · 14 years ago
  32. da7115d pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handles by Jarek Poplawski · 14 years ago
  33. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  34. fe100ac cfg80211: fix locking in action frame TX by Johannes Berg · 14 years ago
  35. eb4a552 pkt_sched: Fix sch_sfq vs tcf_bind_filter oops by Jarek Poplawski · 14 years ago
  36. cece194 net: disable preemption before call smp_processor_id() by Changli Gao · 14 years ago
  37. ba78e2d tcp: no md5sig option size check bug by Dmitry Popov · 14 years ago
  38. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  39. 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
  40. e2aa7f8 net: sunrpc: removed duplicated #include by Andrea Gelmini · 14 years ago
  41. 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
  42. 5227bbb [DNS RESOLVER] Minor typo correction by Steve French · 14 years ago
  43. ff9517a DNS: Fixes for the DNS query module by David Howells · 14 years ago
  44. af352fe cifs: Include linux/err.h for IS_ERR and PTR_ERR by Stephen Rothwell · 14 years ago
  45. ce9e76c net: Fix napi_gro_frags vs netpoll path by Jarek Poplawski · 14 years ago
  46. 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
  47. 1a4240f DNS: Separate out CIFS DNS Resolver code by Wang Lei · 14 years ago
  48. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  49. 3b5bac2 RxRPC: Fix a potential deadlock between the call resend_timer and state_lock by David Howells · 14 years ago
  50. f2f0098 sch_sfq: add sanity check for the packet length by Changli Gao · 14 years ago
  51. 12dc96d cls_rsvp: add sanity check for the packet length by Changli Gao · 14 years ago
  52. 4b95c3d cls_flow: add sanity check for the packet length by Changli Gao · 14 years ago
  53. 36d1269 act_nat: fix on the TX path by Changli Gao · 14 years ago
  54. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  55. 93c08c3 mac80211: Fix compilation warning when CONFIG_INET is not set by Juuso Oikarinen · 14 years ago
  56. 1601b1e mac80211: fix scan locking wrt. hw scan by Johannes Berg · 14 years ago
  57. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  58. adb08ed Bluetooth: Check result code of L2CAP information response by Ville Tervo · 14 years ago
  59. 6340650 Bluetooth: Don't send RFC for Basic Mode if only it is supported by Gustavo F. Padovan · 14 years ago
  60. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  61. 0d8a374 SUNRPC: Defer deleting the security context until gss_do_free_ctx() by Trond Myklebust · 14 years ago
  62. c3ae62ae SUNRPC: prevent task_cleanup running on freed xprt by J. Bruce Fields · 14 years ago
  63. d6a1ed0 SUNRPC: Reduce asynchronous RPC task stack usage by Trond Myklebust · 14 years ago
  64. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  65. 8572b8e SUNRPC: Clean up of rpc_bindcred() by Trond Myklebust · 14 years ago
  66. 58f9612 SUNRPC: Move remaining RPC client related task initialisation into clnt.c by Trond Myklebust · 14 years ago
  67. d9b6cd9 SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task by Trond Myklebust · 14 years ago
  68. 241269b SUNRPC: Make the credential cache hashtable size configurable by Trond Myklebust · 14 years ago
  69. 988664a SUNRPC: Store the hashtable size in struct rpc_cred_cache by Trond Myklebust · 14 years ago
  70. 5d8d9a4 NFS: Ensure the AUTH_UNIX credcache is allocated dynamically by Trond Myklebust · 14 years ago
  71. f1f88fc SUNRPC: The function rpc_restart_call() should return success/failure by Trond Myklebust · 14 years ago
  72. cff0d6e can-raw: Fix skb_orphan_try handling by Oliver Hartkopp · 14 years ago
  73. 3578b0c Revert "net: remove zap_completion_queue" by David S. Miller · 14 years ago
  74. a427615 net: cleanup inclusion by Changli Gao · 14 years ago
  75. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  76. 66d50d2 u32: negative offset fix by stephen hemminger · 14 years ago
  77. c893b80 ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice by Changli Gao · 14 years ago
  78. 3c0fef0 net: Add getsockopt support for TCP thin-streams by Josh Hunt · 14 years ago
  79. 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
  80. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  81. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  82. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  83. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  84. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  85. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  86. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  87. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  88. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  89. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  90. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  91. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  92. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  93. 6661481 netfilter: nf_conntrack_acct: use skb->len for accounting by Changli Gao · 14 years ago
  94. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  95. 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
  96. f43dc98 netfilter: nf_nat: make unique_tuple return void by Changli Gao · 14 years ago
  97. 794dbc1 netfilter: nf_nat: use local variable hdrlen by Changli Gao · 14 years ago
  98. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  99. 2890a15 ipvs: remove EXPERIMENTAL tag by Simon Horman · 14 years ago
  100. ee92d37 netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() by Changli Gao · 14 years ago