aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09bnx2x: Use correct fastpath version for VFs.Yuval Mintz1-0/+1
2014-08-22bnx2x: Prevent pci_disable_sriov with assigned VFsYuval Mintz1-4/+8
2014-08-22bnx2x: Prevent IOV if no entries in CAMYuval Mintz1-2/+7
2014-08-22bnx2x: Code cleanupYuval Mintz1-25/+2
2014-07-01bnx2x: VF can report link speedDmitry Kravkov1-55/+206
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 Torvalds1-6/+9
2014-06-12bnx2x: Enlarge the dorq threshold for VFsAriel Elior1-2/+4
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+4
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior1-3/+3
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
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 Perches1-1/+1
2014-04-26bnx2x: Fix failure to configure VF multicast filtersNarender Kumar1-0/+1
2014-04-26bnx2x: Fix vlan credit issues for VFsYuval Mintz1-10/+34
2014-04-26bnx2x: Memory leak during VF removalYuval Mintz1-4/+9
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-03-28bnx2x: Fix possible memory leak on iov error flowYuval Mintz1-0/+2
2014-03-25bnx2x: Remove the sriov VFOP mechanismYuval Mintz1-1373/+431
2014-03-25bnx2x: Create workqueue for IOV related tasksYuval Mintz1-5/+36
2014-02-25bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches1-11/+25
2014-02-12bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz1-12/+5
2014-02-12bnx2x: Revise IOV vlan/mac validationYuval Mintz1-62/+65
2014-02-12bnx2x: Add support in PF driver for RSCMichal Kalderon1-0/+82
2014-02-12bnx2x: Remove unused iov codeYuval Mintz1-10/+0
2014-02-12bnx2x: [Debug] change verbosity of some printsYuval Mintz1-8/+9
2014-02-06bnx2x: Allow VF rss on higher PFsYuval Mintz1-3/+3
2014-01-21bnx2x: Fix VF flr flowAriel Elior1-28/+33
2014-01-14bnx2x: Correct default Tx switching behaviourYuval Mintz1-0/+61
2014-01-13bnx2x: namespace and dead code cleanupsstephen hemminger1-4/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-110/+144
2014-01-05bnx2x: fix VLAN configuration for VFs.Yuval Mintz1-107/+138
2014-01-05bnx2x: Correct number of MSI-X vectors for VFsMichal Kalderon1-3/+6
2013-12-31net: bnx2x: slight optimization of addr comparedingtianhong1-1/+1
2013-12-26bnx2x: add VF Multicast filters supportYuval Mintz1-19/+30
2013-12-05bnx2x: avoid null pointer dereference when enabling SR-IOVMichal Kalderon1-0/+5
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+15
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior1-1/+15
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+17
2013-10-21bnx2x: Prevent null pointer dereference on error flowYuval Mintz1-3/+3
2013-10-21bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior1-9/+14
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-09-28bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior1-23/+0
2013-09-23bnx2x: add missing VF resource allocation during initAriel Elior1-0/+3
2013-09-23bnx2x: Fix support for VFs on some PFsAriel Elior1-1/+1
2013-09-20net: bnx2x: Staticize local symbolsSachin Kamat1-3/+4
2013-09-09bnx2x: Fix configuration of doorbell blockAriel Elior1-3/+0
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+27
2013-09-05bnx2x: VF RSS support - PF sideAriel Elior1-113/+273
2013-08-27bnx2x: Fix VF stats syncAriel Elior1-1/+25