Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | phy: Change mii_bus id field to a string | Andy Fleming | 1 | -1/+1 |
2008-02-03 | pasemi_mac: Disable interface on close | Olof Johansson | 1 | -0/+1 |
2008-02-03 | pasemi_mac: add support for setting MTU | Olof Johansson | 1 | -72/+158 |
2008-02-03 | pasemi_mac: Add support for changing mac address | Olof Johansson | 1 | -0/+28 |
2008-01-29 | pasemi_mac: Don't enable RX/TX without a link (if possible) | Olof Johansson | 1 | -8/+33 |
2008-01-29 | pasemi_mac: Print warning when not attaching to a PHY | Olof Johansson | 1 | -4/+5 |
2008-01-29 | pasemi_mac: Remove SKB copy/recycle logic | Olof Johansson | 1 | -22/+3 |
2008-01-29 | pasemi_mac: SKB unmap optimization | Olof Johansson | 1 | -14/+25 |
2008-01-29 | pasemi_mac: Software-based LRO support | Olof Johansson | 1 | -4/+49 |
2008-01-29 | pasemi_mac: Improve RX interrupt mitigation | Olof Johansson | 1 | -8/+10 |
2008-01-29 | pasemi_mac: Fix TX cleaning | Olof Johansson | 1 | -8/+33 |
2008-01-29 | pasemi_mac: performance tweaks | Olof Johansson | 1 | -46/+68 |
2008-01-29 | pasemi_mac: Convert to new dma library | Olof Johansson | 1 | -272/+208 |
2008-01-29 | pasemi_mac: Move register definitions to include/asm-powerpc | Olof Johansson | 1 | -0/+1 |
2008-01-29 | pasemi_mac: RX/TX ring management cleanup | Olof Johansson | 1 | -130/+147 |
2007-12-04 | pasemi_mac: Fix reuse of free'd skb | Olof Johansson | 1 | -1/+1 |
2007-12-04 | Don't claim to do IPv6 checksum offload | David Woodhouse | 1 | -1/+1 |
2007-11-10 | pasemi_mac: Fix CRC checks | Olof Johansson | 1 | -3/+13 |
2007-11-10 | pasemi_mac: Don't set replace-source-address descriptor bits | Olof Johansson | 1 | -1/+1 |
2007-10-24 | pasemi_mac: fix typo | Olof Johansson | 1 | -1/+1 |
2007-10-11 | pasemi_mac: enable iommu support | Olof Johansson | 1 | -13/+37 |
2007-10-11 | pasemi_mac: use buffer index pointer in clean_rx() | Olof Johansson | 1 | -27/+33 |
2007-10-11 | pasemi_mac: clear out old errors on interface open | Olof Johansson | 1 | -13/+44 |
2007-10-11 | pasemi_mac: update todo list | Olof Johansson | 1 | -4/+2 |
2007-10-11 | pasemi_mac: further performance tweaks | Olof Johansson | 1 | -45/+47 |
2007-10-11 | pasemi_mac: add local skb alignment | Olof Johansson | 1 | -5/+16 |
2007-10-11 | pasemi_mac: workaround for erratum 5971 | Olof Johansson | 1 | -1/+8 |
2007-10-11 | pasemi_mac: implement sg support | Olof Johansson | 1 | -46/+117 |
2007-10-11 | pasemi_mac: rework ring management | Olof Johansson | 1 | -110/+103 |
2007-10-11 | pasemi_mac: fix bug in receive buffer dma mapping | Olof Johansson | 1 | -1/+1 |
2007-10-11 | pasemi_mac: basic error checking | Olof Johansson | 1 | -5/+41 |
2007-10-11 | pasemi_mac: pass in count of buffers to replenish rx ring with | Olof Johansson | 1 | -13/+8 |
2007-10-11 | pasemi_mac: don't enable rx before there are buffers on the ring | Olof Johansson | 1 | -10/+11 |
2007-10-11 | pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned long | Olof Johansson | 1 | -2/+2 |
2007-10-11 | pasemi_mac: set interface speed correctly on XAUI ports | Olof Johansson | 1 | -1/+4 |
2007-10-11 | [PASEMI_MAC]: remove unused function | Satyam Sharma | 1 | -5/+0 |
2007-10-11 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 1 | -3/+3 |
2007-10-11 | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 1 | -13/+4 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -1/+0 |
2007-10-11 | pasemi_mac: Clean TX ring in poll | Olof Johansson | 1 | -0/+1 |
2007-10-11 | pasemi_mac: Enable LLTX | Olof Johansson | 1 | -1/+1 |
2007-10-11 | pasemi_mac: Fix RX checksum flags | Olof Johansson | 1 | -1/+1 |
2007-10-11 | pasemi_mac: Fix TX ring wrap checking | Olof Johansson | 1 | -11/+14 |
2007-10-11 | pasemi_mac: Batch up TX buffer frees | Olof Johansson | 1 | -10/+29 |
2007-10-11 | pasemi_mac: RX performance tweaks | Olof Johansson | 1 | -8/+12 |
2007-10-11 | pasemi_mac: Fix memcpy amount for short receives | Olof Johansson | 1 | -3/+1 |
2007-10-11 | pasemi_mac: Enable L2 caching of packet headers | Olof Johansson | 1 | -1/+4 |
2007-10-11 | pasemi_mac: Stop using the pci config space accessors for register read/writes | Olof Johansson | 1 | -41/+91 |
2007-10-11 | pasemi_mac: Abstract out register access | Olof Johansson | 1 | -94/+101 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 1 | -20/+16 |