1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  3. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  4. 15b8e19 pasemi_mac: mac_to_intf() error not noticed by roel kluin · 15 years ago
  5. 1dd2d06 net: Rework pasemi_mac driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  6. 9e0ac84 pasemi_mac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  7. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  8. fe33332 powerpc: Change u64/s64 to a long long integer type by Ingo Molnar · 15 years ago
  9. 59c5ea6 net: Fix unused variable warnings in pasemi_mac.c and spider_net.c by David S. Miller · 15 years ago
  10. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 15 years ago
  11. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  12. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  13. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  14. 7732123 pasemi_mac: Access iph->tot_len with correct endianness by Roland Dreier · 16 years ago
  15. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  16. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  17. 6e62040 pasemi_mac: Netpoll support by Nate Case · 16 years ago
  18. 1724ac2 pasemi_mac: Jumbo frame bugfixes by Olof Johansson · 16 years ago
  19. e37c772 pasemi_mac: basic ethtool support by Olof Johansson · 16 years ago
  20. 2515678 pasemi_mac: Enable GSO by default by Olof Johansson · 16 years ago
  21. 8d636d8 pasemi_mac: jumbo frame support by Olof Johansson · 16 years ago
  22. afea327 pasemi_mac: Move RX/TX section enablement to dma_lib by Olof Johansson · 16 years ago
  23. 1145d95 pasemi_mac: Disable interface on close by Olof Johansson · 16 years ago
  24. ef1ea0b pasemi_mac: add support for setting MTU by Olof Johansson · 16 years ago
  25. 5cea73b pasemi_mac: Add support for changing mac address by Olof Johansson · 16 years ago
  26. b0cd2f9 pasemi_mac: Don't enable RX/TX without a link (if possible) by Olof Johansson · 16 years ago
  27. 8304b63 pasemi_mac: Print warning when not attaching to a PHY by Olof Johansson · 16 years ago
  28. 5d89494 pasemi_mac: Remove SKB copy/recycle logic by Olof Johansson · 16 years ago
  29. 7e9916e pasemi_mac: SKB unmap optimization by Olof Johansson · 16 years ago
  30. 28ae79f pasemi_mac: Software-based LRO support by Olof Johansson · 16 years ago
  31. 906674a pasemi_mac: Improve RX interrupt mitigation by Olof Johansson · 16 years ago
  32. 61cec3b pasemi_mac: Fix TX cleaning by Olof Johansson · 16 years ago
  33. 5c15332 pasemi_mac: performance tweaks by Olof Johansson · 16 years ago
  34. 34c2062 pasemi_mac: Convert to new dma library by Olof Johansson · 16 years ago
  35. 40afa53 pasemi_mac: Move register definitions to include/asm-powerpc by Olof Johansson · 16 years ago
  36. 72b05b9 pasemi_mac: RX/TX ring management cleanup by Olof Johansson · 16 years ago
  37. 4352d82 pasemi_mac: Fix reuse of free'd skb by Olof Johansson · 16 years ago
  38. 0581d3f Don't claim to do IPv6 checksum offload by David Woodhouse · 16 years ago
  39. 32bee77 pasemi_mac: Fix CRC checks by Olof Johansson · 17 years ago
  40. dbd62af pasemi_mac: Don't set replace-source-address descriptor bits by Olof Johansson · 17 years ago
  41. de05238 pasemi_mac: fix typo by Olof Johansson · 17 years ago
  42. af289e8 pasemi_mac: enable iommu support by Olof Johansson · 17 years ago
  43. b5254ee pasemi_mac: use buffer index pointer in clean_rx() by Olof Johansson · 17 years ago
  44. 9e81d33 pasemi_mac: clear out old errors on interface open by Olof Johansson · 17 years ago
  45. 7ddeae2 pasemi_mac: update todo list by Olof Johansson · 17 years ago
  46. ad5da10 pasemi_mac: further performance tweaks by Olof Johansson · 17 years ago
  47. 8dc121a pasemi_mac: add local skb alignment by Olof Johansson · 17 years ago
  48. 9a50beb pasemi_mac: workaround for erratum 5971 by Olof Johansson · 17 years ago
  49. ad3c20d pasemi_mac: implement sg support by Olof Johansson · 17 years ago
  50. fc9e4d2 pasemi_mac: rework ring management by Olof Johansson · 17 years ago
  51. 18eec69 pasemi_mac: fix bug in receive buffer dma mapping by Olof Johansson · 17 years ago
  52. 69c29d8 pasemi_mac: basic error checking by Olof Johansson · 17 years ago
  53. 928773c pasemi_mac: pass in count of buffers to replenish rx ring with by Olof Johansson · 17 years ago
  54. 3603376 pasemi_mac: don't enable rx before there are buffers on the ring by Olof Johansson · 17 years ago
  55. ca7e235 pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned long by Olof Johansson · 17 years ago
  56. 6a290e3 pasemi_mac: set interface speed correctly on XAUI ports by Olof Johansson · 17 years ago
  57. dcffde5 [PASEMI_MAC]: remove unused function by Satyam Sharma · 17 years ago
  58. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  59. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  60. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  61. 829185e pasemi_mac: Clean TX ring in poll by Olof Johansson · 17 years ago
  62. 6fba848 pasemi_mac: Enable LLTX by Olof Johansson · 17 years ago
  63. 38bf318 pasemi_mac: Fix RX checksum flags by Olof Johansson · 17 years ago
  64. 021fa22 pasemi_mac: Fix TX ring wrap checking by Olof Johansson · 17 years ago
  65. 02df6cf pasemi_mac: Batch up TX buffer frees by Olof Johansson · 17 years ago
  66. 26fcfa9 pasemi_mac: RX performance tweaks by Olof Johansson · 17 years ago
  67. 7334486 pasemi_mac: Fix memcpy amount for short receives by Olof Johansson · 17 years ago
  68. c0efd52 pasemi_mac: Enable L2 caching of packet headers by Olof Johansson · 17 years ago
  69. b6e05a1 pasemi_mac: Stop using the pci config space accessors for register read/writes by Olof Johansson · 17 years ago
  70. a85b942 pasemi_mac: Abstract out register access by Olof Johansson · 17 years ago
  71. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  72. 7c00db3 pasemi_mac: Fix TX interrupt threshold by Olof Johansson · 17 years ago
  73. 1af7f05 pasemi_mac: Fix local-mac-address parsing by olof@lixom.net · 17 years ago
  74. fd17825 pasemi_mac: Terminate PCI ID list by olof@lixom.net · 17 years ago
  75. 52a9435 pasemi_mac: Interrupt ack fixes by Olof Johansson · 17 years ago
  76. 9028780 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  77. a5fd22e pasemi_mac: Use local-mac-address instead of mac-address if available by Olof Johansson · 17 years ago
  78. bb6e959 pasemi_mac: PHY support by Olof Johansson · 17 years ago
  79. ceb5136 pasemi_mac: Add msglevel support and "debug" module param by Olof Johansson · 17 years ago
  80. cd4ceb2 pasemi_mac: Logic cleanup / rx performance improvements by Olof Johansson · 17 years ago
  81. cfa8007 pasemi_mac: Minor cleanup / define fixes by Olof Johansson · 17 years ago
  82. 9f05cfe pasemi_mac: Add SKB reuse / copy-break by Olof Johansson · 17 years ago
  83. 6dfa752 pasemi_mac: Timer and interrupt fixes by Olof Johansson · 17 years ago
  84. 1b0335ea pasemi_mac: Abstract and fix up interrupt restart routines by Olof Johansson · 17 years ago
  85. 771f740 pasemi_mac: Move the IRQ mapping from the PCI layer to the driver by Olof Johansson · 17 years ago
  86. 0ce68c7 pasemi_mac: A couple of minor bugfixes. by Olof Johansson · 17 years ago
  87. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  88. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  89. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  90. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  91. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  92. f5cd787 PA Semi PWRficient Ethernet driver by Olof Johansson · 17 years ago