summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-253-325/+340
|\
| * net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
| * atm/iphase : removal of PCI space dereferences.françois romieu2011-10-032-323/+337
| * atm: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-09-1513-13/+13
|\|
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-2713-13/+13
* | atm: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-7/+7
|/
* lanai: use pci_dev->subsystem_deviceSergei Shtylyov2011-07-121-8/+1Star
* ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan2011-07-082-14/+1Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-076-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-205-68/+10Star
|\
| * atm: solos-pci: Fix set-but-unused variable.David S. Miller2011-04-171-2/+1Star
| * atm: idt77252: Fix set-but-unused variables.David S. Miller2011-04-171-48/+4Star
| * atm: he: Fix undefined sequence points.David S. Miller2011-04-171-2/+2
| * atm: eni: Kill set-but-unused variables.David S. Miller2011-04-171-5/+0Star
| * atm: iphase: Fix set-but-not-used warnings.David S. Miller2011-04-131-11/+3Star
* | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
|/
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-078-16/+16
|\
| * Fix common misspellingsLucas De Marchi2011-03-318-16/+16
* | atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-311-25/+1Star
* | atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville2011-03-311-1/+8
* | atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville2011-03-311-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-151-1/+1
| |\
| * | fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
* | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-7/+10
* | | ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl2011-02-141-2/+3
| |/ |/|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-242-3/+3
|\|
| * Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-3/+3
| |\
| | * Merge branch 'master' into for-nextJiri Kosina2010-12-2215-23/+36
| | |\
| | * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-3/+3
* | | | atm: idt77105: fix fetch_stats() resultVasiliy Kulikov2011-01-221-1/+1
|/ / /
* | | Madge Ambassador ATM Adapter driver: Always release_firmware() in ucode_init(...Jesper Juhl2011-01-101-7/+12
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-1/+4
|\ \ \
| * | | drivers/atm/atmtcp.c: add missing atm_dev_putJulia Lawall2010-12-311-1/+4
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-1714-23/+27
|\| |
| * | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-1114-23/+27
* | | atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko2010-12-081-5/+2Star
* | | atm: fore200e: Fix build warning.David S. Miller2010-11-181-1/+1
|/ /
* | solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse2010-11-081-0/+8
* | solos: Add 'Firmware' attribute for Traverse overall firmware versionDavid Woodhouse2010-11-081-0/+1
|/
* drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches2010-10-261-3/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-211-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-113-10/+6Star
|\ \
| * | ATM: iphase, remove sleep-inside-atomicJiri Slaby2010-10-112-7/+1Star
| * | ATM: solos-pci, remove use after freeJiri Slaby2010-10-111-3/+5