summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: turn off lro when rxcsum is disabled.Sucheta Chakraborty2010-08-173-1/+25
* qlcnic: fix link diag testSony Chacko2010-08-172-9/+9
* qlcnic: fix link status messageSony Chacko2010-08-171-2/+2
* qlcnic: add eswitch statistics supportAmit Kumar Salecha2010-08-173-1/+287
* qlcnic: fix for setting function modesRajesh Borundia2010-08-171-3/+0
* qlcnic: device state management fixes for virtual funcAmit Kumar Salecha2010-08-172-34/+51
* qlcnic: fix aer for virtual funcAmit Kumar Salecha2010-08-171-1/+1
* enic: Mark intr_timer in vnic_enet_config as deprecatedRoopa Prabhu2010-08-171-1/+1
* enic: Check if rq/wq buf not NULL before freeing themRoopa Prabhu2010-08-172-4/+8
* enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu2010-08-171-15/+0
* enic: Use offsetof macro in vic tlv length calculationRoopa Prabhu2010-08-171-3/+4
* enic: Add new firmware devcmdsRoopa Prabhu2010-08-171-0/+12
* enic: Add support for firmware management deviceRoopa Prabhu2010-08-172-7/+31
* enic: Add set mac addressRoopa Prabhu2010-08-172-2/+4
* cpmac: fix all checkpatch errors and warningsFlorian Fainelli2010-08-171-13/+20
* am79c961a: Use net_device_stats from struct net_deviceTobias Klauser2010-08-172-20/+16
* r6040: fix all checkpatch errors and warningsFlorian Fainelli2010-08-171-14/+20
* pcnet_cs: Use pr_fmt and pr_<level>Joe Perches2010-08-171-13/+13
* pcnet_cs: Use proper netdev_*-printoutsWolfram Sang2010-08-171-31/+27
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-1716-198/+0
* drivers/isdn: Adjust confusing if indentationJulia Lawall2010-08-163-7/+9
* drivers/net: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* drivers/net/hamradio: Adjust confusing if indentationJulia Lawall2010-08-161-1/+2
* drivers/net/bnx2x: Adjust confusing if indentationJulia Lawall2010-08-161-5/+5
* drivers/net: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* drivers/atm: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* drivers/net: Adjust confusing if indentationJulia Lawall2010-08-162-6/+6
* drivers/net/irda: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* drivers/net/wan: Adjust confusing if indentationJulia Lawall2010-08-163-3/+3
* macvtap: Implement multiqueue for macvtap driverKrishna Kumar2010-08-161-17/+82
* bnx2x: Load firmware in open() instead of probe()Dmitry Kravkov2010-08-163-19/+36
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-1610-16/+48
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-1610-16/+48
| |\
| | * ath5k: disable ASPM L0s for all cardsMaxim Levitsky2010-08-131-0/+21
| | * ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan2010-08-135-7/+11
| | * wl1251: fix trigger scan timeout usageYuri Kululin2010-08-131-1/+1
| | * ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan2010-08-131-1/+2
| | * ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan2010-08-111-5/+10
| | * ipw2100: register pm_qos request before registering pci driverJohn W. Linville2010-08-111-2/+3
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-1535-1471/+1062
|\ \ \
| * \ \ Merge branch 'linus' into releaseLen Brown2010-08-153584-144539/+305713
| |\ \ \
| * | | | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-157-26/+11
| * | | | ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2010-08-152-33/+54
| * | | | ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2010-08-152-50/+82
| * | | | ACPI processor: remove deprecated ACPI procfs I/FZhang Rui2010-08-155-272/+0
| * | | | ACPI power_resource: remove unused procfs I/FZhang Rui2010-08-151-127/+1
| * | | | ACPI: remove deprecated ACPI procfs I/FZhang Rui2010-08-157-484/+1
| * | | | ACPI: introduce drivers/acpi/sysfs.cZhang Rui2010-08-156-571/+688
| * | | | Merge branch 'acpica-gpe' into releaseLen Brown2010-08-1550-919/+513
| |\ \ \ \
| | * | | | ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki2010-08-075-78/+139