summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0Star
* broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-1/+1
* bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh2018-09-211-0/+1
* bnx2x: Add VF spoof-checking configurationShahed Shaikh2018-09-211-2/+78
* bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-301-0/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-6/+7
* bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-1/+9
* bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1Star
* bnx2x: Don't post statistics to malicious VFsMintz, Yuval2017-06-101-1/+12
* bnx2x: fix pf2vf bulletin DMA mapping leakMichal Schmidt2017-06-071-1/+1
* bnx2x: fix incorrect filter count in an error messageMichal Schmidt2017-03-071-1/+1
* bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2017-03-071-1/+7
* bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt2017-03-071-6/+8
* treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-2/+7
* bnx2x: Don't flush multicast MACsYuval Mintz2016-08-241-15/+9Star
* bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt2016-03-021-2/+1Star
* bnx2x: fix crash on big-endian when adding VLANMichal Schmidt2016-03-021-5/+4Star
* bnx2x: Correct logic for pvid configuration.Yuval Mintz2015-08-031-1/+1
* bnx2x: add vlan filtering offloadYuval Mintz2015-07-301-189/+156Star
* bnx2x: new Multi-function mode - BDYuval Mintz2015-07-221-0/+3
* bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz2015-07-221-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+3
| |\
| * | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | | bnx2x: Fix statistics locking schemeYuval Mintz2015-03-241-1/+3
| |/ |/|
* | bnx2x: Use correct fastpath version for VFs.Yuval Mintz2014-12-091-0/+1
|/
* bnx2x: Prevent pci_disable_sriov with assigned VFsYuval Mintz2014-08-221-4/+8
* bnx2x: Prevent IOV if no entries in CAMYuval Mintz2014-08-221-2/+7
* bnx2x: Code cleanupYuval Mintz2014-08-221-25/+2Star
* bnx2x: VF can report link speedDmitry Kravkov2014-07-021-55/+206
* drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: remove null test before kfreeFabian Frederick2014-06-201-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-6/+9
|\
| * bnx2x: Enlarge the dorq threshold for VFsAriel Elior2014-06-121-2/+4
| * bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior2014-05-311-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+1
| |\
| * | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-1/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+4
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* | | bnx2x: Convert return 0 to return rcJoe Perches2014-05-191-1/+1
| |/ |/|
* | bnx2x: Fix failure to configure VF multicast filtersNarender Kumar2014-04-261-0/+1
* | bnx2x: Fix vlan credit issues for VFsYuval Mintz2014-04-261-10/+34
* | bnx2x: Memory leak during VF removalYuval Mintz2014-04-261-4/+9
|/
* bnx2x: Fix possible memory leak on iov error flowYuval Mintz2014-03-281-0/+2
* bnx2x: Remove the sriov VFOP mechanismYuval Mintz2014-03-261-1373/+431Star
* bnx2x: Create workqueue for IOV related tasksYuval Mintz2014-03-261-5/+36
* bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches2014-02-251-11/+25
* bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz2014-02-131-12/+5Star