summaryrefslogtreecommitdiffstats
path: root/drivers/net/pasemi_mac.c
AgeCommit message (Expand)AuthorLines
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-56/+299
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming-1/+1
2008-04-07pasemi_mac: Netpoll supportNate Case-0/+23
2008-04-07pasemi_mac: Jumbo frame bugfixesOlof Johansson-2/+10
2008-03-05pasemi_mac: basic ethtool supportOlof Johansson-18/+8
2008-03-05pasemi_mac: Enable GSO by defaultOlof Johansson-1/+1
2008-03-05pasemi_mac: jumbo frame supportOlof Johansson-33/+261
2008-03-05pasemi_mac: Move RX/TX section enablement to dma_libOlof Johansson-6/+0
2008-02-03pasemi_mac: Disable interface on closeOlof Johansson-0/+1
2008-02-03pasemi_mac: add support for setting MTUOlof Johansson-72/+158
2008-02-03pasemi_mac: Add support for changing mac addressOlof Johansson-0/+28
2008-01-28pasemi_mac: Don't enable RX/TX without a link (if possible)Olof Johansson-8/+33
2008-01-28pasemi_mac: Print warning when not attaching to a PHYOlof Johansson-4/+5
2008-01-28pasemi_mac: Remove SKB copy/recycle logicOlof Johansson-22/+3
2008-01-28pasemi_mac: SKB unmap optimizationOlof Johansson-14/+25
2008-01-28pasemi_mac: Software-based LRO supportOlof Johansson-4/+49
2008-01-28pasemi_mac: Improve RX interrupt mitigationOlof Johansson-8/+10
2008-01-28pasemi_mac: Fix TX cleaningOlof Johansson-8/+33
2008-01-28pasemi_mac: performance tweaksOlof Johansson-46/+68
2008-01-28pasemi_mac: Convert to new dma libraryOlof Johansson-272/+208
2008-01-28pasemi_mac: Move register definitions to include/asm-powerpcOlof Johansson-0/+1
2008-01-28pasemi_mac: RX/TX ring management cleanupOlof Johansson-130/+147
2007-12-04pasemi_mac: Fix reuse of free'd skbOlof Johansson-1/+1
2007-12-04Don't claim to do IPv6 checksum offloadDavid Woodhouse-1/+1
2007-11-10pasemi_mac: Fix CRC checksOlof Johansson-3/+13
2007-11-10pasemi_mac: Don't set replace-source-address descriptor bitsOlof Johansson-1/+1
2007-10-23pasemi_mac: fix typoOlof Johansson-1/+1
2007-10-10pasemi_mac: enable iommu supportOlof Johansson-13/+37
2007-10-10pasemi_mac: use buffer index pointer in clean_rx()Olof Johansson-27/+33
2007-10-10pasemi_mac: clear out old errors on interface openOlof Johansson-13/+44
2007-10-10pasemi_mac: update todo listOlof Johansson-4/+2
2007-10-10pasemi_mac: further performance tweaksOlof Johansson-45/+47
2007-10-10pasemi_mac: add local skb alignmentOlof Johansson-5/+16
2007-10-10pasemi_mac: workaround for erratum 5971Olof Johansson-1/+8
2007-10-10pasemi_mac: implement sg supportOlof Johansson-46/+117
2007-10-10pasemi_mac: rework ring managementOlof Johansson-110/+103
2007-10-10pasemi_mac: fix bug in receive buffer dma mappingOlof Johansson-1/+1
2007-10-10pasemi_mac: basic error checkingOlof Johansson-5/+41
2007-10-10pasemi_mac: pass in count of buffers to replenish rx ring withOlof Johansson-13/+8
2007-10-10pasemi_mac: don't enable rx before there are buffers on the ringOlof Johansson-10/+11
2007-10-10pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned longOlof Johansson-2/+2
2007-10-10pasemi_mac: set interface speed correctly on XAUI portsOlof Johansson-1/+4
2007-10-10[PASEMI_MAC]: remove unused functionSatyam Sharma-5/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-3/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik-13/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-10-10pasemi_mac: Clean TX ring in pollOlof Johansson-0/+1
2007-10-10pasemi_mac: Enable LLTXOlof Johansson-1/+1
2007-10-10pasemi_mac: Fix RX checksum flagsOlof Johansson-1/+1
2007-10-10pasemi_mac: Fix TX ring wrap checkingOlof Johansson-11/+14