aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* tms380tr: trivial endianness annotationsAl Viro2007-10-102-11/+11
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-108-162/+123
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-109-11/+0
* drivers/net/tokenring: Convert to generic booleanRichard Knutsson2007-10-101-4/+1
* drivers/net/tokenring/3c359.cSurya Prabhakar N2007-10-101-4/+2
* dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau2007-10-106-86/+86
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-102-6/+8
* drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-2/+4
* tokenring/3c359.c:xl_init() must be __devinitAdrian Bunk2007-07-101-1/+1
* [TR]: Use menuconfig objects.Jan Engelhardt2007-05-241-17/+16
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-022-2/+0
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-252-3/+4