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