aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08bnx2x: properly initialize L5 featuresDmitry Kravkov2-6/+8
2011-12-07bnx2x: fix typo in fcoe stats collectionBarak Witkowski1-1/+1
2011-12-06bnx2x: Fix compile errors if CONFIG_CNIC is not setMichael Chan1-2/+2
2011-12-06bnx2x: fix crash while ethtool -tDmitry Kravkov1-0/+3
2011-12-06bnx2x, cnic: support DRV_INFO upon FW requestBarak Witkowski4-8/+403
2011-12-06bnx2x: support classification config queryAriel Elior2-0/+46
2011-12-06bnx2x: add fcoe statisticsBarak Witkowski4-23/+120
2011-12-06bnx2x: add PFC statisticsBarak Witkowski6-3/+63
2011-12-04bnx2x: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2-3/+3
2011-11-29bnx2x: handle iSCSI SD modeDmitry Kravkov4-9/+86
2011-11-29bnx2x: Support for byte queue limitsTom Herbert1-4/+22
2011-11-28bnx2x: Change value comparison orderYaniv Rosner1-23/+23
2011-11-28bnx2x: Cosmetic changesYaniv Rosner2-216/+199
2011-11-28bnx2x: Fix self test of BCM57800Yaniv Rosner1-2/+12
2011-11-28bnx2x: Add known PHY type checkYaniv Rosner1-0/+4
2011-11-28bnx2x: Change Warpcore MDIO work around modeYaniv Rosner1-1/+3
2011-11-28bnx2x: Fix BCM84833 link and LED behaviorYaniv Rosner2-184/+223
2011-11-28bnx2x: Warpcore HW reset following fan failureYaniv Rosner2-0/+17
2011-11-28bnx2x: ETS changesYaniv Rosner2-4/+17
2011-11-28bnx2x: PFC changesYaniv Rosner2-76/+179
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+39
2011-11-23bnx2x: Fix 5461x LEDYaniv Rosner2-1/+39
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-1/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+35
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-4/+6
2011-11-16bnx2x: cache-in compressed fw imageDmitry Kravkov2-30/+35
2011-11-14bnx2x: add endline at end of messageDmitry Kravkov1-1/+1
2011-11-14bnx2x: uses build_skb() in receive pathEric Dumazet5-169/+171
2011-11-13bnx2x: update driver version to 1.70.35-0Dmitry Kravkov1-2/+2
2011-11-13bnx2x: Remove on-stack napi struct variableAriel Elior1-5/+7
2011-11-13bnx2x: prevent race in statistics flowDmitry Kravkov1-1/+3
2011-11-13bnx2x: add fan failure event handlingAriel Elior2-1/+26
2011-11-13bnx2x: remove unused #defineDmitry Kravkov1-7/+0
2011-11-13bnx2x: simplify definition of RX_SGE_MASK_LEN and use it.Dmitry Kravkov2-4/+2
2011-11-13bnx2x: DCBX: use #define instead of magicDmitry Kravkov2-4/+6
2011-11-13bnx2x: propagate DCBX negotiationDmitry Kravkov4-46/+90
2011-11-13bnx2x: separate FCoE and iSCSI license initialization.Dmitry Kravkov3-11/+46
2011-11-13bnx2x: remove unused variableDmitry Kravkov1-3/+1
2011-11-13bnx2x: use rx_queue index for skb_record_rx_queue()Dmitry Kravkov4-2/+4
2011-11-13bnx2x: allow FCoE and DCB for 578xxDmitry Kravkov2-3/+3
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+4
2011-10-27bnx2x: update driver version to 1.70.30-0Dmitry Kravkov1-2/+2
2011-10-27bnx2x: use FW 7.0.29.0Dmitry Kravkov1-1/+1
2011-10-27bnx2x: Enable changing speed when port type is PORT_DAYaniv Rosner1-0/+1
2011-10-27bnx2x: Fix 54618se LED behaviorYaniv Rosner1-21/+23
2011-10-27bnx2x: Fix RX/TX problem caused by the MAC layerYaniv Rosner1-12/+33
2011-10-27bnx2x: Add link retry to 578xx-KRYaniv Rosner2-16/+104
2011-10-27bnx2x: Fix LED blink rate for 578xxYaniv Rosner1-2/+9
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+13
2011-10-21bnx2x: fix skb truesize underestimationEric Dumazet1-1/+1