aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | atm: [he] adjust tests to account for sk_wmem_alloc changeschas williams - CONTRACTOR2009-12-081-2/+2
|/ /
* | drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton2009-11-181-13/+16
* | ambassador: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+1
* | solos-pci: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+3
* | atm: Cleanup redundant tests on unsignedroel kluin2009-10-292-3/+3
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-307-14/+6
* atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen2009-09-281-7/+7
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller2009-09-222-9/+77
|\
| * solos: Show Interleaving details for ADSL2 and 2+Simon Farnsworth2009-05-071-0/+4
| * solos: Add some margin-related parametersDavid Woodhouse2009-04-301-0/+7
| * solos: Check for rogue received packetsNathan Williams2009-03-251-0/+4
| * solos: support new FPGA RAM layoutNathan Williams2009-03-251-9/+62