1. 652f093 Compilation fix for ixgbe_main.c. by Denis V. Lunev · 17 years ago
  2. 80950f8 net: yellowfin parenthesis fix by Mariusz Kozlowski · 17 years ago
  3. a5af6ad netdev: ehea: port_lock semaphore to mutex by Daniel Walker · 17 years ago
  4. da59cde netdev: ehea: bcmc_regs semaphore to mutex by Daniel Walker · 17 years ago
  5. dbbcbb2 netdev: ehea: locking order correction by Daniel Walker · 17 years ago
  6. 9f71a56 netdev: ehea: ehea_fw_handles semaphore to mutex by Daniel Walker · 17 years ago
  7. 06f89ed netdev: ehea: semaphore to mutex by Daniel Walker · 17 years ago
  8. b7aa690 drivers/net/tokenring/3c359.c: use time_* macros by S.Caglar Onur · 17 years ago
  9. 9307b57 drivers/net/arcnet/arcnet.c: use time_* macros by S.Caglar Onur · 17 years ago
  10. ac4bed1 3c509: convert to isa_driver and pnp_driver by Ondrej Zary · 17 years ago
  11. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  12. e5225b3 libertas: reduce debug output by Holger Schurig · 17 years ago
  13. 8dd6282 prism54: correct thinko in "prism54: Convert stats_sem in a mutex" by John W. Linville · 17 years ago
  14. cee24a3 mac80211: A-MPDU MLME use dynamic allocation by Ron Rindjunsky · 17 years ago
  15. 7d57961 libertas: the compact flash driver is no longer experimental by Holger Schurig · 17 years ago
  16. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 17 years ago
  17. c2b310a libertas: kill useless #define LBS_MONITOR_OFF 0 by Holger Schurig · 17 years ago
  18. 69dc5d9 iwlwifi: iwl_priv - clean up in types of members by Tomas Winkler · 17 years ago
  19. 0472f88 iwlwifi: allow a default callback for ASYNC host commands by Emmanuel Grumbach · 17 years ago
  20. 775ea37 iwlwifi: improve NIC i/o debug prints information by Tomas Winkler · 17 years ago
  21. 3395f6e iwlwifi: rename iwl-4965-io.h to iwl-io.h by Tomas Winkler · 17 years ago
  22. ab53d8a iwlwifi: Add led support by Mohamed Abbas · 17 years ago
  23. e0e0a67 iwlwifi: do not register bands with no supported channels by John W. Linville · 17 years ago
  24. 0e5606e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  25. 14eabf7 Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  26. 2f44891 gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure. by Andy Fleming · 17 years ago
  27. 99da500 gianfar: Only process completed frames by Andy Fleming · 17 years ago
  28. faa8957 gianfar: Fix frame size calculation when hardware VLAN acceleration is on by Dai Haruki · 17 years ago
  29. a3cb96a gianfar: Fix the data buffer stashing amount by Dai Haruki · 17 years ago
  30. 1119d57 Use single_open instead of manual manipulations. by Pavel Emelyanov · 17 years ago
  31. 57bb7e2 phy/broadcom: add support for BCM5481 PHY by Anton Vorontsov · 17 years ago
  32. b39b5a2 qla3xxx: convert byte order of constant instead of variable by Marcin Slusarz · 17 years ago
  33. 7a6d84c drivers/net/mv643xx_eth.c: Use FIELD_SIZEOF by Julia Lawall · 17 years ago
  34. ef11291 Add support the Korina (IDT RC32434) Ethernet MAC by Florian Fainelli · 17 years ago
  35. bfebbb8 forcedeth: Use round_jiffies for stats timer by Daniel Drake · 17 years ago
  36. 3459feb s2io annotations by Al Viro · 17 years ago
  37. 3b86301 endianness annotations: rndis by Al Viro · 17 years ago
  38. fa3a6cb annotate cxgb3 (ab)uses of skb->priority/skb->csum by Al Viro · 17 years ago
  39. 2f220e3 skfp annotations by Al Viro · 17 years ago
  40. eca1ad8 misc drivers/net annotations by Al Viro · 17 years ago
  41. 05bd831 ni52: more unbreaking by Al Viro · 17 years ago
  42. 176f65f ni52: switch to ioremap() by Al Viro · 17 years ago
  43. 76af569 ni52: clean up check586() by Al Viro · 17 years ago
  44. 7f8cfd5 ni52: clean up initialization of priv by Al Viro · 17 years ago
  45. e06ee2b ni52: make ->base char __iomem * by Al Viro · 17 years ago
  46. de59714 ni52: kill the second argument of check586(), get rid of bogus pointer by Al Viro · 17 years ago
  47. 725aa4a ni52: unbreak scp_struct by Al Viro · 17 years ago
  48. 2d76c26 ni52 trivial iomem annotations by Al Viro · 17 years ago
  49. 9c61a9d ixgb: remove irq_sem by Jesse Brandeburg · 17 years ago
  50. 9150b76 e1000: remove irq_sem by Jesse Brandeburg · 17 years ago
  51. 74ef9c3 e1000e: remove irq_sem by Jesse Brandeburg · 17 years ago
  52. 67d204a e1000e: remove no longer used e1000e_read_nvm_spi by Auke Kok · 17 years ago
  53. a9340b8 ixgb: move externs out of .c files by Auke Kok · 17 years ago
  54. 446490c ixgb: convert boolean_t to bool by Joe Perches · 17 years ago
  55. bab2bce ixgb: add explicit state checking by Jesse Brandeburg · 17 years ago
  56. c3033b0 e1000: Convert boolean_t to bool by Joe Perches · 17 years ago
  57. f0c88f9 netxen, phy/marvell, skge: minor checkpatch fixes by Jeff Garzik · 17 years ago
  58. f6f4bfa S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts by Sreenivasa Honnur · 17 years ago
  59. 5ea7963 b44: Truncate PHY address by Michael Buesch · 17 years ago
  60. 6ef2977 skge napi->poll() locking bug by Marin Mitov · 17 years ago
  61. 9f5e60d rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails by Jussi Kivilinna · 17 years ago
  62. b1186de cxgb3: Fix lockdep problems with sge.reg_lock by Roland Dreier · 17 years ago
  63. dc01c44 ehea: Fix IPv6 support by Thomas Klein · 17 years ago
  64. 23d245b dm9000: Support promisc and all-multi modes by Peter Korsgaard · 17 years ago
  65. 33edded dm9601: configure MAC to drop invalid (crc/length) packets by Peter Korsgaard · 17 years ago
  66. b47b4b2 dm9601: add Hirose USB-100 device ID by Peter Korsgaard · 17 years ago
  67. be937f1 Marvell PHY m88e1111 driver fix by Alexandr Smirnov · 17 years ago
  68. d1847a7 netxen: fix rx dropped stats by Dhananjay Phadke · 17 years ago
  69. ba53e6b netxen: remove low level tx lock by Dhananjay Phadke · 17 years ago
  70. 05aaa02 netxen: napi and irq cleanup by Dhananjay Phadke · 17 years ago
  71. 443be79 netxen: improve msi support by Dhananjay Phadke · 17 years ago
  72. 9e6db60 smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade by Bryan Wu · 17 years ago
  73. c7793ac ixgb: remove unused variable by Julia Lawall · 17 years ago
  74. 1172899 e100: endianness annotations by Al Viro · 17 years ago
  75. 6d8126f igb trivial annotations by Al Viro · 17 years ago
  76. 7deb07b igb: endianness fix by Al Viro · 17 years ago
  77. 2cfb8b7 bonding: update version by Jay Vosburgh · 17 years ago
  78. 92b41da bonding: Fix sysfs attribute handling by Libor Pechacek · 17 years ago
  79. 966bc6f bonding: fix two compiler warnings by Jay Vosburgh · 17 years ago
  80. 2bf86b7 bonding: Fix locking in 802.3ad mode by Jay Vosburgh · 17 years ago
  81. 26c080bf smctr.c: fix logical-bitwise-or confusion by Jay Schulist · 17 years ago
  82. dfe98e9 Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 17 years ago
  83. 3a643d2 rt2x00: Fix in_atomic() usage by Ivo van Doorn · 17 years ago
  84. 866a050 rt2x00: Fix rate detection for invalid signals by Ivo van Doorn · 17 years ago
  85. 49d20fa PS3: gelic: Add support for separate cipher selection by Masakazu Mokuno · 17 years ago
  86. c01f9c6 b43: Don't compile N-PHY code when N-PHY is disabled by Michael Buesch · 17 years ago
  87. 1ea8739 iwlwifi: Completing the parameter packaging by Assaf Krauss · 17 years ago
  88. 83f7d57 ipw2200 annotations and fixes by Al Viro · 17 years ago
  89. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 17 years ago
  90. 857485c iwlwifi: move host command sending functions to core module by Tomas Winkler · 17 years ago
  91. 8622e70 iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_info by Assaf Krauss · 17 years ago
  92. 410e088 iwlwifi: iwl3945 remove 4965 commands by Tomas Winkler · 17 years ago
  93. ab885f8 iwlwifi-2.6: enables RX TKIP decryption in HW by Emmanuel Grumbach · 17 years ago
  94. 2bc7508 iwlwifi-2.6: enables HW TKIP encryption by Emmanuel Grumbach · 17 years ago
  95. 17e476b iwlwifi-2.6: RX status translation to old scheme by Emmanuel Grumbach · 17 years ago
  96. deb09c4 iwlwifi-2.6: Cleans up set_key flow by Emmanuel Grumbach · 17 years ago
  97. bf85ea4 iwlwifi: Probe Flow - Extracting hw and priv init by Assaf Krauss · 17 years ago
  98. 1d0a082 iwlwifi: Probe Flow - Performing allocation in a separate function by Assaf Krauss · 17 years ago
  99. 00acbc9 iwlwifi: Packing all 4965 parameters by Assaf Krauss · 17 years ago
  100. 316c30d iwlwifi: Re-ordering probe flow (4965) by Assaf Krauss · 17 years ago