summaryrefslogtreecommitdiff
path: root/drivers/net/acenic.c
AgeCommit message (Expand)Author
2011-07-25acenic: use netdev_alloc_skb_ip_alignstephen hemminger
2011-07-21acenic: include NET_SKB_PAD headroom to incoming skbsEric Dumazet
2011-07-21acenic: do vlan cleanupJiri Pirko
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-04-29acenic: Fix using the specified speed when configuring NICDavid Decotigny
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-03-31Fix common misspellingsLucas De Marchi
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-01acenic: use the dma state API instead of the pci equivalentsFUJITA Tomonori
2010-04-01acenic: fix the misusage of zero dma addressFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-10-12acenic: Pass up error code from ace_load_firmware()Ben Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-05-29net: dont update dev->trans_startEric Dumazet
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-02-26acenic: fix non-constant printk warningsStephen Hemminger
2009-01-11netdev: missing validate_address hooksStephen Hemminger
2009-01-04firmware: convert acenic driver to request_firmware()Jaswinder Singh
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19acenic: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi
2008-05-13acenic: use netstats in net_device structurePaulius Zaleckas
2007-10-10network drivers: sparse warning fixesStephen Hemminger
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-24drivers/net/acenic.c: fix check-after-useAdrian Bunk
2007-07-08acenic: SET_NETDEV_DEV is always there these daysGeert Uytterhoeven
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-25[PATCH] drivers/net/acenic.c Removal of old codeMichal Piotrowski
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel