aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/korina.c
Commit message (Expand)AuthorAge
* drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser2011-07-08
* korina: count RX DMA OVR as rx_fifo_errorPhil Sutter2010-06-02
* korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter2010-06-02
* korina: fix deadlock on RX FIFO overrunPhil Sutter2010-06-02
* net: convert multicast list to list_headJiri Pirko2010-04-03
* korina: use resource_size()Dan Carpenter2010-03-22
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-26
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-19
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-13
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* korina: add error-handling to korina_alloc_ringPhil Sutter2009-08-13
* korina: fix printk formatting, add final info linePhil Sutter2009-08-13
* korina: periodically poll the mediaFlorian Fainelli2009-05-29
* korina: convert to net_device_opsAlexander Beregalov2009-04-16
* net: Remove redundant NAPI functionsBen Hutchings2009-01-21
* korina: drop leftover assignmentPhil Sutter2009-01-19
* korina: adjust headroom for new skb's alsoPhil Sutter2009-01-19
* korina: fix loop back of receive descriptorsPhil Sutter2009-01-19
* korina: do not use IRQF_SHARED with IRQF_DISABLEDPhil Sutter2009-01-15
* korina: do not stop queue herePhil Sutter2009-01-15
* korina: fix handling tx_chain_tailPhil Sutter2009-01-15
* korina: do tx at the right positionPhil Sutter2009-01-15
* korina: do schedule napi after testing for itPhil Sutter2009-01-15
* korina: rework korina_rx() for use with napiPhil Sutter2009-01-15
* korina: disable napi on close and restartPhil Sutter2009-01-15
* korina: reset resource buffer size to 1536Phil Sutter2009-01-15
* korina: fix usage of driver_dataPhil Sutter2009-01-15
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
* korina: misc cleanupFrancois Romieu2008-04-25
* korina: fix misplaced return statementFrancois Romieu2008-04-25
* Add support the Korina (IDT RC32434) Ethernet MACFlorian Fainelli2008-03-26