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