summaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/3c359.c
Commit message (Expand)AuthorAgeFilesLines
* tokenring: delete all remaining driver supportPaul Gortmaker2012-05-161-1831/+0Star
* net/tokenring: use module_pci_driverAxel Lin2012-04-141-13/+1Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-4/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-2/+4
* net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)2011-04-111-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-6/+6
* | net/tokenring: remove trailing space in messagesFrans Pop2010-03-241-50/+50
|/
* tokenring: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-3/+2Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: remove exceptional & on function nameJulia Lawall2009-11-181-2/+1Star
* tokenring: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-121-1/+1
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
|/
* 3C359: use request_firmwareJaswinder Singh Rajput2009-03-301-15/+48
* 3c559: convert to net_device_opsStephen Hemminger2009-01-211-7/+10
* netdevice: Kill netdev->privWang Chen2008-12-081-2/+3
* tokenring/3c359.c: Prevent possible mem leak when open failedJirka Pirko2008-11-241-0/+2
* tokenring/3c359.c: Fix error message when allocating tx_ringJirka Pirko2008-11-241-1/+1
* tokenring/3c359.c: fix allocation null checkJirka Pirko2008-11-241-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* Remove newline from the description of module parametersNiels de Vos2008-08-011-4/+4
* 3c359: use netstats in net_device structurePaulius Zaleckas2008-05-131-14/+6Star
* drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur2008-03-291-10/+11
* 3c359 endianness annotations and fixesAl Viro2007-12-231-47/+43Star
* tokenring/3c359.c: fixed array index problemMarcus Meissner2007-10-171-1/+1
* Avoid possible NULL pointer deref in 3c359 driverJesper Juhl2007-10-111-5/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* drivers/net/tokenring/3c359.cSurya Prabhakar N2007-10-111-4/+2Star
* dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau2007-10-111-29/+29
* tokenring/3c359.c:xl_init() must be __devinitAdrian Bunk2007-07-101-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+5
* [TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo2007-04-261-4/+0Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk2005-06-271-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1830