aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/ibmtr.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+3
* drivers/net/*/: Use static constJoe Perches2010-12-211-2/+3
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* 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/+1
* 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-091-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-181-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-291-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-301-1/+1
|\
| * tokenring: Read buffer overflowroel kluin2009-07-261-1/+1
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* ibmtr: convert to net_device_opsStephen Hemminger2009-01-211-5/+9
* ibmtr: convert to internal network_device_statsStephen Hemminger2009-01-211-23/+6
* 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-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-7/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-12/+14
* drivers/net/tokenring: Convert to generic booleanRichard Knutsson2007-10-101-4/+1
* dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau2007-10-101-19/+19
* [TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] ibmtr probe is __devinit, not __initAl Viro2007-03-141-2/+2
* ibmtr: Drain rich supply of modpost warnings.Ralf Baechle2007-03-091-13/+12
* [PATCH] remote memory corruptor in ibmtr.cAl Viro2006-12-041-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/+0
|\
| * [PATCH] bogus kfree() in ibmtrAl Viro2005-10-041-5/+0
* | [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-5/+4
|/
* [PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk2005-06-261-14/+14
* [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-121-8/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1987