Age | Commit message (Expand) | Author | Files | Lines |
2010-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+6 |
2010-08-08 | solos-pci: Fix race condition in tasklet RX handling | David Woodhouse | 1 | -1/+6 |
2010-08-06 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -4/+4 |
2010-07-24 | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 1 | -3/+3 |
2010-07-23 | drivers: atm: don't use private copy of hex_to_bin() | Andy Shevchenko | 1 | -13/+2 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -4/+2 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -2/+1 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -2/+1 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -2/+1 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -4/+2 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -4/+2 |
2010-07-16 | atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -4/+2 |
2010-07-13 | atm: remove IRQF_DISABLED in combination with IRQF_SHARED | chas williams - CONTRACTOR | 3 | -4/+4 |
2010-07-09 | atm/suni.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -2/+3 |
2010-07-09 | atm/solos-pci: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -3/+3 |
2010-07-09 | atm/idt77105.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -5/+6 |
2010-07-09 | atm/adummy: add syfs DEVICE_ATTR to change signal | Karl Hiramoto | 1 | -0/+39 |
2010-06-28 | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 1 | -1/+1 |
2010-05-31 | atm: [he] rewrite buffer handling in receive path | chas williams - CONTRACTOR | 2 | -103/+126 |
2010-05-31 | atm: [he] remove small buffer allocation/handling code | chas williams - CONTRACTOR | 2 | -148/+16 |
2010-05-31 | atm: [nicstar] remove virt_to_bus() and support 64-bit platforms | chas williams - CONTRACTOR | 3 | -175/+237 |
2010-05-31 | atm: [nicstar] reformatted with Lindent | chas williams - CONTRACTOR | 3 | -3169/+2888 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 4 | -6/+7 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -2/+5 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -7/+9 |
2010-05-18 | atm: select FW_LOADER in Kconfig for solos-pci | Nathan Williams | 1 | -0/+1 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 1 | -3/+3 |
2010-04-15 | drivers: net: use skb_headlen() | Eric Dumazet | 2 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 16 | -0/+16 |
2010-03-16 | atm: use for_each_set_bit() | Akinobu Mita | 1 | -4/+3 |
2010-01-07 | drivers/atm/lanai.c: use %pM to show MAC address | hartleys | 1 | -11/+3 |
2010-01-07 | drivers/atm/fore200e.c: use %pM to show MAC address | hartleys | 1 | -7/+4 |
2010-01-07 | drivers/atm/idt77252.c: use %pM to show MAC address | hartleys | 1 | -4/+1 |
2010-01-07 | drivers/atm/nicstar.c: use %pM to show MAC address | hartleys | 1 | -3/+1 |
2009-12-14 | drivers/atm: Correct code taking the size of a pointer | Julia Lawall | 1 | -1/+1 |
2009-12-12 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | atm: [he] adjust tests to account for sk_wmem_alloc changes | chas williams - CONTRACTOR | 1 | -2/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-11-18 | drivers/atm/solos-pci.c: fix warning/bug, clean up code | Andrew Morton | 1 | -13/+16 |
2009-11-11 | ambassador: declare MODULE_FIRMWARE | Ben Hutchings | 1 | -0/+1 |
2009-11-11 | solos-pci: declare MODULE_FIRMWARE | Ben Hutchings | 1 | -0/+3 |
2009-10-29 | atm: Cleanup redundant tests on unsigned | roel kluin | 2 | -3/+3 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 7 | -14/+6 |
2009-09-28 | atm: dereference of he_dev->rbps_virt in he_init_group() | Juha Leppanen | 1 | -7/+7 |
2009-09-23 | Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6 | David S. Miller | 2 | -9/+77 |
2009-09-23 | atm: dereference of he_dev->rbps_virt in he_init_group() | roel kluin | 1 | -9/+50 |
2009-08-02 | drivers/atm: Use DIV_ROUND_CLOSEST | Julia Lawall | 1 | -2/+2 |
2009-07-27 | drivers/atm: Correct redundant test | Julia Lawall | 1 | -1/+1 |
2009-05-07 | solos: Show Interleaving details for ADSL2 and 2+ | Simon Farnsworth | 1 | -0/+4 |