1. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  2. 5eeaa2d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  3. c5e90f5 phonet: remove the unused variable pn by Changli Gao · 14 years ago
  4. f13d493 netpoll: Revert napi_poll fix for bonding driver by Neil Horman · 14 years ago
  5. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  6. 9e917dc net: avoid a dev refcount in ip_mc_find_dev() by Eric Dumazet · 14 years ago
  7. 990c3d6 bonding: Fix napi poll for bonding driver by Neil Horman · 14 years ago
  8. c2355e1 bonding: Fix bonding drivers improper modification of netpoll structure by Neil Horman · 14 years ago
  9. 27a954b IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() by Andy Walls · 14 years ago
  10. ccc901e tipc: Simplify bearer shutdown logic by Allan Stephens · 14 years ago
  11. 724829b tipc: Kill tipc_get_mode() completely. by David S. Miller · 14 years ago
  12. 19f5725 fib_hash: RCU conversion phase 2 by Eric Dumazet · 14 years ago
  13. 117a8cd fib_hash: RCU conversion phase 1 by Eric Dumazet · 14 years ago
  14. 9bef83e fib_hash: embed initial hash table in fn_zone by Eric Dumazet · 14 years ago
  15. c60ce4e tcp: use correct counters in CA_CWR state too by Ilpo Järvinen · 14 years ago
  16. 1fdb936 tcp: sack lost marking fixes by Ilpo Järvinen · 14 years ago
  17. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  18. 10da66f fib: avoid false sharing on fib_table_hash by Eric Dumazet · 14 years ago
  19. 874ffa8 fib_trie: use fls() instead of open coded loop by Eric Dumazet · 14 years ago
  20. a0a4a85 fib: remove a useless synchronize_rcu() call by Eric Dumazet · 14 years ago
  21. 2c1c000 fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup() by Eric Dumazet · 14 years ago
  22. 564824b net: allocate skbs on local node by Eric Dumazet · 14 years ago
  23. c64557d 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
  24. 1a63c35 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 into for-davem by John W. Linville · 14 years ago
  25. 9ebad4a radiotap: fix vendor namespace parsing by Johannes Berg · 14 years ago
  26. b3d6255 Phonet: 'connect' socket implementation for Pipe controller by Kumar Sanghvi · 14 years ago
  27. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  28. e4b5595 mac80211: fix SMPS request by Johannes Berg · 14 years ago
  29. 7be5086 mac80211: add probe request filter flag by Johannes Berg · 14 years ago
  30. 271733c cfg80211: notify drivers about frame registrations by Johannes Berg · 14 years ago
  31. cfd8e12 wireless: Print wiphy name in sysfs. by Ben Greear · 14 years ago
  32. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  33. 8fa6e3d Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  34. 534c92f Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  35. ab3e571 Bluetooth: Update conf_state before send config_req out by Haijun Liu · 14 years ago
  36. 0175d62 Bluetooth: Use the proper error value from bt_skb_send_alloc() by Gustavo F. Padovan · 14 years ago
  37. d6b2eb2 Bluetooth: make batostr() print in the right order by Gustavo F. Padovan · 14 years ago
  38. cb810a1 Bluetooth: remove unused variable from cmtp by Gustavo F. Padovan · 14 years ago
  39. aae7fe2 Bluetooth: check for l2cap header in start fragment by Andrei Emeltchenko · 14 years ago
  40. 8979481 Bluetooth: check L2CAP length in first ACL fragment by Andrei Emeltchenko · 14 years ago
  41. 80e2c88 Bluetooth: Don't clear the blacklist when closing the HCI device by Johan Hedberg · 14 years ago
  42. 5017d8d Bluetooth: remove extra newline from debug output by Andrei Emeltchenko · 14 years ago
  43. 6fdf482 Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets. by Mat Martineau · 14 years ago
  44. 3d7d01d Bluetooth: Use common SOCK_STREAM receive code in RFCOMM by Mat Martineau · 14 years ago
  45. 796c86e Bluetooth: Add common code for stream-oriented recvmsg() by Mat Martineau · 14 years ago
  46. 0fba255 Bluetooth: Validate PSM values in calls to connect() and bind() by Mat Martineau · 14 years ago
  47. 0860146 Bluetooth: Fix RFCOMM RPN negotiation by Yuri Kululin · 14 years ago
  48. 8f1e174 Bluetooth: HCI devices are either BR/EDR or AMP radios by David Vrabel · 14 years ago
  49. 2f34b32 dccp: cosmetics - warning format by Gerrit Renker · 14 years ago
  50. ecdfbda dccp: schedule an Ack when receiving timestamps by Gerrit Renker · 14 years ago
  51. d196c9a dccp: generalise data-loss condition by Ivo Calado · 14 years ago
  52. baf9e78 dccp: remove unused argument in CCID tx function by Gerrit Renker · 14 years ago
  53. 93344af dccp: merge now-reduced connect_init() function by Gerrit Renker · 14 years ago
  54. 0b53d46 dccp: fix the adjustments to AWL and SWL by Gerrit Renker · 14 years ago
  55. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  56. 0ed8ddf neigh: Protect neigh->ha[] with a seqlock by Eric Dumazet · 14 years ago
  57. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. b00916b net: clear heap allocations for privileged ethtool actions by Kees Cook · 14 years ago
  59. 15d46f3 mac80211: minstrel_ht A-MPDU fix by Björn Smedman · 14 years ago
  60. 730bd83 mac80211: don't kmalloc 16 bytes by Johannes Berg · 14 years ago
  61. 8610c29 cfg80211: add channel utilization stats to the survey command by Felix Fietkau · 14 years ago
  62. 15943a7 mac80211: temporarily disable reorder release timer by Christian Lamparter · 14 years ago
  63. d12c745 mac80211: fix possible null-pointer de-reference by Christian Lamparter · 14 years ago
  64. 5a5c731 wireless: Set some stats used by /proc/net/wireless (wext) by Ben Greear · 14 years ago
  65. b38afa8 mac80211: Improve mlme probe response log messages. by Ben Greear · 14 years ago
  66. 7623225 Revert "wireless: Use first phyX name available when registering phy devices." by Johannes Berg · 14 years ago
  67. 5518b29 ATM: mpc, fix use after free by Jiri Slaby · 14 years ago
  68. 34d101d neigh: speedup neigh_hh_init() by Eric Dumazet · 14 years ago
  69. 37f9fc4 irda: Fix heap memory corruption in iriap.c by Samuel Ortiz · 14 years ago
  70. efc463e irda: Fix parameter extraction stack overflow by Samuel Ortiz · 14 years ago
  71. f8cba16 irda: Remove BKL instances from irnet by Samuel Ortiz · 14 years ago
  72. 5b40964 irda: Remove BKL instances from af_irda.c by Samuel Ortiz · 14 years ago
  73. e18434c net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX by Changli Gao · 14 years ago
  74. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  75. a131d82 Phonet: mark the pipe controller as EXPERIMENTAL by Rémi Denis-Courmont · 14 years ago
  76. 03789f2 Phonet: cleanup pipe enable socket option by Rémi Denis-Courmont · 14 years ago
  77. 6d8e74e Phonet: advise against enabling the pipe controller by Rémi Denis-Courmont · 14 years ago
  78. 9cf8d1a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  79. e9a6870 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
  80. 8391d07 ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output() by Dimitris Michailidis · 14 years ago
  81. ae6df5f net: clear heap allocation for ETHTOOL_GRXCLSRLALL by Kees Cook · 14 years ago
  82. 94b1057 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  83. 4e7f795 net: Update kernel-doc for netif_set_real_num_rx_queues() by Ben Hutchings · 14 years ago
  84. 388ac77 cfg80211: constify WDS address by Johannes Berg · 14 years ago
  85. 43b1995 nl80211: use new genl helpers for WDS by Johannes Berg · 14 years ago
  86. 7b99a7c mac80211: fix sw scan locking by Johannes Berg · 14 years ago
  87. 7573eac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  88. 4efe7f5 Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" by John W. Linville · 14 years ago
  89. fb3dbec Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by David S. Miller · 14 years ago
  90. 3d3211e net: netif_set_real_num_rx_queues may cap num_rx_queues at init time by John Fastabend · 14 years ago
  91. 1f4f0f6 dccp: Kill dead code and add static markers. by stephen hemminger · 14 years ago
  92. 9c6d5e5 TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success by John Heffner · 14 years ago
  93. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  94. 12e9447 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  95. 767e97e neigh: RCU conversion of struct neighbour by Eric Dumazet · 14 years ago
  96. 494486f mac80211: avoid uninitialized var warning in ieee80211_scan_cancel by John W. Linville · 14 years ago
  97. 3207390 cfg80211: fix BSS double-unlinking by Johannes Berg · 14 years ago
  98. b206b4e nl80211/mac80211: Add retry and failed transmission count to station info by Bruno Randolf · 14 years ago
  99. 3aed49e mac80211: compete scan to cfg80211 if deferred scan fail to start by Stanislaw Gruszka · 14 years ago
  100. 6eb11a9 mac80211: do not requeue scan work when not needed by Stanislaw Gruszka · 14 years ago