summaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
AgeCommit message (Expand)AuthorLines
2011-05-31Revert "net: fix section mismatches"David S. Miller-1/+1
2011-05-13olympic: convert to seq_fileAlexey Dobriyan-29/+28
2011-04-18net: fix section mismatchesMichał Mirosław-1/+1
2011-04-11net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)-4/+4
2011-03-31Fix common misspellingsLucas De Marchi-11/+11
2010-12-21drivers/net/*/: Use static constJoe Perches-2/+3
2010-10-25tms380tr: Use mdelay() in tms380tr_wait().David S. Miller-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet-279/+281
2010-09-21tmspci: fix tr%d in printkMeelis Roos-6/+4
2010-08-22tokenring: remove unneeded NULL checksDan Carpenter-4/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-61/+0
2010-05-10net: trans_start cleanupsEric Dumazet-3/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+3
2010-04-03net: convert multicast list to list_headJiri Pirko-30/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+3
2010-03-24net/tokenring: remove trailing space in messagesFrans Pop-106/+106
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-2/+2
2010-02-18tokenring: convert to use netdev_for_each_mc_addrJiri Pirko-17/+9
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko-5/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-5/+5
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches-60/+58
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2009-11-18drivers/net: remove exceptional & on function nameJulia Lawall-4/+3
2009-11-10tms380tr: declare MODULE_FIRMWAREBen Hutchings-0/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel-1/+1
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+9
2009-10-29ibmtr: possible Read buffer overflow?roel kluin-2/+9
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger-18/+29
2009-08-12drivers/net/tokenring: Use status field rather than state fieldJulia Lawall-26/+10
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2009-07-26tokenring: Read buffer overflowroel kluin-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy-5/+5
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin...David S. Miller-1596/+51
2009-03-303C359: use request_firmwareJaswinder Singh Rajput-1596/+51
2009-03-27tokenring: convert smctr to net_device_opsStephen Hemminger-7/+9
2009-03-27tokenring: convert drivers to net_device_opsStephen Hemminger-9/+20
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-9/+9
2009-03-04tmspci: fix request_irq raceMeelis Roos-9/+9