aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-04bnx2x: add missing parenthesis to prevent u32 overflowDmitry Kravkov1-2/+2
2012-04-04bnx2x: Change to driver version 1.72.10-0Yuval Mintz1-2/+2
2012-04-04bnx2x: Change comments and white spacesYaniv Rosner1-419/+241
2012-04-04bnx2x: change to the rss engineDmitry Kravkov7-86/+42
2012-04-04bnx2x: congestion management re-organizationYuval Mintz5-164/+332
2012-04-04bnx2x: Added support for a new device - 57811Barak Witkowski3-3/+38
2012-04-04bnx2x: Add remote-fault link detectionYaniv Rosner2-19/+53
2012-04-04bnx2x: added support for working with one msix irq.Dmitry Kravkov4-30/+61
2012-04-04bnx2x: enable inta on the pci bus when usedYuval Mintz1-0/+3
2012-04-04bnx2x: remove unnecessary dmae codeYuval Mintz1-87/+4
2012-04-04bnx2x: remove unnecessary .h dependenciesYuval Mintz3-5/+0
2012-03-27bnx2x: fix vector traveling while looking for an empty entryDmitry Kravkov1-1/+1
2012-03-27bnx2x: previous driver unload revisedYuval Mintz8-107/+417
2012-03-19bnx2x: validate FW trace prior to its printingDmitry Kravkov2-1/+13
2012-03-19bnx2x: consistent statistics for old FWYuval Mintz3-41/+6
2012-03-19bnx2x: changed iscsi/fcoe mac init and macrosDmitry Kravkov4-44/+64
2012-03-19bnx2x: added TLV_NOT_FOUND flags to the dcbDmitry Kravkov2-7/+17
2012-03-19bnx2x: changed initial dcb configurationDmitry Kravkov1-29/+16
2012-03-19bnx2x: removed dcb unused codeYuval Mintz1-20/+0
2012-03-19bnx2x: reduced sparse warningsYuval Mintz6-29/+18
2012-03-19bnx2x: revised driver printsMerav Sicron9-727/+694
2012-03-19bnx2x: added 'likely' to fast-path skb existenceYuval Mintz1-1/+2
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-46/+41
2012-03-16bnx2x: fix memory leak in bnx2x_init_firmware()Michal Schmidt1-26/+24
2012-03-16bnx2x: fix a crash on corrupt firmware fileMichal Schmidt1-0/+1
2012-03-12bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov1-8/+9
2012-03-12bnx2x: ethtool returns req. AN even when AN failsYuval Mintz1-1/+1
2012-03-12bnx2x: ethtool now returns unknown speed/duplexYuval Mintz1-11/+18
2012-03-12bnx2x: mark functions as loaded on shared memoryYuval Mintz1-0/+17
2012-03-12bnx2x: use param's id instead of sp_obj's idYuval Mintz3-1/+5
2012-03-12bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz1-1/+1
2012-03-12bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz1-7/+0
2012-03-12bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2-9/+11
2012-03-12bnx2x: FCoE statistics id fixedYuval Mintz1-3/+9
2012-03-12bnx2x: dcb bit indices flags used as bitsYuval Mintz2-4/+6
2012-03-12bnx2x: added cpu_to_le16 when preparing ramrod's dataAriel Elior1-1/+1
2012-03-12bnx2x: pfc statistics counts pfc events twiceYuval Mintz1-12/+0
2012-03-02net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend1-2/+2
2012-02-20bnx2x: update driver version to 1.72.10-0Dmitry Kravkov1-2/+2
2012-02-20bnx2x: add gro_checkDmitry Kravkov4-0/+25
2012-02-20use FW 7.2.16Dmitry Kravkov8-82/+177
2012-02-19bnx2x: make bnx2x_close() static againMichal Schmidt2-3/+3
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+5
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2-1/+2
2012-02-15bnx2x: allow all functions to display the phy FW versionMintz Yuval3-12/+6
2012-02-15bnx2x: removed code re-checking memory base after device openMintz Yuval1-11/+0
2012-02-15bnx2x: allow BCM84833 phy to advertise 100Base-T speedsMintz Yuval1-0/+5
2012-02-15bnx2x: notify cnic of address of info-to-the-mcpMintz Yuval1-0/+5
2012-02-15bnx2x: allocate smaller Rx rings for 1G functionsMintz Yuval1-0/+7
2012-02-15bnx2x: allocate memory dynamically in ethtool self-test.Mintz Yuval1-2/+11