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