summaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/ibmtr.c
Commit message (Expand)AuthorAgeFilesLines
* tokenring: delete all remaining driver supportPaul Gortmaker2012-05-161-1964/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
* drivers/net/*/: Use static constJoe Perches2010-12-211-2/+3
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* net: convert multicast list to list_headJiri Pirko2010-04-031-6/+6
* tokenring: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-3/+1Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-031-2/+9
|\
| * ibmtr: possible Read buffer overflow?roel kluin2009-10-301-2/+9
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* tokenring: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* 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: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
|/
* ibmtr: convert to net_device_opsStephen Hemminger2009-01-211-5/+9
* ibmtr: convert to internal network_device_statsStephen Hemminger2009-01-211-23/+6Star
* drivers/net/tokenring: fix sparse warnings: make symbols staticHannes Eder2008-12-261-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-7/+3Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-12/+14
* drivers/net/tokenring: Convert to generic booleanRichard Knutsson2007-10-111-4/+1Star
* dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau2007-10-111-19/+19
* [TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [PATCH] ibmtr probe is __devinit, not __initAl Viro2007-03-141-2/+2
* ibmtr: Drain rich supply of modpost warnings.Ralf Baechle2007-03-091-13/+12Star
* [PATCH] remote memory corruptor in ibmtr.cAl Viro2006-12-051-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [PATCH] ibmtr section fixAndrew Morton2006-08-191-2/+2
* Merge branch 'master'Jeff Garzik2005-10-051-5/+0Star
|\
| * [PATCH] bogus kfree() in ibmtrAl Viro2005-10-041-5/+0Star
* | [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-5/+4Star
|/
* [PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk2005-06-271-14/+14
* [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-131-8/+3Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1987