1. e2b6d02 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  2. 93939f4 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  3. b292cf9 sunrpc: fix peername failed on closed listener by Xiaotian Feng · 15 years ago
  4. 6c85309 sunrpc: fix build-time warning by Randy Dunlap · 15 years ago
  5. c3bf490 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  6. 7f9d357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  7. 24feda0 mac80211: fix propagation of failed hardware reconfigurations by Luis R. Rodriguez · 15 years ago
  8. b98c06b mac80211: fix race with suspend and dynamic_ps_disable_work by Luis R. Rodriguez · 15 years ago
  9. 65486c8 cfg80211: fix error path in cfg80211_wext_siwscan by Johannes Berg · 15 years ago
  10. 3bdb2d4 cfg80211: fix race between deauth and assoc response by Johannes Berg · 15 years ago
  11. 2e10d33 mac80211: fix ibss join with fixed-bssid by Felix Fietkau · 15 years ago
  12. 96c5340 NET: XFRM: Fix spelling of neighbour. by Ralf Baechle · 15 years ago
  13. 28f6aee net: restore ip source validation by Jamal Hadi Salim · 15 years ago
  14. f466dba pktgen: ndo_start_xmit can return NET_XMIT_xxx values by John Fastabend · 15 years ago
  15. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  16. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  17. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  18. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  19. ed4b201 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  20. 292be57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  21. 0183826 mac80211: fix WMM AP settings application by Johannes Berg · 15 years ago
  22. 9a418af mac80211: fix peer HT capabilities by Johannes Berg · 15 years ago
  23. 3705e11 ipv6: fix an oops when force unload ipv6 module by Yang Hongyang · 15 years ago
  24. 9c69fab netns: fix net.ipv6.route.gc_min_interval_ms in netns by Alexey Dobriyan · 15 years ago
  25. 486bad2 sunrpc: on successful gss error pipe write, don't return error by Jeff Layton · 15 years ago
  26. b891e4a SUNRPC: Fix the return value in gss_import_sec_context() by Trond Myklebust · 15 years ago
  27. 14ace02 SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos() by Trond Myklebust · 15 years ago
  28. b13f586 Bluetooth: Fix L2CAP locking scheme regression by Andrei Emeltchenko · 15 years ago
  29. 186ee8c Bluetooth: Ack L2CAP I-frames before retransmit missing packet by Gustavo F. Padovan · 15 years ago
  30. 186de9a Bluetooth: Fix unset of RemoteBusy flag for L2CAP by Gustavo F. Padovan · 15 years ago
  31. 971beb8 Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() by Roel Kluin · 15 years ago
  32. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  33. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  34. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  35. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  36. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  37. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  38. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  39. cc3808f switch sock_alloc_file() to alloc_file() by Al Viro · 15 years ago
  40. 6b18662 9p connect fixes by Al Viro · 15 years ago
  41. 7cbe66b merge sock_alloc_fd/sock_attach_fd into a new helper by Al Viro · 15 years ago
  42. 198de4d reorder alloc_fd/attach_fd in socketpair() by Al Viro · 15 years ago
  43. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 15 years ago
  44. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 15 years ago
  45. 81e839e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  46. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  47. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  48. 48f1861 rpc: add rpc_queue_empty function by Alexandros Batsakis · 15 years ago
  49. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  50. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  51. 258c889 ipvs: zero usvc and udest by Simon Horman · 15 years ago
  52. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  53. 0b5ccb2 ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery by Patrick McHardy · 15 years ago
  54. d24deb2 mac80211: Add define for TX headroom reserved by mac80211 itself. by Gertjan van Wingerde · 15 years ago
  55. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  56. d90a909 net: Fix userspace RTM_NEWLINK notifications. by Eric W. Biederman · 15 years ago
  57. 5781b23 udp: udp_lib_get_port() fix by Eric Dumazet · 15 years ago
  58. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  59. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  60. e93737b net: Handle NETREG_UNINITIALIZED devices correctly by Krishna Kumar · 15 years ago
  61. c20a66f xfrm: Fix truncation length of authentication algorithms installed via PF_KEY by Martin Willi · 15 years ago
  62. de039f0 net: use compat helper functions in compat_sys_recvmmsg by Heiko Carstens · 15 years ago
  63. 60c2ffd net: fix compat_sys_recvmmsg parameter type by Heiko Carstens · 15 years ago
  64. 65182b9 wireless: update old static regulatory domain rules by John W. Linville · 15 years ago
  65. 7b324d2 mac80211: Revert 'Use correct sign for mesh active path refresh' by Javier Cardona · 15 years ago
  66. 5d618cb mac80211: Fixed bug in mesh portal paths by Javier Cardona · 15 years ago
  67. 0c3cee7 net/mac80211: Correct size given to memset by Julia Lawall · 15 years ago
  68. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  69. 053e324 rpc: remove unneeded function parameter in gss_add_msg() by Suresh Jayaraman · 15 years ago
  70. 19deffb wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC by John W. Linville · 15 years ago
  71. d55fb89 cfg80211: Clear encryption privacy when key off is done. by Vivek Natarajan · 15 years ago
  72. 77722b1 tcp: fix retrans_stamp advancing in error cases by Ilpo Järvinen · 15 years ago
  73. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  74. 2e302eb atm: [br2684] allow routed mode operation again by chas williams - CONTRACTOR · 15 years ago
  75. eb04458 atm: [lec] initialize .netdev_ops before calling register_netdev() by chas williams - CONTRACTOR · 15 years ago
  76. 2a8875e [PATCH] tcp: documents timewait refcnt tricks by Eric Dumazet · 15 years ago
  77. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  78. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  79. 3dc7893 tcp: Remove runtime check that can never be true. by David S. Miller · 15 years ago
  80. e61444d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  81. a252e74 sctp: fix compile error due to sysctl mismerge by Linus Torvalds · 15 years ago
  82. e4ee5d4 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 15 years ago
  83. 480e324 SUNRPC: IS_ERR/PTR_ERR confusion by Roel Kluin · 15 years ago
  84. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  85. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  86. 1814077 mac80211: Fix bug in computing crc over dynamic IEs in beacon by Vasanthakumar Thiagarajan · 15 years ago
  87. 02f7f17 net/rfkill/core.c: work around gcc-4.0.2 silliness by Andrew Morton · 15 years ago
  88. 7c3f4bb mac80211: Fix dynamic power save for scanning. by Vivek Natarajan · 15 years ago
  89. bc83b68 mac80211: recalculate idle later in MLME by Johannes Berg · 15 years ago
  90. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  91. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  92. d0b093a Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. d29cecd mac80211: fix reorder buffer release by Johannes Berg · 15 years ago
  94. 8f56874 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  95. 269ac5f cfg80211: indent regulatory messages with spaces by Kalle Valo · 15 years ago
  96. 914828f mac80211: Fix TX status reporting for injected data frames by Jouni Malinen · 15 years ago
  97. 1014eb6 WE: Fix set events not propagated by Jean Tourrilhes · 15 years ago
  98. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  99. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  100. 7285f2d Merge branch 'devel' into linux-next by Trond Myklebust · 15 years ago