aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville2009-06-153-10/+9
* firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-11/+1
* firmware: dvb/dvb-usb: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-1/+1
* firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-1/+1
* firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-4/+5
* firmware: allocate firmware id dynamicallySamuel Ortiz2009-06-151-4/+12
* driver core: fix documentation of request_firmware_nowaitMing Lei2009-06-151-2/+3
* driver core: synchronize device shutdownShaohua Li2009-06-151-0/+2
* driver-core: make sysdev_class_register check kobject_set_name return valueDave Young2009-06-151-1/+7
* Driver core: fix comment for device_attach()Dmitry Torokhov2009-06-151-1/+1
* driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-151-2/+3
* driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel2009-06-151-0/+4
* driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei2009-06-151-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-15714-36880/+63315
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-15725-17371/+79188
| |\
| * | Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverMarcel Holtmann2009-06-141-0/+2
| * | ieee802154: fix kconfig bool/tristate muckupRandy Dunlap2009-06-131-1/+1
| * | bonding: initialization reworkStephen Hemminger2009-06-131-37/+30
| * | bonding: use is_zero_ether_addrStephen Hemminger2009-06-131-2/+2
| * | bonding: network device names are case sensativeStephen Hemminger2009-06-132-53/+57
| * | bonding: elminate bad refcount codeStephen Hemminger2009-06-131-21/+0
| * | bonding: fix style issuesStephen Hemminger2009-06-132-497/+460
| * | bonding: fix destructorStephen Hemminger2009-06-133-15/+9
| * | bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-133-36/+6
| * | bonding: initialize before registrationStephen Hemminger2009-06-131-4/+4
| * | bonding: bond_create always called with default parametersStephen Hemminger2009-06-133-9/+8
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller2009-06-135-1/+1015
| |\ \
| | * | irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
| | * | irda: new Blackfin on-chip SIR IrDA driverGraff Yang2009-06-134-0/+1014
| * | | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-1378-106/+106
| * | | net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy2009-06-132-5/+4
| * | | net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy2009-06-131-2/+2
| * | | net: fix network drivers ndo_start_xmit() return values (part 5)Patrick McHardy2009-06-131-6/+0
| * | | net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy2009-06-131-3/+3
| * | | net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-135-13/+10
| * | | net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy2009-06-136-24/+9
| * | | net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-134-8/+8
| |/ /
| * | virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu2009-06-111-1/+2
| * | net: ntohs() misuseEric Dumazet2009-06-113-4/+4
| * | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-06-1112-151/+317
| |\ \
| | * | wimax: fix gcc warnings in sh4 when calling BUG()Inaky Perez-Gonzalez2009-06-112-2/+6
| | * | wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYSCindy H Kao2009-06-112-3/+3
| | * | wimax/i2400m: when bootstrap fails, reinitialize the bootromCindy H Kao2009-06-111-1/+1
| | * | wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routineInaky Perez-Gonzalez2009-06-114-80/+101
| | * | wimax/i2400m: don't reset device when bootrom init retries are exceededInaky Perez-Gonzalez2009-06-111-2/+1
| | * | wimax/i2400m/sdio: Add device specific poke table.Dirk Brandewie2009-06-111-0/+9
| | * | wimax/i2400m: move boot time poke table out of common driverDirk Brandewie2009-06-112-32/+41
| | * | wimax/i2400m: Allow bus-specific driver to specify retry countInaky Perez-Gonzalez2009-06-115-2/+20
| | * | wimax/i2400m: if a device reboot happens during probe, handle itInaky Perez-Gonzalez2009-06-113-0/+5
| | * | wimax/i2400m: fix oops when the TX FIFO fills up due to a missing checkInaky Perez-Gonzalez2009-06-111-0/+2