1. 1bdcd09 bcma: add IRQ number and pointer to DMA dev by Rafał Miłecki · 13 years ago
  2. 24ca39d b43: bus: abstract bus and core operations by Rafał Miłecki · 13 years ago
  3. 79d2232 b43: bus: abstract board info by Rafał Miłecki · 13 years ago
  4. c244e08 b43: bus: abstract chip info by Rafał Miłecki · 13 years ago
  5. a18c715 b43: bus: abstract device structs and irq by Rafał Miłecki · 13 years ago
  6. 0581483 b43: bus: abstract SPROM by Rafał Miłecki · 13 years ago
  7. 21d889d b43: bus: abstract 80211 core info by Rafał Miłecki · 13 years ago
  8. c0b4c00 b43: bus: abstract R/W operations by Rafał Miłecki · 13 years ago
  9. 482f053 b43: add bus device abstraction layer by Rafał Miłecki · 13 years ago
  10. aa63418 b43: rename ssb_device variable in ssb specific functions by Rafał Miłecki · 13 years ago
  11. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  12. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 13 years ago
  13. bee9525 net: Add linux/sysctl.h includes where needed. by David S. Miller · 13 years ago
  14. 9d931dd net: Kill ether_table[] declaration. by David S. Miller · 13 years ago
  15. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 13 years ago
  16. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 13 years ago
  17. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  18. 1df85ec ath9k: Fix AR9287 calibration by Adrian Chadd · 13 years ago
  19. 64c754e mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c by Jesper Juhl · 13 years ago
  20. a331400 mac80211: clear local->ps_data on disassoc by Eliad Peller · 13 years ago
  21. 64bd082 wireless: Default to 'n' for 2 new added devices in Kconfig. by Tao Ma · 13 years ago
  22. aac11c1 iwl4965: fix 5GHz operation by Stanislaw Gruszka · 13 years ago
  23. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  24. 1d38c16 mac80211: stop queues before rate control updation by Rajkumar Manoharan · 13 years ago
  25. 41e2b05 ath9k: set 40 Mhz rate only if hw is configured in ht40 by Rajkumar Manoharan · 13 years ago
  26. 51ac8cb ath9k_hw: disable phy restart on baseband panic caused by RXSM by Rajkumar Manoharan · 13 years ago
  27. a4d86d9 ath9k: Reset chip on baseband hang by Rajkumar Manoharan · 13 years ago
  28. fb23d86 b43: N-PHY: initialize last var in calibration function by Rafał Miłecki · 13 years ago
  29. 0019a2c rtlwifi: Use order 2 RX buffer allocation only if necessary by Larry Finger · 13 years ago
  30. a9e1286 rtlwifi: Fix kernel panic resulting from RX buffer allocation failure by Larry Finger · 13 years ago
  31. 208c72f nl80211: fix check for valid SSID size in scan operations by Luciano Coelho · 13 years ago
  32. 21bc7af mwifiex: correct event header length by Yogesh Ashok Powar · 13 years ago
  33. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 13 years ago
  34. 90e6247 bonding: cleanup module option descriptions by Andy Gospodarek · 13 years ago
  35. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago
  36. 240b262 net: davinci_emac: fix dev_err use at probe by Johan Hovold · 13 years ago
  37. 12e6c41 can: convert to %pK for kptr_restrict support by Oliver Hartkopp · 13 years ago
  38. fd0daf9 net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags by Michał Mirosław · 13 years ago
  39. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 13 years ago
  40. 9184a9c netfilter: ipset: fix ip_set_flush return code by Jozsef Kadlecsik · 13 years ago
  41. b141c24 netfilter: ipset: remove unused variable from type_pf_tdel() by Jozsef Kadlecsik · 13 years ago
  42. 249ddc7 netfilter: ipset: Use proper timeout value to jiffies conversion by Jozsef Kadlecsik · 13 years ago
  43. 94265cf bonding: documentation and code cleanup for resend_igmp by Flavio Leitner · 13 years ago
  44. 9fe0617 bonding: prevent deadlock on slave store with alb mode (v3) by Neil Horman · 13 years ago
  45. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 13 years ago
  46. 1dcb14d Add Fujitsu 1000base-SX PCI ID to tg3 by Meelis Roos · 13 years ago
  47. a5971d4 bnx2x: protect sequence increment with mutex by Dmitry Kravkov · 13 years ago
  48. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 13 years ago
  49. 367bbf2 isdn: netjet - blacklist Digium TDM400P by Prarit Bhargava · 13 years ago
  50. d10358d via-velocity: don't annotate MAC registers as packed by Ulrich Hecht · 13 years ago
  51. 1ba37c5 xen: netfront: hold RTNL when updating features. by Ian Campbell · 13 years ago
  52. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  53. f11970e net: make dev_disable_lro use physical device if passed a vlan dev (v2) by Neil Horman · 13 years ago
  54. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 13 years ago
  55. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  56. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  57. 6b36783 bug.h: Fix build with CONFIG_PRINTK disabled. by David S. Miller · 13 years ago
  58. daf8cf6 wireless: fix fatal kernel-doc error + warning in mac80211.h by Randy Dunlap · 13 years ago
  59. 1ba0145 wireless: fix cfg80211.h new kernel-doc warnings by Randy Dunlap · 13 years ago
  60. 54a430c iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabled by Wey-Yi Guy · 13 years ago
  61. 1f37070 dst: catch uninitialized metrics by Stephen Hemminger · 13 years ago
  62. 5d8bee6 be2net: hash key for rss-config cmd not set by Sathya Perla · 13 years ago
  63. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  64. b30c516 net: fix __dst_destroy_metrics_generic() by Eric Dumazet · 13 years ago
  65. 19694ac CDC NCM: release interfaces fix in unbind() by Alexey Orishko · 13 years ago
  66. eb722d7 bnx2x: fix inverted condition by Dmitry Kravkov · 13 years ago
  67. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  68. be3fc41 net: use synchronize_rcu_expedited() by Eric Dumazet · 13 years ago
  69. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  70. 229de61 net/irda: convert bfin_sir to common Blackfin UART header by Mike Frysinger · 13 years ago
  71. 6ac3f66 ipv6: Fix return of xfrm6_tunnel_rcv() by David S. Miller · 13 years ago
  72. 6c4a5cb net: filter: Use WARN_RATELIMIT by Joe Perches · 13 years ago
  73. b3eec79 bug.h: Add WARN_RATELIMIT by Joe Perches · 13 years ago
  74. 8efa885 sch_sfq: avoid giving spurious NET_XMIT_CN signals by Eric Dumazet · 13 years ago
  75. a4910b7 ehea: Fix multicast registration on semi-promiscuous mode by Breno Leitao · 13 years ago
  76. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  77. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  78. 4867faa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  79. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  80. 6fad2b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  81. 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  82. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  83. ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  84. e0c6b8a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm by Linus Torvalds · 13 years ago
  85. 710421cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  86. d7ef64a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  87. ff2a994 block: move bd_set_size() above rescan_partitions() in __blkdev_get() by Tejun Heo · 13 years ago
  88. f4b10bc Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  89. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  90. 4d9dec4 Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  91. 34b0645 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  92. 2e77def Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  93. 3cb6d15 perf tools: Fix sample size bit operations by Frederic Weisbecker · 13 years ago
  94. 998bedc perf tools: Fix ommitted mmap data update on remap by Frederic Weisbecker · 13 years ago
  95. fda5fe1 apm-emulation: apm_mutex breaks ACK; remove it by Paul Parsons · 13 years ago
  96. 366a238 Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  97. 4eec42f watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_thresh by Mandeep Singh Baines · 13 years ago
  98. 586692a watchdog: Disable watchdog when thresh is zero by Mandeep Singh Baines · 13 years ago
  99. e04ab2b watchdog: Only disable/enable watchdog if neccessary by Mandeep Singh Baines · 13 years ago
  100. 824c6b7 watchdog: Fix rounding bug in get_sample_period() by Mandeep Singh Baines · 13 years ago