aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-08remove init of dev->perm_addr in driversJiri Pirko43-120/+42
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-08Merge branch 'delete-8390-EISA' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller7-2187/+2
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches6-89/+66
2013-01-07drivers/net: delete 8390 based EISA drivers.Paul Gortmaker7-2187/+2
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker7-16/+12
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko53-163/+179
2013-01-06ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2-6/+4
2013-01-06tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-06tg3: Add NVRAM support for 5762Michael Chan2-1/+110
2013-01-06tg3: Add support for new 5762 ASICMichael Chan2-25/+81
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li4-87/+116
2013-01-04ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big it is long longPeter Hüwe1-1/+1
2013-01-04qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-04cxgb3: remove usage of dev->masterJiri Pirko1-4/+7
2013-01-03ll_temac: fix mac address settingJiri Pirko1-14/+17
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko20-23/+2
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko4-4/+4
2013-01-03qlcnic: fix build errorSony Chacko1-2/+1
2013-01-03qlcnic: do not duplicate infrastructure functionsStephen Rothwell1-19/+1
2013-01-02qlcnic: update driver versionSigned-off-by: Sony Chacko1-2/+2
2013-01-02qlcnic: remove unused definitions from header fileShahed Shaikh3-134/+4
2013-01-02qlcnic: 83xx ethtool interface routinesSony Chacko6-193/+750
2013-01-02qlcnic: 83xx register dump routinesSony Chacko6-155/+529
2013-01-02qlcnic: enable 83xx virtual NIC modeSony Chacko6-7/+285
2013-01-02qlcnic: flash template based firmware reset recoverySony Chacko5-0/+538
2013-01-02qlcnic: 83xx CNA inter driver communication mechanismSony Chacko6-19/+1830
2013-01-02qlcnic: 83xx adpater flash interface routinesSony Chacko3-0/+443
2013-01-02qlcnic: 83xx sysfs routinesSony Chacko6-122/+266
2013-01-02qlcnic: 83xx base driverSony Chacko3-175/+330
2013-01-02qlcnic: 83xx data path routinesSony Chacko7-133/+676
2013-01-02qlcnic: 83xx memory map and HW access routinesSony Chacko9-32/+2094
2013-01-02qlcnic: macros for common register accessHimanshu Madhani3-80/+107
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko9-518/+1035
2013-01-02bnx2x: Add VF device ids and enable featureAriel Elior3-10/+99
2013-01-02bnx2x: Support PF <-> VF Bulletin BoardAriel Elior8-2/+320
2013-01-02bnx2x: Support VF FLRAriel Elior6-7/+321
2013-01-02bnx2x: Support of PF driver of a VF release requestAriel Elior5-1/+170
2013-01-02bnx2x: Support of PF driver of a VF close requestAriel Elior3-0/+119
2013-01-02bnx2x: Support of PF driver of a VF q_teardown requestAriel Elior3-0/+295
2013-01-02bnx2x: Support of PF driver of a VF q_filters requestAriel Elior3-0/+589
2013-01-02bnx2x: Support of PF driver of a VF setup_q requestAriel Elior5-177/+1071
2013-01-02bnx2x: Support statistics collection for VFs by the PFAriel Elior6-93/+217
2013-01-02bnx2x: Support of PF driver of a VF init requestAriel Elior6-3/+190
2013-01-02bnx2x: Support of PF driver of a VF acquire requestAriel Elior6-11/+476
2013-01-02bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior5-45/+664
2013-01-02bnx2x: Prepare device and initialize VF databaseAriel Elior8-51/+535