1. 627c8a0 e1000e: Reset 82577/82578 PHY before first PHY register read by Bruce Allan · 14 years ago
  2. 6dfaa76 e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0 by Bruce Allan · 14 years ago
  3. ffb2736 netpoll: Use 'bool' for netpoll_rx() return type. by David S. Miller · 14 years ago
  4. f6dc31a bonding: make bonding support netpoll by WANG Cong · 14 years ago
  5. c06ee96 bridge: make bridge support netpoll by WANG Cong · 14 years ago
  6. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  7. 0825959 ixgbevf: Cache PF ack bit in interrupt by Greg Rose · 14 years ago
  8. 8a07a22 ixgbe: Streamline MC filter setup for VFs by Greg Rose · 14 years ago
  9. 7342291 ixgbe: Remove unneeded register writes in VF VLAN setup by Greg Rose · 14 years ago
  10. 58544fe Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  11. 2873957 igb: reduce cache misses on tx cleanup by Nick Nunley · 14 years ago
  12. a84afa4 ks8851: companion eeprom access through ethtool by Sebastien Jan · 14 years ago
  13. a4bdfff ks8851: Low level functions for read/write to companion eeprom by Sebastien Jan · 14 years ago
  14. 7d99746 ks8851: Add caching of CCR register by Sebastien Jan · 14 years ago
  15. d951f72 forcedeth: Account for consumed budget in napi poll by Tom Herbert · 14 years ago
  16. 0294b6f netdev: octeon_mgmt: Remove some gratuitous blank lines. by David Daney · 14 years ago
  17. 4e4a4f1 netdev: octeon_mgmt: Try not to drop TX packets when stopping the queue. by David Daney · 14 years ago
  18. b635e06 netdev: octeon_mgmt: Free TX skbufs in a timely manner. by David Daney · 14 years ago
  19. a0cfa85 netdev: octeon_mgmt: Fix race manipulating irq bits. by David Daney · 14 years ago
  20. 4d30b80 netdev: octeon_mgmt: Fix race condition freeing TX buffers. by David Daney · 14 years ago
  21. 62538d2 netdev: octeon_mgmt: Use proper MAC addresses. by David Daney · 14 years ago
  22. 7f01648 ixgbe: Add support for VF MAC and VLAN configuration by Greg Rose · 14 years ago
  23. f041277 ixgbe: Add boolean parameter to ixgbe_set_vmolr by Greg Rose · 14 years ago
  24. eab2abf e1000/e1000e: implement a simple interrupt moderation by Jesse Brandeburg · 14 years ago
  25. edf15c1 e1000e: increase rx fifo size to 36K on 82574 and 82583 by Alexander Duyck · 14 years ago
  26. f85e4df e1000e: Save irq into netdev structure by Tom Herbert · 14 years ago
  27. c72ea83 e1000e: Remove unnessary log message by Tom Herbert · 14 years ago
  28. 50849d7 e1000e: reduce writes of RX producer ptr by Tom Herbert · 14 years ago
  29. 9ed318d e1000e: save skb counts in TX to avoid cache misses by Tom Herbert · 14 years ago
  30. 4447957 bnx2x: Fix check to get RX hash by Tom Herbert · 14 years ago
  31. 2861a18 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  32. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  33. adfba3c mac80211: use fixed channel in ibss join when appropriate by Johannes Berg · 14 years ago
  34. f2c9838 rtl8187: use SET_IEEE80211_PERM_ADDR by John W. Linville · 14 years ago
  35. ec7d2f2 net: __alloc_skb() speedup by Eric Dumazet · 14 years ago
  36. 8753d29 pppoe: remove unnecessary checks in pppoe_flush_dev by Jiri Pirko · 14 years ago
  37. c693bf9 rtl8180: use SET_IEEE80211_PERM_ADDR by John W. Linville · 14 years ago
  38. df624ca rt2x00: Register frame length in TX entry descriptor instead of L2PAD. by Gertjan van Wingerde · 14 years ago
  39. a21ee72 rt2x00: Fix HT40+/HT40- setting in rt2800. by Gertjan van Wingerde · 14 years ago
  40. 79a854f rt2x00: Enable RT30xx by default. by Gertjan van Wingerde · 14 years ago
  41. c266148 rt2x00: Remove rt2x00pci.h include from rt2800lib. by Gertjan van Wingerde · 14 years ago
  42. 3d79b2a iwlwifi: recalculate average tpt if not current by Reinette Chatre · 14 years ago
  43. 0a12761 forcedeth: Kill NAPI config options. by David S. Miller · 14 years ago
  44. 53f224c forcedeth: GRO support by Tom Herbert · 14 years ago
  45. 93bb64e net: skb_free_datagram_locked() fix by Eric Dumazet · 14 years ago
  46. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  47. 4f70ecc net: rcu fixes by Eric Dumazet · 14 years ago
  48. 52a60ed phy/micrel: Add module device ID table for autoloading. by David S. Miller · 14 years ago
  49. 0f7ca59 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. d050700 drivers/net/phy: micrel phy driver by David J. Choi · 14 years ago
  51. a2f3be1 unix/garbage: kill copy of the skb queue walker by Ilpo Järvinen · 14 years ago
  52. 55afbd0 macvtap: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  53. e9162ab dm9601: fix phy/eeprom write routine by Peter Korsgaard · 14 years ago
  54. 26d2784 Revert "ixgbe: disable MSI-X by default on certain Cisco adapters" by David S. Miller · 14 years ago
  55. 19937d0 ppp_generic: handle non-linear skbs when passing them to pppd by Simon Arlott · 14 years ago
  56. ea8420e ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid by Simon Arlott · 14 years ago
  57. 52c7738 iwmc3200wifi: fix busted iwm_debugfs_init definition by John W. Linville · 14 years ago
  58. 1d7d969 Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 14 years ago
  59. 12ef116 wireless: rt2x00: rt2800usb: be in sync with latest windows drivers. by Xose Vazquez Perez · 14 years ago
  60. 23ff98f mac80211_hwsim: fix double-scan detection by Johannes Berg · 14 years ago
  61. be4a4b6 mac80211: improve IBSS scanning by Johannes Berg · 14 years ago
  62. a75b436 mac80211: allow controlling aggregation manually by Johannes Berg · 14 years ago
  63. 07cefe7 orinoco_usb: implement fw download by David Kilroy · 14 years ago
  64. fc97431 orinoco_usb: avoid in_atomic by David Kilroy · 14 years ago
  65. 9afac70 orinoco: add orinoco_usb driver by David Kilroy · 14 years ago
  66. bcad6e8 orinoco: encapsulate driver locking by David Kilroy · 14 years ago
  67. 593ef09 orinoco: allow driver to specify netdev_ops by David Kilroy · 14 years ago
  68. b42f207 orinoco: add hermes_ops by David Kilroy · 14 years ago
  69. f7c6559 mac80211: fix ieee80211_find_sta[_by_hw] by Johannes Berg · 14 years ago
  70. c7ab1a4 b43legacy: Added get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  71. 354b4f0 b43: Added get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  72. 91639c7 rt2x00: remove now unused noise field from struct rxdone_entry_desc by John W. Linville · 14 years ago
  73. 1f55c12 iwmc3200wifi: cleanup unneeded debugfs error handling by John W. Linville · 14 years ago
  74. d9d52b5 tun: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  75. cd7b539 net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h by David S. Miller · 14 years ago
  76. dee4287 net: fix softnet_stat by Changli Gao · 14 years ago
  77. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  78. 1183f38 net: fix compile error due to double return type in SOCK_DEBUG by Jan Engelhardt · 14 years ago
  79. 47d2964 net: Inline skb_pull() in eth_type_trans(). by David S. Miller · 14 years ago
  80. 6f1464b net/usb: initiate sync sequence in sierra_net.c driver by Elina Pasheva · 14 years ago
  81. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  82. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  83. bfa0d98 sctp: Optimize computation of highest new tsn in SACK. by Vlad Yasevich · 14 years ago
  84. ea862c8 sctp: correctly mark missing chunks in fast recovery by Vlad Yasevich · 14 years ago
  85. 6588337 sctp: rwnd_press should be cumulative by Vlad Yasevich · 14 years ago
  86. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  87. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  88. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  89. d9efc22 sctp: Do not force T3 timer on fast retransmissions. by Vlad Yasevich · 14 years ago
  90. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  91. d598b16 sctp: Make sure we always return valid retransmit path by Vlad Yasevich · 14 years ago
  92. b99a4d5 sctp: cleanup: remove duplicate assignment by Dan Carpenter · 14 years ago
  93. 787a51a sctp: implement sctp association probing module by Wei Yongjun · 14 years ago
  94. ec7b951 sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk by Shan Wei · 14 years ago
  95. fbdf501 sctp: Do no select unconfirmed transports for retransmissions by Vlad Yasevich · 14 years ago
  96. bc4f841 sctp: fix to retranmit at least one DATA chunk by Wei Yongjun · 14 years ago
  97. 2fdc45c net/usb: remove default in Kconfig for sierra_net driver by Elina Pasheva · 14 years ago
  98. 6429d3d sctp: missing set src and dest port while lookup output route by Wei Yongjun · 14 years ago
  99. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 14 years ago
  100. bd69b98 sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent by Wei Yongjun · 14 years ago