summaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Kconfig & Makefile cleanupJeff Kirsher2011-08-271-1/+1
* ixbmtr_cs: Move the IBM PCMCIA Token Ring driverJeff Kirsher2011-08-273-11/+394
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-186-6/+6
* drivers/net: Remove casts of void *Joe Perches2011-06-221-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-052-3/+5
* Revert "net: fix section mismatches"David S. Miller2011-06-011-1/+1
* olympic: convert to seq_fileAlexey Dobriyan2011-05-131-29/+28Star
* net: fix section mismatchesMichał Mirosław2011-04-191-1/+1
* net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)2011-04-113-4/+4
* Fix common misspellingsLucas De Marchi2011-03-314-11/+11
* drivers/net/*/: Use static constJoe Perches2010-12-211-2/+3
* tms380tr: Use mdelay() in tms380tr_wait().David S. Miller2010-10-251-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | drivers/net: return operator cleanupEric Dumazet2010-09-273-279/+281
* | tmspci: fix tr%d in printkMeelis Roos2010-09-221-6/+4Star
* | tokenring: remove unneeded NULL checksDan Carpenter2010-08-221-4/+2Star
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-143-61/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-103-3/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-115-2/+3
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-2/+3
* | net: convert multicast list to list_headJiri Pirko2010-04-035-30/+30
* | net/tokenring: remove trailing space in messagesFrans Pop2010-03-244-106/+106
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-2/+2
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-2/+2
* | tokenring: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-185-17/+9Star
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-125-5/+5
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-085-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-102-2/+2
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-033-60/+58Star
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-192-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-031-2/+9
| |\
| * | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | drivers/net: remove exceptional & on function nameJulia Lawall2009-11-182-4/+3Star
* | | tms380tr: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+2
| |/ |/|
* | ibmtr: possible Read buffer overflow?roel kluin2009-10-301-2/+9
|/
* tokenring: convert to netdev_tx_tStephen Hemminger2009-09-016-18/+29
* drivers/net/tokenring: Use status field rather than state fieldJulia Lawall2009-08-131-26/+10Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-1/+1
|\
| * tokenring: Read buffer overflowroel kluin2009-07-271-1/+1
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-062-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-064-4/+4
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-153-3/+3
|\
| * trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-123-3/+3
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-135-5/+5
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1