aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-08remove init of dev->perm_addr in driversJiri Pirko4-7/+0
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+5
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-04ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big it is long longPeter Hüwe1-1/+1
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
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
2013-01-02bnx2x: Allocate VF database in PF when VFs are presentAriel Elior6-1/+570
2013-01-02bnx2x: VF fastpathAriel Elior3-51/+50
2013-01-02bnx2x: Support ndo_set_rxmode in VF driverAriel Elior3-6/+179
2013-01-02bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior4-2/+112
2013-01-02bnx2x: Add init, setup_q, set_mac to VF <-> PF channelAriel Elior4-0/+310
2013-01-02bnx2x: Separate VF and PF logicAriel Elior6-266/+525
2013-01-02bnx2x: Add to VF <-> PF channel the release requestAriel Elior3-0/+59
2013-01-02bnx2x: VF <-> PF channel 'acquire' at vf probeAriel Elior7-1/+407
2013-01-02bnx2x: Support probing and removing of VF deviceAriel Elior7-158/+353
2012-12-27bnx2x: use ARRAY_SIZE where possibleSasha Levin1-7/+7
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-11bnx2: Fix accidental reversions.Michael Chan1-2/+2
2012-12-11bnx2x: use netdev_alloc_frag()Eric Dumazet2-13/+32
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman3-14/+8
2012-12-07bnx2x: Prevent link flaps when booting from SAN.Barak Witkowski5-3/+34
2012-12-07cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan6-19/+17
2012-12-07cnic: Include bnx2x.hMichael Chan2-46/+20
2012-12-07bnx2: Add BNX2 prefix to CHIP ID and name macrosMichael Chan3-120/+120
2012-12-07bnx2: Add BNX2 prefix to descriptor structures and macrosMichael Chan4-172/+181
2012-12-07bnx2: Rename register read and write macrosMichael Chan2-321/+321
2012-12-05cnic: Fix rare race condition during iSCSI disconnect.Eddie Wai2-4/+13
2012-12-05cnic: Reset iSCSI EQ during shutdown.Michael Chan2-0/+24
2012-12-04tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx timestampsMatt Carlson1-5/+52
2012-12-04tg3: PTP - Add the hardware timestamp ioctlMatt Carlson1-0/+93
2012-12-04tg3: PTP - Implement the ptp api and ethtool functionsMatt Carlson1-1/+145
2012-12-04tg3: PTP - Add header definitions, initialization and hw access functions.Matt Carlson3-7/+115
2012-12-04tg3: Fix inconsistent locking for tg3_netif_start().Nithin Nayak Sujir1-1/+4