drivers/net/skge.c: Use netif_printk macros
[safe/jmp/linux-2.6] / drivers / net / pasemi_mac.c
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-04-27 roel kluinpasemi_mac: mac_to_intf() error not noticed
2009-04-27 Grant Likelynet: Rework pasemi_mac driver to use of_mdio infrastructure
2009-04-16 Alexander Beregalovpasemi_mac: convert to net_device_ops
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-13 Ingo Molnarpowerpc: Change u64/s64 to a long long integer type
2008-12-29 David S. Millernet: Fix unused variable warnings in pasemi_mac.c and...
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-07-04 Roland Dreierpasemi_mac: Access iph->tot_len with correct endianness
2008-04-21 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-04-17 Andy Flemingphy: Change mii_bus id field to a string
2008-04-07 Nate Casepasemi_mac: Netpoll support
2008-04-07 Olof Johanssonpasemi_mac: Jumbo frame bugfixes
2008-03-05 Olof Johanssonpasemi_mac: basic ethtool support
2008-03-05 Olof Johanssonpasemi_mac: Enable GSO by default
2008-03-05 Olof Johanssonpasemi_mac: jumbo frame support
2008-03-05 Olof Johanssonpasemi_mac: Move RX/TX section enablement to dma_lib
2008-02-03 Olof Johanssonpasemi_mac: Disable interface on close
2008-02-03 Olof Johanssonpasemi_mac: add support for setting MTU
2008-02-03 Olof Johanssonpasemi_mac: Add support for changing mac address
2008-01-28 Olof Johanssonpasemi_mac: Don't enable RX/TX without a link (if possible)
2008-01-28 Olof Johanssonpasemi_mac: Print warning when not attaching to a PHY
2008-01-28 Olof Johanssonpasemi_mac: Remove SKB copy/recycle logic
2008-01-28 Olof Johanssonpasemi_mac: SKB unmap optimization
2008-01-28 Olof Johanssonpasemi_mac: Software-based LRO support
2008-01-28 Olof Johanssonpasemi_mac: Improve RX interrupt mitigation
2008-01-28 Olof Johanssonpasemi_mac: Fix TX cleaning
2008-01-28 Olof Johanssonpasemi_mac: performance tweaks
2008-01-28 Olof Johanssonpasemi_mac: Convert to new dma library
2008-01-28 Olof Johanssonpasemi_mac: Move register definitions to include/asm...
2008-01-28 Olof Johanssonpasemi_mac: RX/TX ring management cleanup
2007-12-04 Olof Johanssonpasemi_mac: Fix reuse of free'd skb
2007-12-04 David WoodhouseDon't claim to do IPv6 checksum offload
2007-11-10 Olof Johanssonpasemi_mac: Fix CRC checks
2007-11-10 Olof Johanssonpasemi_mac: Don't set replace-source-address descriptor...
2007-10-24 Olof Johanssonpasemi_mac: fix typo
2007-10-10 Olof Johanssonpasemi_mac: enable iommu support
2007-10-10 Olof Johanssonpasemi_mac: use buffer index pointer in clean_rx()
2007-10-10 Olof Johanssonpasemi_mac: clear out old errors on interface open
2007-10-10 Olof Johanssonpasemi_mac: update todo list
2007-10-10 Olof Johanssonpasemi_mac: further performance tweaks
2007-10-10 Olof Johanssonpasemi_mac: add local skb alignment
2007-10-10 Olof Johanssonpasemi_mac: workaround for erratum 5971
2007-10-10 Olof Johanssonpasemi_mac: implement sg support
2007-10-10 Olof Johanssonpasemi_mac: rework ring management
2007-10-10 Olof Johanssonpasemi_mac: fix bug in receive buffer dma mapping
2007-10-10 Olof Johanssonpasemi_mac: basic error checking
2007-10-10 Olof Johanssonpasemi_mac: pass in count of buffers to replenish rx...
2007-10-10 Olof Johanssonpasemi_mac: don't enable rx before there are buffers...
2007-10-10 Olof Johanssonpasemi_mac: flags as passed to spin_*_irqsave() should...
2007-10-10 Olof Johanssonpasemi_mac: set interface speed correctly on XAUI ports
2007-10-10 Satyam Sharma[PASEMI_MAC]: remove unused function
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Olof Johanssonpasemi_mac: Clean TX ring in poll
2007-10-10 Olof Johanssonpasemi_mac: Enable LLTX
2007-10-10 Olof Johanssonpasemi_mac: Fix RX checksum flags
2007-10-10 Olof Johanssonpasemi_mac: Fix TX ring wrap checking
2007-10-10 Olof Johanssonpasemi_mac: Batch up TX buffer frees
2007-10-10 Olof Johanssonpasemi_mac: RX performance tweaks
2007-10-10 Olof Johanssonpasemi_mac: Fix memcpy amount for short receives
2007-10-10 Olof Johanssonpasemi_mac: Enable L2 caching of packet headers
2007-10-10 Olof Johanssonpasemi_mac: Stop using the pci config space accessors...
2007-10-10 Olof Johanssonpasemi_mac: Abstract out register access
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-07-09 Olof Johanssonpasemi_mac: Fix TX interrupt threshold
2007-05-15 olof@lixom.netpasemi_mac: Fix local-mac-address parsing
2007-05-15 olof@lixom.netpasemi_mac: Terminate PCI ID list
2007-05-15 Olof Johanssonpasemi_mac: Interrupt ack fixes
2007-05-08 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-05-08 Olof Johanssonpasemi_mac: Use local-mac-address instead of mac-addres...
2007-05-08 Olof Johanssonpasemi_mac: PHY support
2007-05-08 Olof Johanssonpasemi_mac: Add msglevel support and "debug" module...
2007-05-08 Olof Johanssonpasemi_mac: Logic cleanup / rx performance improvements
2007-05-08 Olof Johanssonpasemi_mac: Minor cleanup / define fixes
2007-05-08 Olof Johanssonpasemi_mac: Add SKB reuse / copy-break
2007-05-08 Olof Johanssonpasemi_mac: Timer and interrupt fixes
2007-05-08 Olof Johanssonpasemi_mac: Abstract and fix up interrupt restart routines
2007-05-08 Olof Johanssonpasemi_mac: Move the IRQ mapping from the PCI layer...
2007-05-08 Olof Johanssonpasemi_mac: A couple of minor bugfixes.
2007-05-02 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-26 Paul MackerrasRevert "[POWERPC] Rename get_property to of_get_propert...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-02-05 Olof JohanssonPA Semi PWRficient Ethernet driver