aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/3c359.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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-071-1/+1
* drivers/net: remove exceptional & on function nameJulia Lawall2009-11-181-2/+1
* 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-051-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-031-2/+0
* 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/+6
* drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur2008-03-281-10/+11
* 3c359 endianness annotations and fixesAl Viro2007-12-221-47/+43
* tokenring/3c359.c: fixed array index problemMarcus Meissner2007-10-161-1/+1
* Avoid possible NULL pointer deref in 3c359 driverJesper Juhl2007-10-101-5/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* drivers/net/tokenring/3c359.cSurya Prabhakar N2007-10-101-4/+2
* dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau2007-10-101-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-251-2/+5
* [TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo2007-04-251-4/+0
* 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/+0
* [PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk2005-06-261-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1830