aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-01-23broadcom: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-09-21bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh1-0/+1
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh1-2/+78
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+7
2018-01-17bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+9
2017-10-06bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas1-6/+1
2017-06-10bnx2x: Don't post statistics to malicious VFsMintz, Yuval1-1/+12
2017-06-07bnx2x: fix pf2vf bulletin DMA mapping leakMichal Schmidt1-1/+1
2017-03-07bnx2x: fix incorrect filter count in an error messageMichal Schmidt1-1/+1
2017-03-07bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt1-1/+7
2017-03-07bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt1-6/+8
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-2/+7
2016-08-24bnx2x: Don't flush multicast MACsYuval Mintz1-15/+9
2016-03-02bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt1-2/+1
2016-03-02bnx2x: fix crash on big-endian when adding VLANMichal Schmidt1-5/+4
2015-08-02bnx2x: Correct logic for pvid configuration.Yuval Mintz1-1/+1
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz1-189/+156
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz1-0/+3
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz1-4/+6
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-03-23bnx2x: Fix statistics locking schemeYuval Mintz1-1/+3
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
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