1. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  2. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  3. 708f6e2 sis190: add identifier for Atheros AR8021 PHY by Francois Romieu · 16 years ago
  4. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 16 years ago
  5. 697c269 sis190: account for Tx errors by Francois Romieu · 17 years ago
  6. c34ebba sis190: remove needless MII reset by Francois Romieu · 17 years ago
  7. 47e4781 sis190: Rx path update by Francois Romieu · 16 years ago
  8. 35aeb78 sis190: use netdev_alloc_skb by Stephen Hemminger · 16 years ago
  9. e3eccad sis190: hard-code the alignment of tiny packets by Stephen Hemminger · 16 years ago
  10. 4709aa5 sis190: use the allocated buffer as a status code in sis190_alloc_rx_skb by Stephen Hemminger · 16 years ago
  11. 563e0ae sis190: read the mac address from the eeprom first by Francois Romieu · 16 years ago
  12. d785ad7 drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addr by Sergio Luis · 16 years ago
  13. 8ee8e92 [netdrvr] sis190: build fix by Jeff Garzik · 16 years ago
  14. b334349 sis190: scheduling while atomic error by Francois Romieu · 17 years ago
  15. 7bf3f23 sis190: mdio operation failure is not correctly detected by Francois Romieu · 17 years ago
  16. 11913d3 sis190: remove duplicate INIT_WORK by Francois Romieu · 17 years ago
  17. ebc7164 sis190: add cmos ram access code for the SiS19x/968 chipset pair by Francois Romieu · 17 years ago
  18. 961994a sis190 endianness by Al Viro · 17 years ago
  19. c2b75f0 drivers/net/sis190.c section fix by Adrian Bunk · 17 years ago
  20. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  21. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  22. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  23. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  24. 8eb7ad6 sis190 check for ISA bridge on SiS966 by Neil Muller · 17 years ago
  25. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  26. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  27. bd7a444 sis190: new PHY support by Francois Romieu · 17 years ago
  28. c014f6c sis190: RTNL and flush_scheduled_work deadlock by Francois Romieu · 17 years ago
  29. 7939aae sis190: failure to set the MAC address from EEPROM by Francois Romieu · 17 years ago
  30. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  31. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  32. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  33. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  34. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  35. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  36. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  37. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  38. f71e130 Massive net driver const-ification. by Arjan van de Ven · 18 years ago
  39. 10487fb sis190: early setting of the pci driver private data by Francois Romieu · 18 years ago
  40. 3c6bee1 [PATCH] turn "const static" into "static const" by Jesper Juhl · 19 years ago
  41. 8fee5f5 [PATCH] sis190.c: fix multicast MAC filter by Aurelien Jarno · 19 years ago
  42. e797637 [PATCH] sis190: basic sis191 support by Francois Romieu · 19 years ago
  43. c3d6f1f [PATCH] sis190: RGMII Tx internal delay fiddling by Francois Romieu · 19 years ago
  44. 6614a6d [PATCH] sis190: make 10Mbps the default when handling the StationControl register by Francois Romieu · 19 years ago
  45. 900eb9d [PATCH] sis190: recent chipsets from SiS include a RGMII by Francois Romieu · 19 years ago
  46. 2146138 [PATCH] sis190: unmask the link change events by Francois Romieu · 19 years ago
  47. 3690b6c [PATCH] sis190: complete the mii probe before registering the netdevice by Francois Romieu · 19 years ago
  48. 8348b4d [PATCH] sis190: compare the lpa to the local advertisement by Francois Romieu · 19 years ago
  49. 560d3d5 [PATCH] sis190: PHY identifier for the K8S-MX motherboard. by Francois Romieu · 19 years ago
  50. fcb9821 [PATCH] sis190: new PHY detection code. by Francois Romieu · 19 years ago
  51. fc10c39 [PATCH] sis190: dummy read is required by the status register by Francois Romieu · 19 years ago
  52. 9ede109 [PATCH] sis190: allow a non-hardcoded ID for the PHY. by Francois Romieu · 19 years ago
  53. 3cec93c [PATCH] sis190: add endian annotations. by Francois Romieu · 19 years ago
  54. bcad5e5 [PATCH] sis190: extract bits definition from SiS driver. by Francois Romieu · 19 years ago
  55. 8b5641d [PATCH] sis190: the size of the Rx buffer is constrained by Francois Romieu · 19 years ago
  56. 830fb7d [PATCH] sis190: initialisation of MAC address. by Francois Romieu · 19 years ago
  57. 40292fb [PATCH] sis190: remove hardcoded constants. by Francois Romieu · 19 years ago
  58. 188f23b [PATCH] sis190: merge some register related information from SiS driver. by Francois Romieu · 19 years ago
  59. 43afb94 [PATCH] sis190: ethtool/mii support. by Francois Romieu · 19 years ago
  60. 4405d3b [PATCH] sis190: netconsole support. by Francois Romieu · 19 years ago
  61. 890e8d0 [PATCH] sis190: resurrection by Francois Romieu · 19 years ago