summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/pcnet_cs.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* pcnet_cs: add new idKen Kawasaki2010-03-281-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-131-2/+2
|\
| * pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki2010-01-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-141-1/+1
|\ \ | |/ |/|
| * pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski2009-12-071-1/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-061-49/+31Star
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-051-49/+31Star
| |\
| | * pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-1/+0Star
| | * pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-281-1/+1
| | * pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-2/+2
| | * pcmcia: Change window_handle_t logic to unsigned longMagnus Damm2009-11-281-1/+1
| | * pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-2/+2
| | * pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-2/+2
| | * pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)Dominik Brodowski2009-11-091-42/+25Star
* | | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* | | pcnet-cs: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+7
|/ /
* / pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki2009-10-301-1/+1
|/
* pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardKen Kawasaki2009-10-051-5/+5
* pcmcia: pcnet_cs.c removing useless conditionJaswinder Singh Rajput2009-09-221-6/+5Star
* pcnet_cs: add cis of Linksys multifunction pcmcia cardKen Kawasaki2009-09-151-5/+5
* netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings2009-09-041-4/+5
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-041-2/+0Star
* pcnet_cs: add new idKen Kawasaki2009-07-061-0/+1
* pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCMKen Kawasaki2009-04-211-1/+1
* pcnet: convert driver to net_device_opsStephen Hemminger2009-03-221-10/+24
* pcnet_cs: Fix misuse of the equality operator.Cord Walter2009-02-041-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-1/+0Star
|\
| * axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter2008-11-221-1/+0Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-45/+41Star
|\
| * 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: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski2008-08-231-2/+0Star
| * pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski2008-08-231-42/+37Star
* | pcnet-cs, axnet_cs: add new IDs, remove dup ID with less infoKomuro2008-09-031-1/+1
|/
* pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro2008-06-271-0/+3
* pcnet_cs: if AX88190-based card, printk "use axnet_cs instead" message.Komuro2008-02-241-2/+8
* pcmcia/pcnet_cs: fix 'shadow variable' warningRichard Knutsson2008-02-051-13/+13
* pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson2008-02-051-18/+18
* pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day2008-01-291-2/+2
* pcnet_cs: add new idKomuro2007-12-171-0/+1
* 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-111-0/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-4/+3Star
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-111-2/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* PCMCIA: add Socket Ethernet card into pcnet_csMarcin Juszkiewicz2007-07-101-0/+1
* add return value check of request_irq()Yoichi Yuasa2007-07-091-3/+6