aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin...David S. Miller2009-03-313-1596/+51
|\
| * 3C359: use request_firmwareJaswinder Singh Rajput2009-03-303-1596/+51
* | tokenring: convert smctr to net_device_opsStephen Hemminger2009-03-271-7/+9
* | tokenring: convert drivers to net_device_opsStephen Hemminger2009-03-273-9/+20
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-9/+9
|\
| * tmspci: fix request_irq raceMeelis Roos2009-03-041-9/+9
* | drivers/net/tokenring: fix sparse warning: cast truncates bits from const valueHannes Eder2009-02-172-11/+0
* | drivers/net/tokenring: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-173-5/+0
* | drivers/net/tokenring: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* | 3c559: convert to net_device_opsStephen Hemminger2009-01-211-7/+10
* | tms380tr: convert to net_device_opsStephen Hemminger2009-01-214-13/+23
* | olympic: convert to net_device_opsStephen Hemminger2009-01-211-7/+10
* | olympic: convert to internal network device statsStephen Hemminger2009-01-212-16/+6
* | lanstreamer: convert to net_device_opsStephen Hemminger2009-01-211-11/+13
* | lanstreamer: convert to internal network statsStephen Hemminger2009-01-212-15/+5
* | ibmtr: convert to net_device_opsStephen Hemminger2009-01-211-5/+9
* | ibmtr: convert to internal network_device_statsStephen Hemminger2009-01-211-23/+6
|/
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones2008-12-271-1/+1
* drivers/net/tokenring: fix sparse warnings: make symbols staticHannes Eder2008-12-264-5/+5
* 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
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-5/+9
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-036-9/+0
* net: convert print_mac to %pMJohannes Berg2008-10-278-80/+44
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-232-3/+0
* Remove newline from the description of module parametersNiels de Vos2008-08-011-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-183-1001/+35
|\
| * smctr: use request_firmware()David Woodhouse2008-07-103-1001/+35
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-252-2/+2
|\ \ | |/
| * drivers/net/tokenring/olympic.c: fix warningAndrew Morton2008-05-221-1/+1
| * drivers/net/tokenring/3c359.c: squish a warningAndrew Morton2008-05-221-1/+1
* | 3c359: use netstats in net_device structurePaulius Zaleckas2008-05-132-16/+6
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-8/+13
|\
| * [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-5/+10
| * net/tokenring/olympic.c section fixesAdrian Bunk2008-04-041-3/+3
* | drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur2008-03-281-10/+11
|/
* smctr.c: fix logical-bitwise-or confusionJay Schulist2008-03-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-049-9/+9
|\
| * MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches2008-02-039-9/+9
* | olympic_open() must be __devinitAdrian Bunk2008-02-031-1/+1
|/
* NULL noise in drivers/netAl Viro2008-01-281-2/+2
* endianness annotations and fixes for olympicAl Viro2008-01-282-14/+14
* 3c359 endianness annotations and fixesAl Viro2007-12-222-66/+62
* 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