1. 679563f tg3: Add MSI-X support by Matt Carlson · 15 years ago
  2. 4f125f4 tg3: Add support code around kernel interrupt API by Matt Carlson · 15 years ago
  3. 2d31eca tg3: Create tg3_rings_reset() by Matt Carlson · 15 years ago
  4. fd2ce37 tg3: Add per-int coalesce now member by Matt Carlson · 15 years ago
  5. f19af9c tg3: inline tg3_cond_int() by Matt Carlson · 15 years ago
  6. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  7. 0625491 ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDS by Eric Dumazet · 15 years ago
  8. f2798eb drop_monitor: fix trace_napi_poll_hit() by Xiao Guangrong · 15 years ago
  9. 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 15 years ago
  10. 3732e9b xilinx_emaclite: Fix permissions on driver sources. by David S. Miller · 15 years ago
  11. d66ee05 net: sk_free() should be allowed right after sk_alloc() by Jarek Poplawski · 15 years ago
  12. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  13. dcbfef8 au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe() by roel kluin · 15 years ago
  14. 5d78922 RTO connection timeout: sysctl documentation update by Damian Lukowski · 15 years ago
  15. 5152fc7 RTO connection timeout: coding style fixes and comments by Damian Lukowski · 15 years ago
  16. 72c6068 sky2: Use 32bit read to read Y2_VAUX_AVAIL by Mike McCormack · 15 years ago
  17. 90bbebb sky2: Create buffer alloc and free helpers by Mike McCormack · 15 years ago
  18. 10547ae sky2: fix management of driver LED by Stephen Hemminger · 15 years ago
  19. 89f56d1 tun: reuse struct sock fields by Michael S. Tsirkin · 15 years ago
  20. 86393e5 netns: embed ip6_dst_ops directly by Alexey Dobriyan · 15 years ago
  21. 885a136 bonding: use compare_ether_addr_64bits() in ALB by Eric Dumazet · 15 years ago
  22. ac06713 macvlan: Use compare_ether_addr_64bits() by Eric Dumazet · 15 years ago
  23. c3c7432 ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded without any cable and reconnecting it to 1G partner by Mallikarjuna R Chilakala · 15 years ago
  24. b7fdb71 ixgbe: Properly disable DCB arbiters prior to applying changes by Peter P Waskiewicz Jr · 15 years ago
  25. 8620a10 ixgbe: refactor link setup code by Mallikarjuna R Chilakala · 15 years ago
  26. fd38d7a e1000: Fix for e1000 kills IPMI on a tagged vlan. by Graham, David · 15 years ago
  27. 04e715c iwmc3200wifi: Add a last_fw_err debugfs entry by Samuel Ortiz · 15 years ago
  28. d210176 iwmc3200wifi: Handle UMAC stalls and UMAC assert properly by Samuel Ortiz · 15 years ago
  29. d04bd62 iwmc3200wifi: New initial LMAC calibration by Samuel Ortiz · 15 years ago
  30. 31452420 iwmc3200wifi: fix misuse of le16_to_cpu by Zhu Yi · 15 years ago
  31. c743627 iwmc3200wifi: add disconnect work by Zhu Yi · 15 years ago
  32. de15fd3 iwmc3200wifi: use cfg80211_roamed to send roam event by Zhu Yi · 15 years ago
  33. d041811 iwmc3200wifi: Fix sparse warning by Samuel Ortiz · 15 years ago
  34. b90a5c9 iwmc3200wifi: Set WEP key from connect by Samuel Ortiz · 15 years ago
  35. ae73abf iwmc3200wifi: invalidate profile when necessary before connect by Zhu Yi · 15 years ago
  36. 2b7dcfb rndis_wlan: remove 'select WIRELESS_EXT' in Kconfig by Jussi Kivilinna · 15 years ago
  37. 53d27ea rndis_wlan: fix sparse endianess warnings by Jussi Kivilinna · 15 years ago
  38. c5c4fe9 rndis_wlan: cleanup by Jussi Kivilinna · 15 years ago
  39. 051ae0b rndis_wlan: use bool for on/off switches by Jussi Kivilinna · 15 years ago
  40. 8f43161 ath9k: Call spin_lock_bh() on btcoex_lock by Vasanthakumar Thiagarajan · 15 years ago
  41. ebb8e1d ath9k: Move generic hw timer intr handler to bottom-half by Vasanthakumar Thiagarajan · 15 years ago
  42. 8bc11b4 rfkill: relicense header file by Johannes Berg · 15 years ago
  43. 6fa12c8 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. by Damian Lukowski · 15 years ago
  44. f1ecd5d Revert Backoff [v3]: Revert RTO on ICMP destination unreachable by Damian Lukowski · 15 years ago
  45. 4d1a2d9 Revert Backoff [v3]: Rename skb to icmp_skb in tcp_v4_err() by Damian Lukowski · 15 years ago
  46. 6ee1652 ixgbe: Add support for dcbnl_rtnl_ops.setapp/getapp by Yi Zou · 15 years ago
  47. 5794968 dcbnl: Add implementations of dcbnl setapp/getapp commands by Yi Zou · 15 years ago
  48. 6fa382a dcbnl: Add netlink attributes for setapp/getapp to dcbnl by Yi Zou · 15 years ago
  49. 7114323 dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_ops by Yi Zou · 15 years ago
  50. 0f6f290 dcbnl: Add support for setapp/getapp commands to dcbnl by Yi Zou · 15 years ago
  51. 8450ff8 ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599 by Yi Zou · 15 years ago
  52. 0af46d9 vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN by Yi Zou · 15 years ago
  53. cb45439 net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_ops by Yi Zou · 15 years ago
  54. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  55. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  56. 0fc4809 appletalk: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  57. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  58. 27a1de9 3com: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  59. ad09646 tulip: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  60. 3a27c14 uwb: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  61. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  62. 6518bbb irda: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  63. dbf02fa netdev: convert pcmcia drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  64. 4c5d502 hdlc: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  65. d71a674 wan: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  66. 61a8410 tokenring: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  67. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  68. 8b62ff2 isdn: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  69. 36e4d64 convert hamradio drivers to netdev_txreturnt_t by Stephen Hemminger · 15 years ago
  70. 3c805a2 convert ATM drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  71. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  72. dc1f8bf netdev: change transmit to limited range type by Stephen Hemminger · 15 years ago
  73. 1c29ce6 ath9k: Do an AHB reset before doing RTC reset by Vasanthakumar Thiagarajan · 15 years ago
  74. 3107edb ipw2200: fix kconfig dependencies by Randy Dunlap · 15 years ago
  75. daee6c0 rt2x00: Reorganize padding & L2 padding by Ivo van Doorn · 15 years ago
  76. 2e27cff rt2x00: Fix TX status reporting by Ivo van Doorn · 15 years ago
  77. 1ee50cd b43: LP-PHY: Fix TX gain tables by Gábor Stefanik · 15 years ago
  78. c71dbd3 b43: Fix typo in modparam_btcoex description by Gábor Stefanik · 15 years ago
  79. 0136e51 b43: Add myself to module authors & to LP-PHY file copyright notices by Gábor Stefanik · 15 years ago
  80. c206a39 b43: Refactor and update antenna diversity for A/G-PHY by Gábor Stefanik · 15 years ago
  81. af472a95 iwl3945: reduce debug noise when default debug flags used by Reinette Chatre · 15 years ago
  82. b57d46a iwlwifi: fix situation in which debug message is printed by Reinette Chatre · 15 years ago
  83. 4c561a0 iwlwifi: use sleep interval succession by Johannes Berg · 15 years ago
  84. 31513be iwlwifi: use iwl_hwrate_get_mac80211_idx where appropriate by Daniel C Halperin · 15 years ago
  85. b58ef21 iwlwifi: remove incorrect uses of ieee80211_get_tx_rate to prevent TX stall by Daniel C Halperin · 15 years ago
  86. 5027309 iwlwifi: remove 60 Mbps from sband bitrates table by Daniel C Halperin · 15 years ago
  87. 9e39f7c s2io: Generate complete messages using single line DBG_PRINTs by Joe Perches · 15 years ago
  88. 82c2d02 s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg-> by Joe Perches · 15 years ago
  89. ffb5df6 s2io.c: Standardize statistics accessors by Joe Perches · 15 years ago
  90. a2a20ae s2io.c: fix spelling explaination by Joe Perches · 15 years ago
  91. 6cef2b8 s2io.c: convert printks to pr_<level> by Joe Perches · 15 years ago
  92. d44570e s2io.c: Make more conforming to normal kernel style by Joe Perches · 15 years ago
  93. 44364a0 s2io.c: use kzalloc by Joe Perches · 15 years ago
  94. 4f87032 s2io.c: Use calculated size in kmallocs by Joe Perches · 15 years ago
  95. 13d866a s2io.c: Shorten code line length by using intermediate pointers by Joe Perches · 15 years ago
  96. 6fce365 s2io.c: Use const for strings by Joe Perches · 15 years ago
  97. a453e06 pkt_sched: Fix resource limiting in pfifo_fast by Krishna Kumar · 15 years ago
  98. 03a9a44 net: convert remaining non-symbolic return values in dev_queue_xmit by Krishna Kumar · 15 years ago
  99. 7b3d3e4 netdevice: Consolidate to use existing macros where available. by Krishna Kumar · 15 years ago
  100. 6ca8b99 can: use correct NET_RX_ return values by Oliver Hartkopp · 15 years ago