1. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  2. 4c3eb3c IB/mlx4: Add VLAN support for IBoE by Eli Cohen · 15 years ago
  3. 7ac870e mlx4_en: Change multicast promiscuous mode to support IBoE by Eli Cohen · 14 years ago
  4. 96dfa68 mlx4_core: Update data structures and constants for IBoE by Eli Cohen · 14 years ago
  5. 33c87f0 mlx4_core: Allow protocol drivers to find corresponding interfaces by Eli Cohen · 15 years ago
  6. 0498628 mlx4_core: Allow log_mtts_per_seg up to 7 by Eli Cohen · 14 years ago
  7. 7d7dee9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  8. 49c37c0 drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  9. 4446718 drivers/net/eql.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  10. 7011e66 drivers/net/usb/hso.c: prevent reading uninitialized memory by Dan Rosenberg · 14 years ago
  11. bd12e5c Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  12. 801e147 r8169: Handle rxfifo errors on 8168 chips by Matthew Garrett · 14 years ago
  13. 84176b7 3c59x: Remove atomic context inside vortex_{set|get}_wol by Denis Kirjanov · 14 years ago
  14. b76dc05 pcmcia pcnet_cs: try setting io_lines to 16 if card setup fails by Dominik Brodowski · 14 years ago
  15. fddd910 phylib: fix PAL state machine restart on resume by Simon Guinot · 14 years ago
  16. ab12811 bonding: correctly process non-linear skbs by Andy Gospodarek · 14 years ago
  17. 6142811 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  18. 3429769 ppp: potential NULL dereference in ppp_mp_explode() by Dan Carpenter · 14 years ago
  19. c9cedbb ipheth: remove incorrect devtype to WWAN by Dan Williams · 15 years ago
  20. e199e61 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  21. 972c40b KS8851: Correct RX packet allocation by Eric Dumazet · 15 years ago
  22. ee9c5cf niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALL by Ben Hutchings · 15 years ago
  23. 608307e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  24. de2b96f via-velocity: Turn scatter-gather support back off. by David S. Miller · 15 years ago
  25. 32737e9 PATCH: b44 Handle RX FIFO overflow better (simplified) by Mark Lord · 15 years ago
  26. 89b12fa 3c59x: Fix deadlock in vortex_error() by Ben Hutchings · 15 years ago
  27. cb32f2a bonding: Fix jiffies overflow problems (again) by Jiri Bohac · 15 years ago
  28. c4433be stmmac: fix sleep inside atomic by Giuseppe Cavallaro · 15 years ago
  29. 323f30b be2net: remove a BUG_ON in be_cmds.c by Ajit Khaparde · 15 years ago
  30. d053de9 be2net: fix a bug in UE detection logic by Ajit Khaparde · 15 years ago
  31. 1ef78ab be2net: fix net-snmp error because of wrong packet stats by Ajit Khaparde · 15 years ago
  32. 5e4e757 Revert "sky2: don't do GRO on second port" by David S. Miller · 15 years ago
  33. 24cd804 3c59x: Remove incorrect locking; correct documented lock hierarchy by Ben Hutchings · 15 years ago
  34. de6be6c sky2: don't do GRO on second port by stephen hemminger · 15 years ago
  35. 9c01ae5 pxa168_eth: fix a mdiobus leak by Denis Kirjanov · 15 years ago
  36. a3f86ec Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  37. 9f1a1fc of: Fix missing includes - ll_temac by Michal Simek · 15 years ago
  38. 9048797 ath9k_hw: fix parsing of HT40 5 GHz CTLs by Luis R. Rodriguez · 15 years ago
  39. 803288e ath9k_hw: Fix EEPROM uncompress block reading on AR9003 by Luis R. Rodriguez · 15 years ago
  40. f880c20 p54: fix tx feedback status flag check by Christian Lamparter · 15 years ago
  41. d8e1ba7 ath5k: check return value of ieee80211_get_tx_rate by John W. Linville · 15 years ago
  42. 7619b1b pcnet_cs: add new_id by Ken Kawasaki · 15 years ago
  43. 29cfcdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  44. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  45. 557de5e libertas: if_sdio: fix buffer alignment in struct if_sdio_card by Mike Rapoport · 15 years ago
  46. fe5f098 qlge: reset the chip before freeing the buffers by Breno Leitao · 15 years ago
  47. b2bc856 pxa168_eth: silence gcc warnings by Dan Carpenter · 15 years ago
  48. 4f2c851 pxa168_eth: update call to phy_mii_ioctl() by Dan Carpenter · 15 years ago
  49. 945c7c7 pxa168_eth: fix error handling in prope by Dan Carpenter · 15 years ago
  50. 4169591 pxa168_eth: remove unneeded null check by Dan Carpenter · 15 years ago
  51. ef24b16 phylib: Fix race between returning phydev and calling adjust_link by Anton Vorontsov · 15 years ago
  52. 9dc002d caif-driver: add HAS_DMA dependency by Heiko Carstens · 15 years ago
  53. aa25ab7 3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx by Neil Horman · 15 years ago
  54. bf82791 qlcnic: fix poll implementation by Yinglin Luan · 15 years ago
  55. 7b589a3 netxen: fix poll implementation by Yinglin Luan · 15 years ago
  56. d1b113b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  57. f95d76a ipheth: add support for iPhone 4 by Jens Axboe · 15 years ago
  58. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 15 years ago
  59. 48d3ff8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  60. 1aef70e e1000e: don't check for alternate MAC addr on parts that don't support it by Bruce Allan · 15 years ago
  61. 19833b5 e1000e: disable ASPM L1 on 82573 by Bruce Allan · 15 years ago
  62. 8539992 ll_temac: Fix poll implementation by Michal Simek · 15 years ago
  63. 502820a netxen: fix a race in netxen_nic_get_stats() by Eric Dumazet · 15 years ago
  64. 1003201 qlnic: fix a race in qlcnic_get_stats() by Eric Dumazet · 15 years ago
  65. 9c38657 net: sh_eth: remove unused variable by Kuninori Morimoto · 15 years ago
  66. 772806b netxen: update version 4.0.74 by Amit Kumar Salecha · 15 years ago
  67. 4be353d netxen: fix inconsistent lock state by Amit Kumar Salecha · 15 years ago
  68. 0645bab ibmveth: Fix opps during MTU change on an active device by Robert Jennings · 15 years ago
  69. 2928db4 ehea: Fix synchronization between HW and SW send queue by Andre Detsch · 15 years ago
  70. 96ac4f6 bnx2x: Update bnx2x version to 1.52.53-4 by Yaniv Rosner · 15 years ago
  71. 3971a23 bnx2x: Fix PHY locking problem by Yaniv Rosner · 15 years ago
  72. a49f37e net: add Fast Ethernet driver for PXA168. by Sachin Sanap · 15 years ago
  73. 6a017e0 iwlwifi: use long monitor timer for 5300 series by Wey-Yi Guy · 15 years ago
  74. 5db5584 drivers/net/wireless: Restore upper case words in wiphy_<level> messages by Joe Perches · 15 years ago
  75. e14f64c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  76. 8b8ab9d iwlwifi: fix 3945 filter flags by Johannes Berg · 15 years ago
  77. c206a04 ipw2100: don't sync status queue entries by John W. Linville · 15 years ago
  78. 5ca6f7c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  79. 3198c68 iwlwifi: use long monitor timer to avoid un-necessary reload by Wey-Yi Guy · 15 years ago
  80. ce60659 iwlwifi: long monitor timer by Wey-Yi Guy · 15 years ago
  81. 4914c7f pcmcia: xirc2ps_cs bugfix by Dominik Brodowski · 15 years ago
  82. 6ccf15a ath5k: disable ASPM L0s for all cards by Maxim Levitsky · 15 years ago
  83. ca6cff1 ath9k_htc: load proper firmware for device ID 7015 by Rajkumar Manoharan · 15 years ago
  84. fe0dbcc wl1251: fix trigger scan timeout usage by Yuri Kululin · 15 years ago
  85. 71ba186 ath9k_htc: Fix disconnect issue in HT40 mode. by Vivek Natarajan · 15 years ago
  86. 2f2c779 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  87. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  88. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  89. cba86f2 phylib: available for any speed ethernet by Randy Dunlap · 15 years ago
  90. da93f10 ath9k_htc: fix panic on packet injection using airbase-ng tool. by Rajkumar Manoharan · 15 years ago
  91. 2f81b47 ipw2100: register pm_qos request before registering pci driver by John W. Linville · 15 years ago
  92. 946880f Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by Linus Torvalds · 15 years ago
  93. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  94. 241a6a5 drivers/net/wireless/libertas/cfg.c: needs sched.h by Andrew Morton · 15 years ago
  95. 886275c param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes. by Rusty Russell · 15 years ago
  96. 7d35103 param: lock myri10ge_fw_name against sysfs changes. by Rusty Russell · 15 years ago
  97. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 15 years ago
  98. 98a21ef caif-spi: Bugfix SPI_DATA_POS settings were inverted. by Sjur Braendeland · 15 years ago
  99. 1c114f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  100. 0b019a4 Merge branches 'master' and 'devel' into for-linus by Russell King · 15 years ago