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