1. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  2. 3454f83 be2net: Bump up the driver version number by Ajit Khaparde · 15 years ago
  3. 71d8d1b be2net: Support for WoL using magic packet after suspend. by Ajit Khaparde · 15 years ago
  4. d744b44 be2net: Changes to print fw command opcode when command is failed by controller. by Ajit Khaparde · 15 years ago
  5. ff236f7 sunhme: fix dma warning in Sun HME by Mikulas Patocka · 15 years ago
  6. 650de8d atl1e: Remove non-implementation of ethtool set_msglevel() operation by Ben Hutchings · 15 years ago
  7. 95fec16 atl1e: Remove redundant definitions of ethtool operations by Ben Hutchings · 15 years ago
  8. ac93692 atl1e: Allow TX checksum offload and TSO to be disabled and reenabled by Ben Hutchings · 15 years ago
  9. e004840 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  10. 3248e16 cnic: Use dma_alloc_coherent(). by Michael Chan · 15 years ago
  11. 15971c3 cnic: Fix rq_page_table DMA address. by Michael Chan · 15 years ago
  12. dd2e4db cnic: Fix bogus iSCSI MAC address by Michael Chan · 15 years ago
  13. 8b065b6 cnic: Fix bnx2x ring shutdown. by Michael Chan · 15 years ago
  14. c7596b7 cnic: Fix ring I/O address for bnx2x devices. by Michael Chan · 15 years ago
  15. 8f9b3f6 netxen: fix failure cases for fw hang recovery by Amit Kumar Salecha · 15 years ago
  16. f58dbd7 netxen : fix debug tools access for NX2031 by Narender Kumar · 15 years ago
  17. 0be8401 e1000e: correct ICH/PCH PHY operations function pointers by Bruce Allan · 15 years ago
  18. 5eb6f3c e1000e: refactor PHY ID detection workaround by Bruce Allan · 15 years ago
  19. 94e5b65 e1000e: check_polarity function pointers not set for 8257x by Bruce Allan · 15 years ago
  20. f4188d8 tg3: remove use of skb_dma_map/unmap by Alexander Duyck · 15 years ago
  21. a73b796 be2net: remove use of skb_dma_map/unmap by Alexander Duyck · 15 years ago
  22. e95524a bnx2: remove skb_dma_map/unmap calls from driver by Alexander Duyck · 15 years ago
  23. a7d5ca4 igbvf: remove skb_dma_map/unmap call from drivers by Alexander Duyck · 15 years ago
  24. 6366ad3 igb: remove use of skb_dma_map from driver by Alexander Duyck · 15 years ago
  25. e5a4354 ixgbe: remove skb_dma_map/unmap calls from driver by Alexander Duyck · 15 years ago
  26. adeaa90 ixgb: remove use of skb_dma_map from ixgb by Alexander Duyck · 15 years ago
  27. 602c055 e1000: remove use of skb_dma_map from e1000 driver by Alexander Duyck · 15 years ago
  28. 03b1320 e1000e: remove use of skb_dma_map from e1000e driver by Alexander Duyck · 15 years ago
  29. 529fab6 bnx2: EEH is failing with timeout by Breno Leitao · 15 years ago
  30. 614c12a net: Coding style corrections on Sealevel Systems 4021 driver. by Rudy Matela · 15 years ago
  31. 55873ed net/ps3: Add support for gelic link negotiation by Hideyuki Sasaki · 15 years ago
  32. d4d7f1f net/ps3: Cleanup gelic enums by Geoff Levand · 15 years ago
  33. 0dffc83 be2net: fix unnecessary access to hardware to get link, port info by Ajit Khaparde · 15 years ago
  34. b7b83ac be2net: Add be_rx_polls counter by Ajit Khaparde · 15 years ago
  35. ca66ef5 be2net: fix to allow port beacon when device is closed by Ajit Khaparde · 15 years ago
  36. ca9e498 be2net: check for valid ether address by Ajit Khaparde · 15 years ago
  37. 35a6528 be2net: initialize netdev->perm_addr by Ajit Khaparde · 15 years ago
  38. 51c5987 be2net: set netdev->vlan_features appropriately by Ajit Khaparde · 15 years ago
  39. 7c7afb0 atl1e:disable NETIF_F_TSO6 for hardware limit by Jie Yang · 15 years ago
  40. 8528b01 e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom() by Roel Kluin · 15 years ago
  41. 07f025e e1000e: PHY type cleanups in e1000e_check_downshift() by Bruce Allan · 15 years ago
  42. 9b71b41 e1000e: add debug messages by Bruce Allan · 15 years ago
  43. 5ff5b66 e1000e: comment corrections by Bruce Allan · 15 years ago
  44. 9e135a2 e1000e: enable new 82567V-3 device by Bruce Allan · 15 years ago
  45. 1a40d5c e1000e: ensure the link state is correct for serdes links by Bruce Allan · 15 years ago
  46. 17f208d e1000e: provide family-specific PHY power up/down operations by Bruce Allan · 15 years ago
  47. eb656d4 e1000e: guard against buffer overflow in cable length tables by Bruce Allan · 15 years ago
  48. caaddaf e1000e: provide family-specific functions to manage VLAN filter arrays by Bruce Allan · 15 years ago
  49. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  50. aaab340 net: Simplify pppol2tp pernet operations. by Eric W. Biederman · 15 years ago
  51. c879a6f net: Simplify pppoe pernet operations. by Eric W. Biederman · 15 years ago
  52. 741a6fa net: Simplify ppp_generic pernet operations. by Eric W. Biederman · 15 years ago
  53. 1544974 net: Simplify the bond drivers pernet operations. by Eric W. Biederman · 15 years ago
  54. 999b6d3 net: Simplify loopback and improve batching. by Eric W. Biederman · 15 years ago
  55. 29e5536 Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Linus Torvalds · 15 years ago
  56. 827d42c mac80211: fix spurious delBA handling by Johannes Berg · 15 years ago
  57. 0cae200 b44: Fix wedge when using netconsole. by David S. Miller · 15 years ago
  58. 40be261 wan: cosa: drop chan->wsem on error path by Dan Carpenter · 15 years ago
  59. 3c91c7a ep93xx-eth: check for zero MAC address on probe, not on device open by Florian Fainelli · 15 years ago
  60. d5ccd67 NET: smc91x: Fix irq flags by Russell King - ARM Linux · 15 years ago
  61. 6f7ad1e wan: Coding style correction in HDLC/Frame Relay support routines by Rudy Matela · 15 years ago
  62. 48b3d3e wan: Frame Relay/DLCI coding style corrections. by Rudy Matela · 15 years ago
  63. 6c53b1b smsc9420: prevent BUG() if ethtool is called with interface down by Steve Glendinning · 15 years ago
  64. cc098dc r8169: restore mac addr in rtl8169_remove_one and rtl_shutdown by Ivan Vecera · 15 years ago
  65. e7473f1 netxen: fix merge 9b963e5d0e01461099a by Amit Kumar Salecha · 15 years ago
  66. 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
  67. 738a8f4 sfc: Implement TSO for TCP/IPv6 by Ben Hutchings · 15 years ago
  68. 8880f4e sfc: Add support for SFC9000 family (2) by Ben Hutchings · 15 years ago
  69. afd4aea sfc: Add support for SFC9000 family (1) by Ben Hutchings · 15 years ago
  70. f0d37f4 sfc: Add firmware protocol definitions (MCDI) by Steve Hodgson · 15 years ago
  71. 8e730c1 sfc: Move shared NIC code from falcon.c to new source file nic.c by Ben Hutchings · 15 years ago
  72. 744093c sfc: Rename falcon.h to nic.h by Ben Hutchings · 15 years ago
  73. c383b53 sfc: Allow for additional checksum offload features by Ben Hutchings · 15 years ago
  74. 7688483 sfc: Extend MTD driver for use with new NICs by Ben Hutchings · 15 years ago
  75. c1c4f45 sfc: Remove static PHY data and enumerations by Ben Hutchings · 15 years ago
  76. e58f69f sfc: Extend loopback mode enumeration by Ben Hutchings · 15 years ago
  77. 5784946 sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic() by Ben Hutchings · 15 years ago
  78. 98468ef e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure by Roger Oksanen · 15 years ago
  79. 0ccfe64 mv643xx: convert to netdev_tx_t by Denis Kirjanov · 15 years ago
  80. 152b6a6 sfc: Separate shared NIC code from Falcon-specific and rename accordingly by Ben Hutchings · 15 years ago
  81. 06629f0 sfc: Add efx_nic_type operation for identity LED control by Ben Hutchings · 15 years ago
  82. 0aa3fba sfc: Add efx_nic_type operation for NVRAM self-test by Ben Hutchings · 15 years ago
  83. 9bfc4bb sfc: Add efx_nic_type operation for register self-test by Ben Hutchings · 15 years ago
  84. eb9f674 sfc: Implement ethtool reset operation by Ben Hutchings · 15 years ago
  85. 89c758f sfc: Add power-management and wake-on-LAN support by Ben Hutchings · 15 years ago
  86. 78c1f0a sfc: Generalise link state monitoring by Steve Hodgson · 15 years ago
  87. d3245b2 sfc: Refactor link configuration by Ben Hutchings · 15 years ago
  88. ef2b90e sfc: Move Falcon NIC operations to efx_nic_type by Ben Hutchings · 15 years ago
  89. 4b0d29d sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO by Ben Hutchings · 15 years ago
  90. 674979d sfc: Remove duplicate hardware structure definitions by Ben Hutchings · 15 years ago
  91. 39e6021 sfc: Remove redundant writes to INT_ADR_KER by Ben Hutchings · 15 years ago
  92. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 3b8626b ixgbe: Display currently attached PHY through ethtool by PJ Waskiewicz · 15 years ago
  94. 91152c3 ixgbe: Fix Receive Address Register (RAR) cleaning and accounting by Shannon Nelson · 15 years ago
  95. 000c486 ixgbe: LINKS2 is not a valid register for 82598 by Don Skidmore · 15 years ago
  96. 9bbe3a5 ixgbe: Disable Flow Control for certain devices by PJ Waskiewicz · 15 years ago
  97. cfb3f91 ixgbe: handle parameters for tx and rx EITR, no div0 by Shannon Nelson · 15 years ago
  98. 9f950f7 NET: smc91x: convert to dev_pm_ops by Kevin Hilman · 15 years ago
  99. c1ac403 sfc: Clean up RX event handling by Ben Hutchings · 15 years ago
  100. 0228f5cdb0 sfc: Move descriptor cache base addresses to struct efx_nic_type by Ben Hutchings · 15 years ago