aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pasemi_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-04-27pasemi_mac: mac_to_intf() error not noticedroel kluin1-3/+4
2009-04-27net: Rework pasemi_mac driver to use of_mdio infrastructureGrant Likely1-24/+4
2009-04-16pasemi_mac: convert to net_device_opsAlexander Beregalov1-9/+14
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-3/+3
2008-12-28net: Fix unused variable warnings in pasemi_mac.c and spider_net.cDavid S. Miller1-2/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-3/+3
2008-07-04pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier1-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-56/+299
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-04-07pasemi_mac: Netpoll supportNate Case1-0/+23
2008-04-07pasemi_mac: Jumbo frame bugfixesOlof Johansson1-2/+10
2008-03-05pasemi_mac: basic ethtool supportOlof Johansson1-18/+8
2008-03-05pasemi_mac: Enable GSO by defaultOlof Johansson1-1/+1
2008-03-05pasemi_mac: jumbo frame supportOlof Johansson1-33/+261
2008-03-05pasemi_mac: Move RX/TX section enablement to dma_libOlof Johansson1-6/+0
2008-02-03pasemi_mac: Disable interface on closeOlof Johansson1-0/+1
2008-02-03pasemi_mac: add support for setting MTUOlof Johansson1-72/+158
2008-02-03pasemi_mac: Add support for changing mac addressOlof Johansson1-0/+28
2008-01-28pasemi_mac: Don't enable RX/TX without a link (if possible)Olof Johansson1-8/+33
2008-01-28pasemi_mac: Print warning when not attaching to a PHYOlof Johansson1-4/+5
2008-01-28pasemi_mac: Remove SKB copy/recycle logicOlof Johansson1-22/+3
2008-01-28pasemi_mac: SKB unmap optimizationOlof Johansson1-14/+25
2008-01-28pasemi_mac: Software-based LRO supportOlof Johansson1-4/+49
2008-01-28pasemi_mac: Improve RX interrupt mitigationOlof Johansson1-8/+10
2008-01-28pasemi_mac: Fix TX cleaningOlof Johansson1-8/+33
2008-01-28pasemi_mac: performance tweaksOlof Johansson1-46/+68
2008-01-28pasemi_mac: Convert to new dma libraryOlof Johansson1-272/+208
2008-01-28pasemi_mac: Move register definitions to include/asm-powerpcOlof Johansson1-0/+1
2008-01-28pasemi_mac: RX/TX ring management cleanupOlof Johansson1-130/+147
2007-12-04pasemi_mac: Fix reuse of free'd skbOlof Johansson1-1/+1
2007-12-04Don't claim to do IPv6 checksum offloadDavid Woodhouse1-1/+1
2007-11-10pasemi_mac: Fix CRC checksOlof Johansson1-3/+13
2007-11-10pasemi_mac: Don't set replace-source-address descriptor bitsOlof Johansson1-1/+1
2007-10-23pasemi_mac: fix typoOlof Johansson1-1/+1
2007-10-10pasemi_mac: enable iommu supportOlof Johansson1-13/+37
2007-10-10pasemi_mac: use buffer index pointer in clean_rx()Olof Johansson1-27/+33
2007-10-10pasemi_mac: clear out old errors on interface openOlof Johansson1-13/+44
2007-10-10pasemi_mac: update todo listOlof Johansson1-4/+2
2007-10-10pasemi_mac: further performance tweaksOlof Johansson1-45/+47
2007-10-10pasemi_mac: add local skb alignmentOlof Johansson1-5/+16