aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/ibmtr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-02-18tokenring: convert to use netdev_for_each_mc_addrJiri Pirko1-3/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+9
2009-10-29ibmtr: possible Read buffer overflow?roel kluin1-2/+9
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-26tokenring: Read buffer overflowroel kluin1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-21ibmtr: convert to net_device_opsStephen Hemminger1-5/+9
2009-01-21ibmtr: convert to internal network_device_statsStephen Hemminger1-23/+6
2008-12-26drivers/net/tokenring: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-7/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-12/+14
2007-10-10drivers/net/tokenring: Convert to generic booleanRichard Knutsson1-4/+1
2007-10-10dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau1-19/+19
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo1-1/+0
2007-03-14[PATCH] ibmtr probe is __devinit, not __initAl Viro1-2/+2
2007-03-09ibmtr: Drain rich supply of modpost warnings.Ralf Baechle1-13/+12
2006-12-04[PATCH] remote memory corruptor in ibmtr.cAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-08-19[PATCH] ibmtr section fixAndrew Morton1-2/+2
2005-10-05Merge branch 'master'Jeff Garzik1-5/+0
2005-10-04[PATCH] bogus kfree() in ibmtrAl Viro1-5/+0
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-5/+4
2005-06-26[PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk1-14/+14
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-8/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1987