aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+11
2014-07-24bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-07-24bnx2x: fix set_setting for some PHYsYaniv Rosner1-0/+1
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2014-07-01bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2-0/+54
2014-07-01bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov1-2/+4
2014-07-01bnx2x: VF can report link speedDmitry Kravkov8-88/+366
2014-07-01bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-06-26bnx2x: Fix the MSI flagsYijing Wang1-1/+1
2014-06-19drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-70/+113
2014-06-12bnx2x: Enlarge the dorq threshold for VFsAriel Elior1-2/+4
2014-06-12bnx2x: Check for UNDI in uncommon branchYuval Mintz1-13/+30
2014-06-12bnx2x: Fix 1G-baseT linkYaniv Rosner1-0/+1
2014-06-12bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner1-6/+19
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+14
2014-06-03bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com1-0/+12
2014-06-03bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com1-2/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds4-29/+29
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller1-7/+8
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-7/+8
2014-06-02bnx2x: Remove useless return variablesPeter Senna Tschudin1-6/+4
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior18-28/+28
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-1/+2
2014-05-18bnx2x: Convert return 0 to return rcJoe Perches2-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-4/+2
2014-05-13bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap1-1/+1
2014-05-09bnx2x: Fix UNDI driver unloadYuval Mintz1-3/+7
2014-04-26bnx2x: Fix failure to configure VF multicast filtersNarender Kumar1-0/+1
2014-04-26bnx2x: Fix vlan credit issues for VFsYuval Mintz3-11/+37
2014-04-26bnx2x: Memory leak during VF removalYuval Mintz3-4/+13
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra4-29/+29
2014-04-03net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-03-28bnx2x: Fix possible memory leak on iov error flowYuval Mintz1-0/+2
2014-03-27bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz1-1/+1
2014-03-25bnx2x: Don't allow VFs to become promiscuousYuval Mintz1-32/+10
2014-03-25bnx2x: Don't show port statistics for VFsYuval Mintz1-5/+6
2014-03-25bnx2x: Remove the sriov VFOP mechanismYuval Mintz5-1954/+622
2014-03-25bnx2x: Create workqueue for IOV related tasksYuval Mintz5-78/+147
2014-03-25bnx2x: Support mng. request for driver versionYuval Mintz4-1/+163
2014-03-14bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2014-02-27bnx2x: Add missing bit in default Tx switchingYuval Mintz1-1/+8
2014-02-26bnx2x: save RAM in kdump kernel by disabling TPAMichal Schmidt1-0/+2
2014-02-26bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt1-0/+5
2014-02-26bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt1-4/+3
2014-02-25bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches4-89/+138
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3