summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-194-22/+16
* drivers/net/sunvnet.c: Use pr_<level> and netdev_<level>Joe Perches2010-08-191-29/+21
* drivers/net/sungem: Use netdev_<level>, netif_<level> and pr_<level>Joe Perches2010-08-192-129/+85
* sunhme: Use return value of register_netdevTobias Klauser2010-08-191-2/+4
* greth: Use return value of register_netdevTobias Klauser2010-08-191-2/+2
* drivers/net/qlcnic: Use available error codesJulia Lawall2010-08-181-3/+3
* drivers/net/pcmcia: Use pr_<level> and netdev_<level>Joe Perches2010-08-189-314/+298
* s2io: Update driver versionJon Mason2010-08-181-1/+1
* s2io: remove unused codeJon Mason2010-08-182-10/+0
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-1721-38/+37
* 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-1714-169/+0
* 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/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
* | | pcmcia: xirc2ps_cs bugfixDominik Brodowski2010-08-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1319-180/+160
|\| |
| * | phylib: available for any speed ethernetRandy Dunlap2010-08-111-1/+1