summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller
2011-04-17atm: he: Fix undefined sequence points.David S. Miller
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller
2011-04-12atm: iphase: Fix set-but-not-used warnings.David S. Miller
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville
2011-03-30atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2011-02-15Merge branch 'master' into for-nextJiri Kosina
2011-02-13ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2011-01-21atm: idt77105: fix fetch_stats() resultVasiliy Kulikov
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-09Madge Ambassador ATM Adapter driver: Always release_firmware() in ucode_init(...Jesper Juhl
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-31drivers/atm/atmtcp.c: add missing atm_dev_putJulia Lawall
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko
2010-11-18atm: fore200e: Fix build warning.David S. Miller
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse
2010-11-08solos: Add 'Firmware' attribute for Traverse overall firmware versionDavid Woodhouse
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-21Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-11ATM: iphase, remove sleep-inside-atomicJiri Slaby
2010-10-11ATM: solos-pci, remove use after freeJiri Slaby
2010-10-03drivers/atm/idt77252.c: Remove unnecessary error checkJulia Lawall
2010-09-21drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall
2010-08-16drivers/atm: Adjust confusing if indentationJulia Lawall
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely