aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/axnet_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-12net: pcmcia/axnet_cs: includecheck fix axnet_cs.cJaswinder Singh Rajput1-2/+0
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-04-06axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki1-1/+8
2009-03-21axnet: convert to net_device_opsStephen Hemminger1-42/+26
2009-02-17drivers/net/pcmcia: fix warning: format not a string literal and no ...Hannes Eder1-1/+1
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-11-23axnet_cs: Fix build after net device ops ne2k conversion.David S. Miller1-8/+8
2008-11-23driver/net/*: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-21axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter1-0/+1
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-44/+36
2008-09-03pcnet-cs, axnet_cs: add new IDs, remove dup ID with less infoKomuro1-0/+1
2008-08-23pcmcia: deprecate CS_SUCCESSDominik Brodowski1-3/+4
2008-08-23pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski1-0/+1
2008-08-23pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski1-0/+1
2008-08-23pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski1-41/+30
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro1-0/+2
2008-05-13axnet_cs: use netstats in net_device structurePaulius Zaleckas1-36/+34
2008-03-05axnet_cs: change debugging level for "Too much work at interrupt" message.Komuro1-1/+1
2008-02-05pcmcia/axnet_cs: make use of 'max()' instead of handcrafted oneRichard Knutsson1-2/+2
2008-02-05pcmcia/axnet_cs: make functions staticRichard Knutsson1-2/+2
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson1-13/+13
2008-01-28axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irqKomuro1-11/+5
2007-10-29netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.Komuro1-1/+1
2007-10-10PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs)Komuro1-0/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+5
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-3/+0
2007-07-08add return value check of request_irq()Yoichi Yuasa1-2/+5
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-5/+1
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-7/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-08-19[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)Komuro1-2/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-05-20[PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chipset)Komuro1-11/+2
2006-04-12[PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrunKomuro1-1/+1
2006-03-31[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski1-1/+1
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-11/+4
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-9/+7
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-34/+29
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-11/+8
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-5/+0
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski1-13/+5
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski1-7/+1