aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/pcnet_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-27pcnet_cs: add new idKen Kawasaki1-1/+2
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2010-01-06pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki1-2/+2
2009-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2009-12-07pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski1-1/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-49/+31
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-49/+31
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski1-1/+1
2009-11-28pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski1-2/+2
2009-11-28pcmcia: Change window_handle_t logic to unsigned longMagnus Damm1-1/+1
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm1-2/+2
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm1-2/+2
2009-11-10pcnet-cs: declare MODULE_FIRMWAREBen Hutchings1-0/+7
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)Dominik Brodowski1-42/+25
2009-10-29pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki1-1/+1
2009-10-05pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardKen Kawasaki1-5/+5
2009-09-22pcmcia: pcnet_cs.c removing useless conditionJaswinder Singh Rajput1-6/+5
2009-09-15pcnet_cs: add cis of Linksys multifunction pcmcia cardKen Kawasaki1-5/+5
2009-09-03netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings1-4/+5
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-07-05pcnet_cs: add new idKen Kawasaki1-0/+1
2009-04-21pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCMKen Kawasaki1-1/+1
2009-03-21pcnet: convert driver to net_device_opsStephen Hemminger1-10/+24
2009-02-03pcnet_cs: Fix misuse of the equality operator.Cord Walter1-1/+1
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2008-11-21axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-45/+41
2008-09-03pcnet-cs, axnet_cs: add new IDs, remove dup ID with less infoKomuro1-1/+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: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski1-2/+0
2008-08-23pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski1-42/+37
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro1-0/+3
2008-02-23pcnet_cs: if AX88190-based card, printk "use axnet_cs instead" message.Komuro1-2/+8
2008-02-05pcmcia/pcnet_cs: fix 'shadow variable' warningRichard Knutsson1-13/+13
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson1-18/+18
2008-01-28pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day1-2/+2
2007-12-17pcnet_cs: add new idKomuro1-0/+1
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/+3
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-2/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-10PCMCIA: add Socket Ethernet card into pcnet_csMarcin Juszkiewicz1-0/+1
2007-07-08add return value check of request_irq()Yoichi Yuasa1-3/+6