aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17enic: Mark intr_timer in vnic_enet_config as deprecatedRoopa Prabhu1-1/+1
2010-08-17enic: Check if rq/wq buf not NULL before freeing themRoopa Prabhu2-4/+8
2010-08-17enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu1-15/+0
2010-08-17enic: Use offsetof macro in vic tlv length calculationRoopa Prabhu1-3/+4
2010-08-17enic: Add new firmware devcmdsRoopa Prabhu1-0/+12
2010-08-17enic: Add support for firmware management deviceRoopa Prabhu2-7/+31
2010-08-17enic: Add set mac addressRoopa Prabhu2-2/+4
2010-08-17cpmac: fix all checkpatch errors and warningsFlorian Fainelli1-13/+20
2010-08-17am79c961a: Use net_device_stats from struct net_deviceTobias Klauser2-20/+16
2010-08-17r6040: fix all checkpatch errors and warningsFlorian Fainelli1-14/+20
2010-08-17pcnet_cs: Use pr_fmt and pr_<level>Joe Perches1-13/+13
2010-08-17pcnet_cs: Use proper netdev_*-printoutsWolfram Sang1-31/+27
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings14-169/+0
2010-08-16drivers/net: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-16drivers/net/hamradio: Adjust confusing if indentationJulia Lawall1-1/+2
2010-08-16drivers/net/bnx2x: Adjust confusing if indentationJulia Lawall1-5/+5
2010-08-16drivers/net: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-16drivers/net: Adjust confusing if indentationJulia Lawall2-6/+6
2010-08-16drivers/net/irda: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-16drivers/net/wan: Adjust confusing if indentationJulia Lawall3-3/+3
2010-08-16macvtap: Implement multiqueue for macvtap driverKrishna Kumar1-17/+82
2010-08-16bnx2x: Load firmware in open() instead of probe()Dmitry Kravkov3-19/+36
2010-08-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-16/+48
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller10-16/+48
2010-08-13pcmcia: xirc2ps_cs bugfixDominik Brodowski1-1/+1
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky1-0/+21
2010-08-13ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan5-7/+11
2010-08-13wl1251: fix trigger scan timeout usageYuri Kululin1-1/+1
2010-08-13ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan1-1/+2
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-180/+160
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-15/+77
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds41-168/+168
2010-08-11phylib: available for any speed ethernetRandy Dunlap1-1/+1
2010-08-11ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan1-5/+10
2010-08-11ipw2100: register pm_qos request before registering pci driverJohn W. Linville1-2/+3
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6Linus Torvalds2-2/+2
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+2
2010-08-11drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton1-0/+2
2010-08-11param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell1-2/+30
2010-08-11param: lock myri10ge_fw_name against sysfs changes.Rusty Russell1-13/+41
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell2-0/+6
2010-08-10caif-spi: Bugfix SPI_DATA_POS settings were inverted.Sjur Braendeland1-2/+2
2010-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller13-135/+88
2010-08-10Merge branches 'master' and 'devel' into for-linusRussell King1-4/+2
2010-08-10usbnet: rx_submit() should return an error code.David S. Miller1-6/+16
2010-08-10qlcnic: using too much stackDan Carpenter1-6/+21
2010-08-10qlcnic: clean up qlcnic_init_pci_info()Dan Carpenter1-22/+23
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-08-10farsync: Fix compile warnings.David S. Miller1-7/+8
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds51-339/+927