summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorFilesLines
2012-03-13bnx2x: added cpu_to_le16 when preparing ramrod's dataAriel Elior1-1/+1
2012-03-13bnx2x: pfc statistics counts pfc events twiceYuval Mintz1-12/+0
2012-02-14bnx2x: remove the 'poll' module optionMichal Schmidt1-16/+1
2012-02-14bnx2x: fix bnx2x_storm_stats_update() on big endianEric Dumazet1-4/+4
2012-02-07bnx2x: Fix mem leak in bnx2x_tpa_stop() if build_skb() fails.Jesper Juhl1-2/+1
2012-01-23bnx2x: fix compilation error with SOE in fw_dumpYuval Mintz1-1/+1
2012-01-23bnx2x: handle CHIP_REVISION during init_oneAriel Elior1-4/+5
2012-01-23bnx2x: allow user to change ring size in ISCSI SD modeDmitry Kravkov1-1/+1
2012-01-23bnx2x: fix Big-Endianess in ethtool -tDmitry Kravkov1-3/+2
2012-01-23bnx2x: fixed ethtool statistics for MF modesYuval Mintz1-65/+41
2012-01-23bnx2x: credit-leakage fixup on vlan_mac_del_allYuval Mintz2-1/+54
2012-01-17bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner1-1/+9
2012-01-17bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner1-6/+2
2012-01-17bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2-6/+21
2012-01-17bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2-10/+13
2012-01-17bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner1-113/+137
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-1/+2
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-25/+14
2011-12-14bnx2x: handle vpd data longer than 128 bytesBarak Witkowski1-7/+28
2011-12-13bnx2x: properly update skb when mtu > 1500Dmitry Kravkov1-11/+11
2011-12-09bnx2x: properly initialize L5 featuresDmitry Kravkov2-6/+8
2011-12-07bnx2x: fix typo in fcoe stats collectionBarak Witkowski1-1/+1
2011-12-07bnx2x: 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-30bnx2x: handle iSCSI SD modeDmitry Kravkov4-9/+86
2011-11-29bnx2x: Support for byte queue limitsTom Herbert1-4/+22
2011-11-29bnx2x: Change value comparison orderYaniv Rosner1-23/+23
2011-11-29bnx2x: Cosmetic changesYaniv Rosner2-216/+199
2011-11-29bnx2x: Fix self test of BCM57800Yaniv Rosner1-2/+12
2011-11-29bnx2x: Add known PHY type checkYaniv Rosner1-0/+4
2011-11-29bnx2x: Change Warpcore MDIO work around modeYaniv Rosner1-1/+3
2011-11-29bnx2x: Fix BCM84833 link and LED behaviorYaniv Rosner2-184/+223
2011-11-29bnx2x: Warpcore HW reset following fan failureYaniv Rosner2-0/+17
2011-11-29bnx2x: ETS changesYaniv Rosner2-4/+17
2011-11-29bnx2x: 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-24bnx2x: Fix 5461x LEDYaniv Rosner2-1/+39
2011-11-24net: 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-17net: introduce and use netdev_features_t for device features setsMichał Mirosław2-4/+6
2011-11-17bnx2x: 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-14bnx2x: update driver version to 1.70.35-0Dmitry Kravkov1-2/+2
2011-11-14bnx2x: Remove on-stack napi struct variableAriel Elior1-5/+7