aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/acenic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-6/+6
|\
| * acenic: Fix using the specified speed when configuring NICDavid Decotigny2011-04-291-1/+1
| * ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-4/+4
| * ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-1/+1
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | acenic: use the dma state API instead of the pci equivalentsFUJITA Tomonori2010-04-011-13/+13
* | acenic: fix the misusage of zero dma addressFUJITA Tomonori2010-04-011-10/+6
|/
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* acenic: Pass up error code from ace_load_firmware()Ben Hutchings2009-10-121-1/+2
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* acenic: fix non-constant printk warningsStephen Hemminger2009-02-261-1/+1
* netdev: missing validate_address hooksStephen Hemminger2009-01-111-0/+1
* firmware: convert acenic driver to request_firmware()Jaswinder Singh2009-01-041-46/+71
* netdev: remove pathetic compile-command linesAlexey Dobriyan2008-12-031-7/+0
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+3
* acenic: convert to net_device_opsStephen Hemminger2008-11-191-8/+12
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-2/+1
* [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-141-1/+0
* acenic: use netstats in net_device structurePaulius Zaleckas2008-05-131-13/+8
* network drivers: sparse warning fixesStephen Hemminger2007-10-101-18/+19
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* drivers/net/acenic.c: fix check-after-useAdrian Bunk2007-07-241-6/+0
* acenic: SET_NETDEV_DEV is always there these daysGeert Uytterhoeven2007-07-081-4/+0
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-18/+3
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-4/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] drivers/net/acenic.c Removal of old codeMichal Piotrowski2006-09-251-4/+0
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-23/+23
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-21/+21
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-4/+4
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-5/+1
* [PATCH] acenic: fix checking of read_eeprom_byte() return valuesEric Sesterhenn2006-01-261-0/+4
* drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl2005-10-281-4/+2