1. 4352d82 pasemi_mac: Fix reuse of free'd skb by Olof Johansson · 17 years ago
  2. 0581d3f Don't claim to do IPv6 checksum offload by David Woodhouse · 17 years ago
  3. 32bee77 pasemi_mac: Fix CRC checks by Olof Johansson · 17 years ago
  4. dbd62af pasemi_mac: Don't set replace-source-address descriptor bits by Olof Johansson · 17 years ago
  5. de05238 pasemi_mac: fix typo by Olof Johansson · 17 years ago
  6. af289e8 pasemi_mac: enable iommu support by Olof Johansson · 17 years ago
  7. b5254ee pasemi_mac: use buffer index pointer in clean_rx() by Olof Johansson · 17 years ago
  8. 9e81d33 pasemi_mac: clear out old errors on interface open by Olof Johansson · 17 years ago
  9. 7ddeae2 pasemi_mac: update todo list by Olof Johansson · 17 years ago
  10. ad5da10 pasemi_mac: further performance tweaks by Olof Johansson · 17 years ago
  11. 8dc121a pasemi_mac: add local skb alignment by Olof Johansson · 17 years ago
  12. 9a50beb pasemi_mac: workaround for erratum 5971 by Olof Johansson · 17 years ago
  13. ad3c20d pasemi_mac: implement sg support by Olof Johansson · 17 years ago
  14. fc9e4d2 pasemi_mac: rework ring management by Olof Johansson · 17 years ago
  15. 18eec69 pasemi_mac: fix bug in receive buffer dma mapping by Olof Johansson · 17 years ago
  16. 69c29d8 pasemi_mac: basic error checking by Olof Johansson · 17 years ago
  17. 928773c pasemi_mac: pass in count of buffers to replenish rx ring with by Olof Johansson · 17 years ago
  18. 3603376 pasemi_mac: don't enable rx before there are buffers on the ring by Olof Johansson · 17 years ago
  19. ca7e235 pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned long by Olof Johansson · 17 years ago
  20. 6a290e3 pasemi_mac: set interface speed correctly on XAUI ports by Olof Johansson · 17 years ago
  21. dcffde5 [PASEMI_MAC]: remove unused function by Satyam Sharma · 17 years ago
  22. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  23. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  24. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  25. 829185e pasemi_mac: Clean TX ring in poll by Olof Johansson · 17 years ago
  26. 6fba848 pasemi_mac: Enable LLTX by Olof Johansson · 17 years ago
  27. 38bf318 pasemi_mac: Fix RX checksum flags by Olof Johansson · 17 years ago
  28. 021fa22 pasemi_mac: Fix TX ring wrap checking by Olof Johansson · 17 years ago
  29. 02df6cf pasemi_mac: Batch up TX buffer frees by Olof Johansson · 17 years ago
  30. 26fcfa9 pasemi_mac: RX performance tweaks by Olof Johansson · 17 years ago
  31. 7334486 pasemi_mac: Fix memcpy amount for short receives by Olof Johansson · 17 years ago
  32. c0efd52 pasemi_mac: Enable L2 caching of packet headers by Olof Johansson · 17 years ago
  33. b6e05a1 pasemi_mac: Stop using the pci config space accessors for register read/writes by Olof Johansson · 17 years ago
  34. a85b942 pasemi_mac: Abstract out register access by Olof Johansson · 17 years ago
  35. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  36. 7c00db3 pasemi_mac: Fix TX interrupt threshold by Olof Johansson · 17 years ago
  37. 1af7f05 pasemi_mac: Fix local-mac-address parsing by olof@lixom.net · 17 years ago
  38. fd17825 pasemi_mac: Terminate PCI ID list by olof@lixom.net · 17 years ago
  39. 52a9435 pasemi_mac: Interrupt ack fixes by Olof Johansson · 17 years ago
  40. 9028780 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  41. a5fd22e pasemi_mac: Use local-mac-address instead of mac-address if available by Olof Johansson · 17 years ago
  42. bb6e959 pasemi_mac: PHY support by Olof Johansson · 17 years ago
  43. ceb5136 pasemi_mac: Add msglevel support and "debug" module param by Olof Johansson · 17 years ago
  44. cd4ceb2 pasemi_mac: Logic cleanup / rx performance improvements by Olof Johansson · 17 years ago
  45. cfa8007 pasemi_mac: Minor cleanup / define fixes by Olof Johansson · 17 years ago
  46. 9f05cfe pasemi_mac: Add SKB reuse / copy-break by Olof Johansson · 17 years ago
  47. 6dfa752 pasemi_mac: Timer and interrupt fixes by Olof Johansson · 17 years ago
  48. 1b0335ea pasemi_mac: Abstract and fix up interrupt restart routines by Olof Johansson · 17 years ago
  49. 771f740 pasemi_mac: Move the IRQ mapping from the PCI layer to the driver by Olof Johansson · 17 years ago
  50. 0ce68c7 pasemi_mac: A couple of minor bugfixes. by Olof Johansson · 17 years ago
  51. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  52. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  53. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  54. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  55. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  56. f5cd787 PA Semi PWRficient Ethernet driver by Olof Johansson · 18 years ago