1. c1b6009 qlge: bugfix: Restoring the vlan setting. by Ron Mercer · 14 years ago
  2. f203af7 be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()/close() by Somnath Kotur · 14 years ago
  3. cd0ea24 gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2.6.36-rc5 crash with gianfar ethernet at full line rate traffic) by Jarek Poplawski · 14 years ago
  4. 1941bf8 drivers/atm/eni.c: Remove multiple uses of KERN_<level> by Joe Perches · 14 years ago
  5. f2dc0d1 tg3: Do not call device_set_wakeup_enable() under spin_lock_bh by Rafael J. Wysocki · 14 years ago
  6. 78fd9c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  7. b9958a9 can: mcp251x: fix reception of standard RTR frames by Marc Kleine-Budde · 14 years ago
  8. 9a27586 can: flexcan: fix use after free of priv by Marc Kleine-Budde · 14 years ago
  9. 06d6e6d drivers/net: sgiseeq: fix return on error by Nicolas Kaiser · 14 years ago
  10. 10d8c46 pch_can: depends on PCI by Randy Dunlap · 14 years ago
  11. 5202e17 tms380tr: Use mdelay() in tms380tr_wait(). by David S. Miller · 14 years ago
  12. 0926f91 mlx4_en: Fix out of bounds array access by Eli Cohen · 14 years ago
  13. b336369 macb: Don't re-enable interrupts while in polling mode by Joshua Hoke · 14 years ago
  14. c6ce2f4 be2net: Fix CSO for UDP packets by Somnath Kotur · 14 years ago
  15. 63a7694 be2net: Call netif_carier_off() after register_netdev() by Somnath Kotur · 14 years ago
  16. 18edc84 cxgb3: fix device opening error path by Divy Le Ray · 14 years ago
  17. 822395b iwlwifi: quiet a noisy printk by Don Fry · 14 years ago
  18. fac6b6a ath9k: resume aggregation immediately after a hardware reset by Felix Fietkau · 14 years ago
  19. dafeac3 carl9170: fix scheduling while atomic by Christian Lamparter · 14 years ago
  20. 30115c2 b43: N-PHY: fix infinite-loop-typo by Rafał Miłecki · 14 years ago
  21. 04348f2 wl1251: fix module names by Grazvydas Ignotas · 14 years ago
  22. 0299a50 ath9k: fix handling of rate control probe frames by Felix Fietkau · 14 years ago
  23. 0845735 ath9k: fix crash in ath_update_survey_stats by Felix Fietkau · 14 years ago
  24. 2d3fca1 ath9k_hw: Fix divide by zero cases in paprd. by Senthil Balasubramanian · 14 years ago
  25. 0dfa6db ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2 by Luis R. Rodriguez · 14 years ago
  26. 3d2f2cd carl9170: fix memory leak issue in async cmd macro wrappers by Christian Lamparter · 14 years ago
  27. cae7f95 carl9170: fix async command buffer leak by Christian Lamparter · 14 years ago
  28. 9192f71 ath5k: Properly initialize ath_common->cc_lock. by Ben Greear · 14 years ago
  29. 20b25744 ath9k: Properly initialize ath_common->cc_lock. by Ben Greear · 14 years ago
  30. fd59cba typhoon: update to new VLAN acceleration model by David Dillow · 14 years ago
  31. 154ccd8 typhoon: wait for RX mode commands to finish by David Dillow · 14 years ago
  32. 7f8a688 slhc: Don't export symbols twice by Denis Kirjanov · 14 years ago
  33. 1c55781 jme: Support WoL after shutdown by Guo-Fu Tseng · 14 years ago
  34. 0561cf3 vmxnet3: fix typo setting confPA by Harvey Harrison · 14 years ago
  35. 81e8e56 vmxnet3: annotate hwaddr members as __iomem pointers by Harvey Harrison · 14 years ago
  36. 3843e51 vmxnet3: remove set_flag_le{16,64} helpers by Harvey Harrison · 14 years ago
  37. 19ecae2 cxgb4: update to utilize the newer VLAN infrastructure by Dimitris Michailidis · 14 years ago
  38. 8f6d9f4 cxgb4: fix crash due to manipulating queues before registration by Dimitris Michailidis · 14 years ago
  39. 2d3359f can: tscan1: add driver for TS-CAN1 boards by Andre B. Oliveira · 14 years ago
  40. 38df7a3 e1000: make e1000_reinit_safe local by stephen hemminger · 14 years ago
  41. 8d96286 bnx2x: make local function static and remove dead code by stephen hemminger · 14 years ago
  42. fa274cb qlge: disable unsed dump code by stephen hemminger · 14 years ago
  43. ac40921 qlge: make local functions static by stephen hemminger · 14 years ago
  44. 42821a5 vxge: make functions local and remove dead code by stephen hemminger · 14 years ago
  45. 89ff05e phylib: make local function static by stephen hemminger · 14 years ago
  46. ff2d8d6 atlx: make local functions/data static by stephen hemminger · 14 years ago
  47. 0fb1e54 atl1c: make functions static by stephen hemminger · 14 years ago
  48. 49b0522 benet: make be_poll_rx local by stephen hemminger · 14 years ago
  49. 3f3a5fd benet: remove dead code by stephen hemminger · 14 years ago
  50. 9740d78 mlx4: make functions local and remove dead code. by stephen hemminger · 14 years ago
  51. 00389b0 can: at91_can: add KBUILD_MODNAME to bittiming constant by Marc Kleine-Budde · 14 years ago
  52. 882055c can: at91_can: convert dev_<level> printing to netdev_<level> by Marc Kleine-Budde · 14 years ago
  53. 7672fe7 can: at91_can: convert readl, writel their __raw pendants by Marc Kleine-Budde · 14 years ago
  54. b156fd0 can: at91_can: set bittiming in chip_start by Marc Kleine-Budde · 14 years ago
  55. 33a6f29 can: at91_can: implement and use at91_get_berr_counter by Marc Kleine-Budde · 14 years ago
  56. a9d992e can: at91_can: fix section mismatch warning by Marc Kleine-Budde · 14 years ago
  57. b61f674 can: at91_can: fix compiler warning in at91_irq_err_state by Marc Kleine-Budde · 14 years ago
  58. 759a6c7 can: at91_can: fix use after free of priv by Marc Kleine-Budde · 14 years ago
  59. 8a0e0a4 can: at91_can: fix reception of extended frames by Marc Kleine-Budde · 14 years ago
  60. dbe9132 can: at91_can: use correct bit to enable CAN_CTRLMODE_3_SAMPLES by Marc Kleine-Budde · 14 years ago
  61. b21d18b can: Topcliff: Add PCH_CAN driver. by Masayuki Ohtake · 14 years ago
  62. 6cebb17 connector: remove lazy workqueue creation by Tejun Heo · 14 years ago
  63. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  64. 8de547e Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac by Linus Torvalds · 14 years ago
  65. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  66. bdaf12b Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  67. 7c024e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  68. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  69. bf5d95c i2c-viapro: Don't log nacks by Jean Delvare · 14 years ago
  70. db79f2a i2c/pca954x: Remove __devinit and __devexit from probe and remove functions by Guenter Roeck · 14 years ago
  71. ae63b13 i2c/mux: Driver for PCA9541 I2C Master Selector by Guenter Roeck · 14 years ago
  72. 51b54ba i2c: Optimize function i2c_detect() by Jean Delvare · 14 years ago
  73. d57558d i2c: Discard warning message on device instantiation from user-space by Jean Delvare · 14 years ago
  74. 9cb2c27 i2c-amd8111: Add proper error handling by Julia Lawall · 14 years ago
  75. ef9d9b8 i2c: Change to new flag variable by matt mooney · 14 years ago
  76. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  77. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  78. 3235844 i2c-pca-platform: Change device name of request_irq by Nobuhiro Iwamatsu · 14 years ago
  79. 0a57274 i2c: Fix Kconfig dependencies by Jean Delvare · 14 years ago
  80. cefa33e KVM: S390: Add virtio hotplug add support by Alexander Graf · 14 years ago
  81. fc678d6 KVM: S390: take a full byte as ext_param indicator by Alexander Graf · 14 years ago
  82. d8692ac HID: fix mismerge in hid-lg by Jiri Kosina · 14 years ago
  83. f127541 Merge branch 'waltop' into for-linus by Jiri Kosina · 14 years ago
  84. 8b66a16 Merge branch 'uc-logic' into for-linus by Jiri Kosina · 14 years ago
  85. bbd128b Merge branches '3m', 'egalax', 'logitech', 'magicmouse', 'ntrig' and 'roccat' into for-linus by Jiri Kosina · 14 years ago
  86. c3d9d74 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 years ago
  87. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  88. 8814011 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  89. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  90. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  91. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  92. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  93. 80c226f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  94. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  95. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  96. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  97. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  98. 4f3a29d Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  99. 91b152a kdb,kgdb: fix sparse fixups by Jason Wessel · 14 years ago
  100. f5d9d24 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago