summaryrefslogtreecommitdiffstats
path: root/drivers/net/korina.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-4/+4
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-4/+1Star
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* korina: add error-handling to korina_alloc_ringPhil Sutter2009-08-141-3/+9
* korina: fix printk formatting, add final info linePhil Sutter2009-08-141-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-201-2/+1Star
* korina: adjust headroom for new skb's alsoPhil Sutter2009-01-201-0/+3
* korina: fix loop back of receive descriptorsPhil Sutter2009-01-201-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/+0Star
* 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/+53Star
* 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/+0Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* korina: misc cleanupFrancois Romieu2008-04-251-19/+16Star
* korina: fix misplaced return statementFrancois Romieu2008-04-251-2/+2
* Add support the Korina (IDT RC32434) Ethernet MACFlorian Fainelli2008-03-261-0/+1233