summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* netdev: convert pcmcia drivers to netdev_tx_tStephen Hemminger2009-09-017-14/+27
* net: pcmcia/axnet_cs: includecheck fix axnet_cs.cJaswinder Singh Rajput2009-08-131-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-132-17/+11Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-221-7/+14
| |\
| * | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-082-17/+11Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-7/+14
|\ \ \ | | |/ | |/|
| * | 3c589_cs: re-initialize the multicast in the tc589_resetKen Kawasaki2009-07-201-7/+14
| |/
* / net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-067-11/+11
|/
* pcnet_cs: add new idKen Kawasaki2009-07-061-0/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-134-4/+4
* 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia cardKen Kawasaki2009-05-022-3/+3
* pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCMKen Kawasaki2009-04-211-1/+1
* axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki2009-04-071-1/+8
* smc91c92_cs: use request_firmwareJaswinder Singh Rajput2009-03-302-370/+32Star
* axnet: convert to net_device_opsStephen Hemminger2009-03-221-42/+26Star
* smc91c92: convert to net_device_opsStephen Hemminger2009-03-221-9/+14
* smc91c92: convert to internal net_device_statsStephen Hemminger2009-03-221-34/+22Star
* xirc2ps: convert to net_device_opsStephen Hemminger2009-03-221-10/+15
* xir2cps: convert to internal net_device statsStephen Hemminger2009-03-221-26/+15Star
* pcnet: convert driver to net_device_opsStephen Hemminger2009-03-221-10/+24
* pcmcia: convert nmclan driver to net_device_opsStephen Hemminger2009-03-221-9/+14
* pcmcia: convert fmvj18x driver to net_device_opsStephen Hemminger2009-03-221-9/+14
* pcmcia: convert fmvj18x driver to internal net_device_statsStephen Hemminger2009-03-221-24/+12Star
* pcmcia: convert 3c574 to net_device_opsStephen Hemminger2009-03-221-10/+13
* pcmcia: convert 3c589 to net_device_opsStephen Hemminger2009-03-221-10/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-052-2/+4
|\
| * net pcmcia: worklimit reaches -1Roel Kluin2009-03-042-2/+4
* | drivers/net/pcmcia: fix warning: format not a string literal and no ...Hannes Eder2009-02-181-1/+1
|/
* 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-12-031-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-032-2/+1Star
| |\
| * | section misannotation in ibmtr_csAl Viro2008-11-301-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-272-2/+1Star
|\ \ \ | | |/ | |/|
| * | driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-241-1/+0Star
| * | axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter2008-11-222-1/+1
| |/
* | axnet_cs: Fix build after net device ops ne2k conversion.David S. Miller2008-11-241-8/+8
* | netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-131-3/+3
* | fmvj18x_cs: write interrupt ack bit for lan and modem to work simultaneously.Komuro2008-11-071-19/+54
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-046-6/+0Star
* | net: convert print_mac to %pMJohannes Berg2008-10-288-23/+15Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-171-1/+1
|\
| * [netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bitAlan Cox2008-10-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-142-2/+2
|\|
| * net: Rationalise email address: Network Specific PartsAlan Cox2008-10-142-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-1310-228/+215Star
|\ \ | |/ |/|
| * pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-313-5/+5
| * pcmcia: card services header cleanupDominik Brodowski2008-08-311-1/+1
| * pcmcia: deprecate CS_OUT_OF_RESOURCEDominik Brodowski2008-08-231-2/+2
| * pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-238-45/+57
| * pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski2008-08-234-0/+6