aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-325/+340
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-1/+1
2011-10-03atm/iphase : removal of PCI space dereferences.Gravatar françois romieu 2-323/+337
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 13-13/+13
2011-09-15atm: Convert vmalloc/memset to vzallocGravatar Joe Perches 2-7/+7
2011-08-26atm: convert to SKB paged frag API.Gravatar Ian Campbell 1-1/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 13-13/+13
2011-07-12lanai: use pci_dev->subsystem_deviceGravatar Sergei Shtylyov 1-8/+1
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoGravatar Wang Shaoyan 2-14/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 6-0/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 5-68/+10
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 1-2/+5
2011-04-17atm: solos-pci: Fix set-but-unused variable.Gravatar David S. Miller 1-2/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.Gravatar David S. Miller 1-48/+4
2011-04-17atm: he: Fix undefined sequence points.Gravatar David S. Miller 1-2/+2
2011-04-17atm: eni: Kill set-but-unused variables.Gravatar David S. Miller 1-5/+0
2011-04-12atm: iphase: Fix set-but-not-used warnings.Gravatar David S. Miller 1-11/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 8-16/+16
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 8-16/+16
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesGravatar Philip A. Prindeville 1-25/+1
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpGravatar Philip A. Prindeville 1-1/+8
2011-03-30atm/solos-pci: Use VPI.VCI notation uniformly.Gravatar Philip A. Prindeville 1-2/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-7/+10
2011-02-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2011-02-13ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Gravatar Jesper Juhl 1-2/+3
2011-02-02fix typos 'comamnd' -> 'command' in commentsGravatar Justin P. Mattock 1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 2-3/+3
2011-01-21atm: idt77105: fix fetch_stats() resultGravatar Vasiliy Kulikov 1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-3/+3
2011-01-09Madge Ambassador ATM Adapter driver: Always release_firmware() in ucode_init(...Gravatar Jesper Juhl 1-7/+12
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+4
2010-12-31drivers/atm/atmtcp.c: add missing atm_dev_putGravatar Julia Lawall 1-1/+4
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 15-23/+36
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 14-23/+27
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 14-23/+27
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACGravatar Andy Shevchenko 1-5/+2
2010-11-18atm: fore200e: Fix build warning.Gravatar David S. Miller 1-1/+1
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.Gravatar David Woodhouse 1-0/+8
2010-11-08solos: Add 'Firmware' attribute for Traverse overall firmware versionGravatar David Woodhouse 1-0/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 2-3/+3
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Gravatar Joe Perches 1-3/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-21Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-10/+6
2010-10-11ATM: iphase, remove sleep-inside-atomicGravatar Jiri Slaby 2-7/+1
2010-10-11ATM: solos-pci, remove use after freeGravatar Jiri Slaby 1-3/+5
2010-10-03drivers/atm/idt77252.c: Remove unnecessary error checkGravatar Julia Lawall 1-4/+2
2010-09-21drivers: atm: use native kernel's hex_to_bin() funcGravatar Andy Shevchenko 1-4/+2