aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/korina.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02korina: count RX DMA OVR as rx_fifo_errorPhil Sutter1-1/+1
2010-06-02korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter1-2/+1
2010-06-02korina: fix deadlock on RX FIFO overrunPhil Sutter1-14/+13
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-22korina: use resource_size()Dan Carpenter1-3/+3
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-4/+4
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-08-13korina: add error-handling to korina_alloc_ringPhil Sutter1-3/+9
2009-08-13korina: fix printk formatting, add final info linePhil Sutter1-15/+17
2009-05-29korina: periodically poll the mediaFlorian Fainelli1-0/+14
2009-04-16korina: convert to net_device_opsAlexander Beregalov1-9/+16
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-19korina: drop leftover assignmentPhil Sutter1-2/+1
2009-01-19korina: adjust headroom for new skb's alsoPhil Sutter1-0/+3
2009-01-19korina: fix loop back of receive descriptorsPhil Sutter1-4/+5
2009-01-15korina: do not use IRQF_SHARED with IRQF_DISABLEDPhil Sutter1-4/+4
2009-01-15korina: do not stop queue herePhil Sutter1-1/+0
2009-01-15korina: fix handling tx_chain_tailPhil Sutter1-11/+11
2009-01-15korina: do tx at the right positionPhil Sutter1-4/+4
2009-01-15korina: do schedule napi after testing for itPhil Sutter1-1/+1
2009-01-15korina: rework korina_rx() for use with napiPhil Sutter1-56/+53
2009-01-15korina: disable napi on close and restartPhil Sutter1-0/+4
2009-01-15korina: reset resource buffer size to 1536Phil Sutter1-1/+4
2009-01-15korina: fix usage of driver_dataPhil Sutter1-1/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-04-25korina: misc cleanupFrancois Romieu1-19/+16
2008-04-25korina: fix misplaced return statementFrancois Romieu1-2/+2
2008-03-26Add support the Korina (IDT RC32434) Ethernet MACFlorian Fainelli1-0/+1233