summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-0679-257/+277
* ethoc: fix mac address setJiri Pirko2013-01-061-11/+11
* tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2013-01-062-6/+4
* tg3: Improve PCI function number detection.Michael Chan2013-01-061-11/+8
* tg3: Add NVRAM support for 5762Michael Chan2013-01-062-1/+110
* tg3: Add support for new 5762 ASICMichael Chan2013-01-062-25/+81
* NET: FEC: dynamtic check DMA desc buff typeFrank Li2013-01-044-87/+116
* ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so ...Peter Hüwe2013-01-041-1/+1
* smsc95xx: enable dynamic autosuspendSteve Glendinning2013-01-041-1/+150
* smsc95xx: eliminate duplicate warnings on io failureSteve Glendinning2013-01-041-217/+67
* bonding: remove usage of dev->masterJiri Pirko2013-01-044-64/+80
* nes: remove usage of dev->masterJiri Pirko2013-01-042-4/+6
* qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lockJiri Pirko2013-01-041-10/+11
* qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko2013-01-041-0/+2
* cxgb3: remove usage of dev->masterJiri Pirko2013-01-041-4/+7
* team: remove usage of netdev_set_master()Jiri Pirko2013-01-041-6/+7
* macvlan: add link to upper deviceJiri Pirko2013-01-041-1/+8
* ll_temac: fix mac address settingJiri Pirko2013-01-031-14/+17
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-0323-30/+4
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-034-4/+4
* team: update master carrier stateFlavio Leitner2013-01-031-2/+22
* qlcnic: fix build errorSony Chacko2013-01-031-2/+1
* qlcnic: do not duplicate infrastructure functionsStephen Rothwell2013-01-031-19/+1
* qlcnic: update driver versionSigned-off-by: Sony Chacko2013-01-021-2/+2
* qlcnic: remove unused definitions from header fileShahed Shaikh2013-01-023-134/+4
* qlcnic: 83xx ethtool interface routinesSony Chacko2013-01-026-193/+750
* qlcnic: 83xx register dump routinesSony Chacko2013-01-026-155/+529
* qlcnic: enable 83xx virtual NIC modeSony Chacko2013-01-026-7/+285
* qlcnic: flash template based firmware reset recoverySony Chacko2013-01-025-0/+538
* qlcnic: 83xx CNA inter driver communication mechanismSony Chacko2013-01-026-19/+1830
* qlcnic: 83xx adpater flash interface routinesSony Chacko2013-01-023-0/+443
* qlcnic: 83xx sysfs routinesSony Chacko2013-01-026-122/+266
* qlcnic: 83xx base driverSony Chacko2013-01-023-175/+330
* qlcnic: 83xx data path routinesSony Chacko2013-01-027-133/+676
* qlcnic: 83xx memory map and HW access routinesSony Chacko2013-01-029-32/+2094
* qlcnic: macros for common register accessHimanshu Madhani2013-01-023-80/+107
* qlcnic: change driver hardware interface mechanismSony Chacko2013-01-029-518/+1035
* bnx2x: Add VF device ids and enable featureAriel Elior2013-01-023-10/+99
* bnx2x: Support PF <-> VF Bulletin BoardAriel Elior2013-01-028-2/+320
* bnx2x: Support VF FLRAriel Elior2013-01-026-7/+321
* bnx2x: Support of PF driver of a VF release requestAriel Elior2013-01-025-1/+170
* bnx2x: Support of PF driver of a VF close requestAriel Elior2013-01-023-0/+119
* bnx2x: Support of PF driver of a VF q_teardown requestAriel Elior2013-01-023-0/+295
* bnx2x: Support of PF driver of a VF q_filters requestAriel Elior2013-01-023-0/+589
* bnx2x: Support of PF driver of a VF setup_q requestAriel Elior2013-01-025-177/+1071
* bnx2x: Support statistics collection for VFs by the PFAriel Elior2013-01-026-93/+217
* bnx2x: Support of PF driver of a VF init requestAriel Elior2013-01-026-3/+190
* bnx2x: Support of PF driver of a VF acquire requestAriel Elior2013-01-026-11/+476
* bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior2013-01-025-45/+664
* bnx2x: Prepare device and initialize VF databaseAriel Elior2013-01-028-51/+535