aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pasemi_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10pasemi_mac: workaround for erratum 5971Olof Johansson1-1/+8
2007-10-10pasemi_mac: implement sg supportOlof Johansson1-46/+117
2007-10-10pasemi_mac: rework ring managementOlof Johansson1-110/+103
2007-10-10pasemi_mac: fix bug in receive buffer dma mappingOlof Johansson1-1/+1
2007-10-10pasemi_mac: basic error checkingOlof Johansson1-5/+41
2007-10-10pasemi_mac: pass in count of buffers to replenish rx ring withOlof Johansson1-13/+8
2007-10-10pasemi_mac: don't enable rx before there are buffers on the ringOlof Johansson1-10/+11
2007-10-10pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned longOlof Johansson1-2/+2
2007-10-10pasemi_mac: set interface speed correctly on XAUI portsOlof Johansson1-1/+4
2007-10-10[PASEMI_MAC]: remove unused functionSatyam Sharma1-5/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-13/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10pasemi_mac: Clean TX ring in pollOlof Johansson1-0/+1
2007-10-10pasemi_mac: Enable LLTXOlof Johansson1-1/+1
2007-10-10pasemi_mac: Fix RX checksum flagsOlof Johansson1-1/+1
2007-10-10pasemi_mac: Fix TX ring wrap checkingOlof Johansson1-11/+14
2007-10-10pasemi_mac: Batch up TX buffer freesOlof Johansson1-10/+29
2007-10-10pasemi_mac: RX performance tweaksOlof Johansson1-8/+12
2007-10-10pasemi_mac: Fix memcpy amount for short receivesOlof Johansson1-3/+1
2007-10-10pasemi_mac: Enable L2 caching of packet headersOlof Johansson1-1/+4
2007-10-10pasemi_mac: Stop using the pci config space accessors for register read/writesOlof Johansson1-41/+91
2007-10-10pasemi_mac: Abstract out register accessOlof Johansson1-94/+101
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-20/+16
2007-07-08pasemi_mac: Fix TX interrupt thresholdOlof Johansson1-1/+1
2007-05-15pasemi_mac: Fix local-mac-address parsingolof@lixom.net1-3/+14
2007-05-15pasemi_mac: Terminate PCI ID listolof@lixom.net1-0/+1
2007-05-15pasemi_mac: Interrupt ack fixesOlof Johansson1-14/+13
2007-05-08Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-93/+311
2007-05-08pasemi_mac: Use local-mac-address instead of mac-address if availableOlof Johansson1-1/+6
2007-05-08pasemi_mac: PHY supportOlof Johansson1-0/+126
2007-05-08pasemi_mac: Add msglevel support and "debug" module paramOlof Johansson1-4/+21
2007-05-08pasemi_mac: Logic cleanup / rx performance improvementsOlof Johansson1-38/+37
2007-05-08pasemi_mac: Minor cleanup / define fixesOlof Johansson1-6/+0
2007-05-08pasemi_mac: Add SKB reuse / copy-breakOlof Johansson1-7/+24
2007-05-08pasemi_mac: Timer and interrupt fixesOlof Johansson1-12/+29
2007-05-08pasemi_mac: Abstract and fix up interrupt restart routinesOlof Johansson1-3/+41
2007-05-08pasemi_mac: Move the IRQ mapping from the PCI layer to the driverOlof Johansson1-9/+21
2007-05-08pasemi_mac: A couple of minor bugfixes.Olof Johansson1-15/+8
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+4