aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/8139cp.c
AgeCommit message (Expand)Author
2010-11-178139cp: fix checksum brokenShan Wei
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches
2010-02-05net: 8139cp: convert to use mc helpersJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-228139cp: fix duplicate loglevel in module load messageAlan Jenkins
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-128139cp: balance dma_map_single vs dma_unmap_single pairFrancois Romieu
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-05-268139*: convert printk() to pr_<foo>()Alexander Beregalov
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-138139cp: allow to set mac address on running deviceJiri Pirko
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-198139: convert to net_device_opsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-228139x: reduce message severity on driver overlapStephen Hemminger
2008-09-038139cp: use netdev_alloc_skbKevin Lo
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik
2008-05-138139cp: use netstats in net_device structurePaulius Zaleckas
2007-10-10fix vlan in 8139cp on big-endianAl Viro
2007-10-108139cp: trivial endianness annotationsAl Viro
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[netdrvr] 8139cp, 8139too: convert to generic DMAJeff Garzik
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-07-168139cp: implement the missing dev->tx_timeoutFrancois Romieu
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-07-088139cp: Convert to generic booleanRichard Knutsson