1. 2d86f13 ixgbe: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  2. 6dc3494 myri10ge: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  3. 5a4d631 netxen: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  4. 7274c20 e1000e: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  5. 49b4ad9 bonding: remove useless assignment by Nicolas de Pesloüan · 16 years ago
  6. 3c6aaa2 bonding: fix a parameter name in error message by Nicolas de Pesloüan · 16 years ago
  7. 78122a5 be2net: Get rid of net_device_stats from adapter. by Ajit Khaparde · 16 years ago
  8. 3295354 dcb: data center bridging ops should be r/o by Stephen Hemminger · 16 years ago
  9. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 16 years ago
  10. 92d326f net/ppp: fix comments - ppp_{sync,asynctty}_receive() may sleep by Tilman Schmidt · 16 years ago
  11. a549952 bonding: introduce primary_reselect option by Jiri Pirko · 16 years ago
  12. 7ecc59c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. 583e3f3 be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <ifname> tx off by Ajit Khaparde · 16 years ago
  14. 4964384 be2net: Fix a typo in be_cmds.h by Ajit Khaparde · 16 years ago
  15. c5b9b92 be2net: Bug Fix while accounting of multicast frames during netdev stats update by Ajit Khaparde · 16 years ago
  16. 86aaf9a qlge: Fix lock/mutex warnings. by Ron Mercer · 16 years ago
  17. 5ee22a5 qlge: Fix queueing of firmware handler in ISR. by Ron Mercer · 16 years ago
  18. d799bbf qlge: Fix some bit definitions for reset register. by Ron Mercer · 16 years ago
  19. bd32caf vxge: Version update. by Sreenivasa Honnur · 16 years ago
  20. eb5f10c vxge: Allow multiple functions with INTA. by Sreenivasa Honnur · 16 years ago
  21. fa41fd1 vxge: Check if FCS stripping is disabled by the firmware. by Sreenivasa Honnur · 16 years ago
  22. f0dfeba vxge: Removed unused functions. by Sreenivasa Honnur · 16 years ago
  23. a4a987d8 vxge: Fixed crash in PAE system due to wrong typecasting. by Sreenivasa Honnur · 16 years ago
  24. 0f8f7d5 vxge: Removed accessing non-supported registers. by Sreenivasa Honnur · 16 years ago
  25. 657205b vxge: Update driver_config->vpath_per_dev for each function in probe. by Sreenivasa Honnur · 16 years ago
  26. 92cdd7c vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1 by Sreenivasa Honnur · 16 years ago
  27. 6deac6f igb: add flushes between RAR writes when setting mac address by Alexander Duyck · 16 years ago
  28. 2553bb2 igb: add additional error handling to the phy code by Alexander Duyck · 16 years ago
  29. ab57638 igb: add code to retry a phy read in the event of failure on link check by Alexander Duyck · 16 years ago
  30. 81fadd8 igb: move the generic copper link setup code into e1000_phy.c by Alexander Duyck · 16 years ago
  31. 285b416 igb: remove microwire support from igb by Alexander Duyck · 16 years ago
  32. 2289663 igb: change how we handle alternate mac addresses by Alexander Duyck · 16 years ago
  33. 3272686 igb: fix a few items where weren't correctly setup for mbx timeout by Alexander Duyck · 16 years ago
  34. 0acb6fd igb: add function to handle mailbox lock by Alexander Duyck · 16 years ago
  35. 747d49b igb: add support for 82576NS SerDes adapter by Alexander Duyck · 16 years ago
  36. 68d480c igb: make use of the uta to allow for promiscous mode filter by Alexander Duyck · 16 years ago
  37. 26ad917 igb: add combined function for setting rar and pool bits by Alexander Duyck · 16 years ago
  38. bf6f7a9 igb: add locking to reads of the i2c interface by Alexander Duyck · 16 years ago
  39. 008c342 igb: update the approach taken to acquiring and releasing the phy lock by Alexander Duyck · 16 years ago
  40. 70d92f8 igb: update comments for serdes config and update to handle duplex by Alexander Duyck · 16 years ago
  41. cc9073b igb: remove unused temp variable from stats clearing path by Alexander Duyck · 16 years ago
  42. 5c6ae5b be2net: Fix a bug in preparation of mcc wrb which was causing flash operation to fail by Ajit Khaparde · 16 years ago
  43. 225794f usbnet: Set device type for wlan and wwan devices by Marcel Holtmann · 16 years ago
  44. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 16 years ago
  45. bf6fda6 pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia card by Ken Kawasaki · 16 years ago
  46. 69ef969 TI DaVinci EMAC: Minor macro related updates by chaithrika@ti.com · 16 years ago
  47. 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 16 years ago
  48. 1ddee09 tehuti: Convert ethtool get_stats_count() ops to get_sset_count() by Ben Hutchings · 16 years ago
  49. a825e00 e1000e: swap max hw supported frame size between 82574 and 82583 by Alexander Duyck · 16 years ago
  50. dbfec66 ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz card by Don Skidmore · 16 years ago
  51. 312eb93 ixgbe: add support for 82599 Combined Backplane by Don Skidmore · 16 years ago
  52. 90d5ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  53. 6053bbf cnic: Fix NETDEV_UP event processing. by Michael Chan · 16 years ago
  54. 19d5afd e1000e/igb/ixgbe: Don't report an error if devices don't support AER by Frans Pop · 16 years ago
  55. b607bd9 net: Fix wrong sizeof by Jean Delvare · 16 years ago
  56. 6646679 sky2: irqname based on pci address by Stephen Hemminger · 16 years ago
  57. 415e69e skge: use unique IRQ name by Michal Schmidt · 16 years ago
  58. 28ad395 Kconfig: STRIP: Remove stale bits of STRIP help text by Ralf Baechle · 16 years ago
  59. 7b1401c NET: mkiss: Fix typo by Ralf Baechle · 16 years ago
  60. bf18a9f tg3: Remove prev_vlan_tag from struct tx_ring_info by Eric Dumazet · 16 years ago
  61. 3d1285b move virtnet_remove to .devexit.text by Uwe Kleine-König · 16 years ago
  62. fb74c2f don't use __devexit_p to wrap sgiseeq_remove by Uwe Kleine-König · 16 years ago
  63. 1ebb5a1 don't use __devexit_p to wrap meth_remove by Uwe Kleine-König · 16 years ago
  64. ce501ca bonding: set primary param via sysfs by Jiri Pirko · 16 years ago
  65. a98917a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  66. a00d210 ixgbe: correct the parameter description by Jiri Pirko · 16 years ago
  67. dcb9b56 be2net: Workaround to fix a bug in Rx Completion processing. by Ajit Khaparde · 16 years ago
  68. 7bfc4ab 3c59x: Rework suspend and resume by Anton Vorontsov · 16 years ago
  69. a55c0a0e drivers/net: ks8851_mll ethernet network driver by Choi, David · 16 years ago
  70. f191422 skge: Make sure both ports initialize correctly by Mike McCormack · 16 years ago
  71. ec1652a bcm63xx_enet: timeout off by one in do_mdio_op() by roel kluin · 16 years ago
  72. ebd6e77 qlge: Fix error exit for probe call. by Ron Mercer · 16 years ago
  73. f2c0d8d qlge: Protect reset recovery with rtnl_lock(). by Ron Mercer · 16 years ago
  74. 06a49f7 qlge: Fix spin_lock warning. by Ron Mercer · 16 years ago
  75. fd21cf5 qlge: Fix out of sync hardware semaphore. by Ron Mercer · 16 years ago
  76. fbcbe56c qlge: Fix bad bit definitions. by Ron Mercer · 16 years ago
  77. 6ad3810 ixgbe: Remove ATR computation for UDP traffic by Peter P Waskiewicz Jr · 16 years ago
  78. aad7191 ixgbe patch to provide NIC's tx/rx counters via ethtool by Ben Greear · 16 years ago
  79. e0f4daf ixgbe: Bump driver version number by Peter P Waskiewicz Jr · 16 years ago
  80. 539e5f0 ixgbe: Fix backplane flow control autoneg by Peter P Waskiewicz Jr · 16 years ago
  81. 84f62d4 ixgbe: Fix disabling of relaxed ordering with Tx DCA by Peter P Waskiewicz Jr · 16 years ago
  82. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  83. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 16 years ago
  84. 5a4c8d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  85. e16c1bb ar9170: fix bug in iq-auto calibration value calculation by Christian Lamparter · 16 years ago
  86. 78bd6bb rt2x00: Thrustmaster FunAccess WIFI USB and rt73usb by Michal Szalata · 16 years ago
  87. ffed130 mac80211_hwsim: Fix initial beacon timer configuration by Jouni Malinen · 16 years ago
  88. b96ab54 b43: Always use block-I/O for the PIO data registers by Michael Buesch · 16 years ago
  89. b7a7940 iwlwifi: fix 3945 ucode info retrieval after failure by Reinette Chatre · 16 years ago
  90. 2814298 iwlwifi: fix memory leak in command queue handling by Reinette Chatre · 16 years ago
  91. 2fac971 iwlwifi: fix debugfs buffer handling by Reinette Chatre · 16 years ago
  92. a71b4f5 e1000: cleanup unused prototype by Don Skidmore · 16 years ago
  93. 11b7f7b e1000: fix namespacecheck warnings by Jesse Brandeburg · 16 years ago
  94. 8f601b2 e1000: drop unused functionality for eeprom write/read by Jesse Brandeburg · 16 years ago
  95. 120a5d0 e1000: updated whitespace and comments by Jesse Brandeburg · 16 years ago
  96. 650b5a5 e1000: drop redunant line of code, cleanup by Jesse Brandeburg · 16 years ago
  97. 3d6114e e1000: remove races when changing mtu by Jesse Brandeburg · 16 years ago
  98. 8fce473 e1000: two workarounds were incomplete, fix them by Jesse Brandeburg · 16 years ago
  99. cdd7549 e1000: fix tx waking queue after queue stopped during shutdown by Jesse Brandeburg · 16 years ago
  100. be0f071 e1000: test link state conclusively by Jesse Brandeburg · 16 years ago