aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/8139cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-42/+30
2010-02-05net: 8139cp: convert to use mc helpersJiri Pirko1-4/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-6/+2
2009-09-228139cp: fix duplicate loglevel in module load messageAlan Jenkins1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2009-08-128139cp: balance dma_map_single vs dma_unmap_single pairFrancois Romieu1-3/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-268139*: convert printk() to pr_<foo>()Alexander Beregalov1-17/+15
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-138139cp: allow to set mac address on running deviceJiri Pirko1-1/+23
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-198139: convert to net_device_opsStephen Hemminger1-13/+20
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-228139x: reduce message severity on driver overlapStephen Hemminger1-3/+2
2008-09-038139cp: use netdev_alloc_skbKevin Lo1-7/+7
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik1-1/+0
2008-05-138139cp: use netstats in net_device structurePaulius Zaleckas1-22/+21
2007-10-10fix vlan in 8139cp on big-endianAl Viro1-5/+5
2007-10-108139cp: trivial endianness annotationsAl Viro1-19/+19
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[netdrvr] 8139cp, 8139too: convert to generic DMAJeff Garzik1-14/+17
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-20/+21
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-3/+24
2007-07-168139cp: implement the missing dev->tx_timeoutFrancois Romieu1-3/+24
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+2
2007-07-088139cp: Convert to generic booleanRichard Knutsson1-8/+3
2007-06-038139cp: fix VLAN unregistrationStephen Hemminger1-13/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0