summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/axnet_cs.c
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)Dominik Brodowski2009-11-091-35/+18
* netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings2009-09-031-4/+5
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-2/+0
* netdev: convert pcmcia drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: pcmcia/axnet_cs: includecheck fix axnet_cs.cJaswinder Singh Rajput2009-08-121-2/+0
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki2009-04-061-1/+8
* axnet: convert to net_device_opsStephen Hemminger2009-03-211-42/+26
* drivers/net/pcmcia: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-1/+1
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-231-1/+0
| * axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter2008-11-211-0/+1
* | axnet_cs: Fix build after net device ops ne2k conversion.David S. Miller2008-11-231-8/+8
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-44/+36
|\
| * pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-231-3/+4
| * pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski2008-08-231-0/+1
| * pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski2008-08-231-0/+1
| * pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski2008-08-231-41/+30
* | pcnet-cs, axnet_cs: add new IDs, remove dup ID with less infoKomuro2008-09-031-0/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-0/+2
|\
| * pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro2008-06-271-0/+2
* | axnet_cs: use netstats in net_device structurePaulius Zaleckas2008-05-131-36/+34
|/
* axnet_cs: change debugging level for "Too much work at interrupt" message.Komuro2008-03-051-1/+1
* pcmcia/axnet_cs: make use of 'max()' instead of handcrafted oneRichard Knutsson2008-02-051-2/+2
* pcmcia/axnet_cs: make functions staticRichard Knutsson2008-02-051-2/+2
* pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson2008-02-051-13/+13
* axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irqKomuro2008-01-281-11/+5
* netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.Komuro2007-10-291-1/+1
* PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs)Komuro2007-10-101-0/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+5
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-3/+0
* add return value check of request_irq()Yoichi Yuasa2007-07-081-2/+5
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-041-5/+1
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-061-7/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+6
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* [PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)Komuro2006-08-191-2/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chip...Komuro2006-05-201-11/+2
* [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrunKomuro2006-04-121-1/+1
* [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski2006-03-311-1/+1
* [PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski2006-03-311-11/+4
* [PATCH] pcmcia: add return value to _config() functionsDominik Brodowski2006-03-311-9/+7
* [PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski2006-03-311-34/+29
OpenPOWER on IntegriCloud