summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
|\ \
| * | ATM: iphase, remove sleep-inside-atomicJiri Slaby2010-10-112-7/+1
| * | ATM: solos-pci, remove use after freeJiri Slaby2010-10-111-3/+5
* | | drivers/atm/idt77252.c: Remove unnecessary error checkJulia Lawall2010-10-031-4/+2
* | | drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko2010-09-211-4/+2
* | | drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-061-2/+2
* | | drivers/atm: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
|/ /
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-13/+13
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-13/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-091-1/+6
|\ \ | |/ |/|
| * solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse2010-08-071-1/+6
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-4/+4
|\ \ | |/ |/|
| * of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-3/+3
| * sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
* | drivers: atm: don't use private copy of hex_to_bin()Andy Shevchenko2010-07-231-13/+2
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-4/+2
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-2/+1
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-2/+1
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-2/+1
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-4/+2
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-4/+2
* | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-4/+2
* | atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR2010-07-123-4/+4
* | atm/suni.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-2/+3
* | atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-3/+3
* | atm/idt77105.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-5/+6
* | atm/adummy: add syfs DEVICE_ATTR to change signalKarl Hiramoto2010-07-091-0/+39
* | atm: [he] rewrite buffer handling in receive pathchas williams - CONTRACTOR2010-05-312-103/+126
* | atm: [he] remove small buffer allocation/handling codechas williams - CONTRACTOR2010-05-312-148/+16
* | atm: [nicstar] remove virt_to_bus() and support 64-bit platformschas williams - CONTRACTOR2010-05-313-175/+237
* | atm: [nicstar] reformatted with Lindentchas williams - CONTRACTOR2010-05-313-3169/+2888
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-224-6/+7
|\
| * atm: select FW_LOADER in Kconfig for solos-pciNathan Williams2010-05-171-0/+1
| * net: sk_sleep() helperEric Dumazet2010-04-201-3/+3
| * drivers: net: use skb_headlen()Eric Dumazet2010-04-142-3/+3
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-7/+9
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3016-0/+16
* atm: use for_each_set_bit()Akinobu Mita2010-03-151-4/+3
* drivers/atm/lanai.c: use %pM to show MAC addresshartleys2010-01-071-11/+3
* drivers/atm/fore200e.c: use %pM to show MAC addresshartleys2010-01-071-7/+4
* drivers/atm/idt77252.c: use %pM to show MAC addresshartleys2010-01-071-4/+1
* drivers/atm/nicstar.c: use %pM to show MAC addresshartleys2010-01-071-3/+1
* drivers/atm: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
OpenPOWER on IntegriCloud