1. e64c026 kfifo: cleanup namespace by Stefani Seibold · 14 years ago
  2. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 14 years ago
  3. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 14 years ago
  4. 292be57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  5. 3705e11 ipv6: fix an oops when force unload ipv6 module by Yang Hongyang · 14 years ago
  6. 9c69fab netns: fix net.ipv6.route.gc_min_interval_ms in netns by Alexey Dobriyan · 14 years ago
  7. b13f586 Bluetooth: Fix L2CAP locking scheme regression by Andrei Emeltchenko · 15 years ago
  8. 186ee8c Bluetooth: Ack L2CAP I-frames before retransmit missing packet by Gustavo F. Padovan · 15 years ago
  9. 186de9a Bluetooth: Fix unset of RemoteBusy flag for L2CAP by Gustavo F. Padovan · 15 years ago
  10. 971beb8 Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() by Roel Kluin · 15 years ago
  11. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  12. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  13. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  14. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  15. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  16. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  17. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  18. cc3808f switch sock_alloc_file() to alloc_file() by Al Viro · 15 years ago
  19. 6b18662 9p connect fixes by Al Viro · 15 years ago
  20. 7cbe66b merge sock_alloc_fd/sock_attach_fd into a new helper by Al Viro · 15 years ago
  21. 198de4d reorder alloc_fd/attach_fd in socketpair() by Al Viro · 15 years ago
  22. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 14 years ago
  23. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 15 years ago
  24. 81e839e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  25. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 14 years ago
  26. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  27. 48f1861 rpc: add rpc_queue_empty function by Alexandros Batsakis · 15 years ago
  28. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  29. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  30. 258c889 ipvs: zero usvc and udest by Simon Horman · 15 years ago
  31. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  32. 0b5ccb2 ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery by Patrick McHardy · 15 years ago
  33. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  34. d90a909 net: Fix userspace RTM_NEWLINK notifications. by Eric W. Biederman · 15 years ago
  35. 5781b23 udp: udp_lib_get_port() fix by Eric Dumazet · 15 years ago
  36. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  37. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  38. e93737b net: Handle NETREG_UNINITIALIZED devices correctly by Krishna Kumar · 15 years ago
  39. c20a66f xfrm: Fix truncation length of authentication algorithms installed via PF_KEY by Martin Willi · 15 years ago
  40. de039f0 net: use compat helper functions in compat_sys_recvmmsg by Heiko Carstens · 15 years ago
  41. 60c2ffd net: fix compat_sys_recvmmsg parameter type by Heiko Carstens · 15 years ago
  42. 65182b9 wireless: update old static regulatory domain rules by John W. Linville · 15 years ago
  43. 7b324d2 mac80211: Revert 'Use correct sign for mesh active path refresh' by Javier Cardona · 15 years ago
  44. 5d618cb mac80211: Fixed bug in mesh portal paths by Javier Cardona · 15 years ago
  45. 0c3cee7 net/mac80211: Correct size given to memset by Julia Lawall · 15 years ago
  46. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  47. 053e324 rpc: remove unneeded function parameter in gss_add_msg() by Suresh Jayaraman · 15 years ago
  48. 19deffb wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC by John W. Linville · 15 years ago
  49. d55fb89 cfg80211: Clear encryption privacy when key off is done. by Vivek Natarajan · 15 years ago
  50. 77722b1 tcp: fix retrans_stamp advancing in error cases by Ilpo Järvinen · 15 years ago
  51. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  52. 2e302eb atm: [br2684] allow routed mode operation again by chas williams - CONTRACTOR · 15 years ago
  53. eb04458 atm: [lec] initialize .netdev_ops before calling register_netdev() by chas williams - CONTRACTOR · 15 years ago
  54. 2a8875e [PATCH] tcp: documents timewait refcnt tricks by Eric Dumazet · 15 years ago
  55. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  56. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  57. 3dc7893 tcp: Remove runtime check that can never be true. by David S. Miller · 15 years ago
  58. 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
  59. a252e74 sctp: fix compile error due to sysctl mismerge by Linus Torvalds · 15 years ago
  60. e4ee5d4 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 15 years ago
  61. 480e324 SUNRPC: IS_ERR/PTR_ERR confusion by Roel Kluin · 15 years ago
  62. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  63. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  64. 1814077 mac80211: Fix bug in computing crc over dynamic IEs in beacon by Vasanthakumar Thiagarajan · 15 years ago
  65. 02f7f17 net/rfkill/core.c: work around gcc-4.0.2 silliness by Andrew Morton · 15 years ago
  66. 7c3f4bb mac80211: Fix dynamic power save for scanning. by Vivek Natarajan · 15 years ago
  67. bc83b68 mac80211: recalculate idle later in MLME by Johannes Berg · 15 years ago
  68. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  69. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  70. 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
  71. d29cecd mac80211: fix reorder buffer release by Johannes Berg · 15 years ago
  72. 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
  73. 269ac5f cfg80211: indent regulatory messages with spaces by Kalle Valo · 15 years ago
  74. 914828f mac80211: Fix TX status reporting for injected data frames by Jouni Malinen · 15 years ago
  75. 1014eb6 WE: Fix set events not propagated by Jean Tourrilhes · 15 years ago
  76. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  77. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  78. 7285f2d Merge branch 'devel' into linux-next by Trond Myklebust · 15 years ago
  79. 47e1c32 tcp: fix a timewait refcnt race by Eric Dumazet · 15 years ago
  80. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 15 years ago
  81. 49d0900 tcp: diag: Dont report negative values for rx queue by Eric Dumazet · 15 years ago
  82. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  83. a7fca0c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 15 years ago
  84. 424eff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  85. 3a28bec SUNRPC: soft connect semantics for UDP by Chuck Lever · 15 years ago
  86. caabea8 SUNRPC: Use soft connect semantics when performing RPC ping by Chuck Lever · 15 years ago
  87. 012da15 SUNRPC: Use soft connects for autobinding over TCP by Chuck Lever · 15 years ago
  88. 2a76b3b SUNRPC: Use TCP for local rpcbind upcalls by Chuck Lever · 15 years ago
  89. c526611 SUNRPC: Use a cached RPC client and transport for rpcbind upcalls by Chuck Lever · 15 years ago
  90. 5a46211 SUNRPC: Simplify synopsis of rpcb_local_clnt() by Chuck Lever · 15 years ago
  91. 09a21c4 SUNRPC: Allow RPCs to fail quickly if the server is unreachable by Chuck Lever · 15 years ago
  92. 206a134 SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status() by Chuck Lever · 15 years ago
  93. dd1fd90 SUNRPC: Display compressed (shorthand) IPv6 presentation addresses by Chuck Lever · 15 years ago
  94. b099ce2 net: Batch inet_twsk_purge by Eric W. Biederman · 15 years ago
  95. 575f4cd net: Use rcu lookups in inet_twsk_purge. by Eric W. Biederman · 15 years ago
  96. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  97. 3a765ed netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} by Eric W. Biederman · 15 years ago
  98. d79d792 net: Allow xfrm_user_net_exit to batch efficiently. by Eric W. Biederman · 15 years ago
  99. 04dc7f6b net: Move network device exit batching by Eric W. Biederman · 15 years ago
  100. 72ad937 net: Add support for batching network namespace cleanups by Eric W. Biederman · 15 years ago