Age | Commit message (Expand) | Author | Files | Lines |
2015-07-30 | bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not set | Yuval Mintz | 1 | -0/+5 |
2015-07-30 | bnx2x: add vlan filtering offload | Yuval Mintz | 1 | -15/+28 |
2015-07-22 | bnx2x: Rebrand from 'broadcom' into 'qlogic' | Yuval Mintz | 1 | -4/+6 |
2014-12-09 | bnx2x: Use correct fastpath version for VFs. | Yuval Mintz | 1 | -0/+2 |
2014-08-22 | bnx2x: Make BP_VF more robust | Yuval Mintz | 1 | -1/+2 |
2014-07-02 | bnx2x: VF can report link speed | Dmitry Kravkov | 1 | -7/+28 |
2014-05-31 | bnx2x: update MAINTAINERS for bnx2x and e-mail addresses | Ariel Elior | 1 | -3/+3 |
2014-05-13 | bnx2x: fix build when BNX2X_SRIOV is not enabled | Randy Dunlap | 1 | -1/+1 |
2014-04-26 | bnx2x: Fix vlan credit issues for VFs | Yuval Mintz | 1 | -0/+2 |
2014-04-26 | bnx2x: Memory leak during VF removal | Yuval Mintz | 1 | -0/+2 |
2014-03-27 | bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not set | Yuval Mintz | 1 | -1/+1 |
2014-03-26 | bnx2x: Remove the sriov VFOP mechanism | Yuval Mintz | 1 | -312/+36 |
2014-03-26 | bnx2x: Create workqueue for IOV related tasks | Yuval Mintz | 1 | -14/+23 |
2014-02-13 | bnx2x: Revise IOV vlan/mac validation | Yuval Mintz | 1 | -0/+1 |
2014-02-13 | bnx2x: Add support in PF driver for RSC | Michal Kalderon | 1 | -0/+12 |
2014-01-13 | bnx2x: namespace and dead code cleanups | stephen hemminger | 1 | -14/+0 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2014-01-06 | bnx2x: fix VLAN configuration for VFs. | Yuval Mintz | 1 | -0/+1 |
2013-12-26 | bnx2x: add VF Multicast filters support | Yuval Mintz | 1 | -0/+1 |
2013-09-29 | bnx2x: Don't disable/enable SR-IOV when loading | Ariel Elior | 1 | -2/+0 |
2013-09-06 | bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not set | Dmitry Kravkov | 1 | -0/+2 |
2013-09-05 | bnx2x: VF RSS support - VF side | Ariel Elior | 1 | -2/+5 |
2013-09-05 | bnx2x: VF RSS support - PF side | Ariel Elior | 1 | -8/+24 |
2013-06-24 | bnx2x: Fix compilation with no IOV support | Yuval Mintz | 1 | -0/+2 |
2013-06-24 | bnx2x: Improve PF behaviour toward VF | Ariel Elior | 1 | -0/+2 |
2013-06-03 | bnx2x: Revise prints | Yuval Mintz | 1 | -1/+1 |
2013-06-03 | bnx2x: Revise comments and alignment | Yuval Mintz | 1 | -1/+1 |
2013-06-03 | bnx2x: Semantic change of empty lines | Yuval Mintz | 1 | -1/+0 |
2013-04-25 | bnx2x: Enhance MAC configuration for VFs | Dmitry Kravkov | 1 | -2/+3 |
2013-03-27 | bnx2x: Prevent VF race | Dmitry Kravkov | 1 | -2/+7 |
2013-03-12 | bnx2x: Control number of vfs dynamically | Ariel Elior | 1 | -2/+8 |
2013-03-12 | bnx2x: Add iproute2 support for vfs | Ariel Elior | 1 | -0/+3 |
2013-01-23 | bnx2x: correct memory release scheme | Yuval Mintz | 1 | -0/+1 |
2013-01-16 | bnx2x: Introduce 2013 and advance version to 1.78.02 | Yuval Mintz | 1 | -1/+1 |
2013-01-08 | bnx2x: Segregate SR-IOV code | Ariel Elior | 1 | -6/+91 |
2013-01-02 | bnx2x: Support PF <-> VF Bulletin Board | Ariel Elior | 1 | -0/+18 |
2013-01-02 | bnx2x: Support VF FLR | Ariel Elior | 1 | -0/+7 |
2013-01-02 | bnx2x: Support of PF driver of a VF release request | Ariel Elior | 1 | -0/+21 |
2013-01-02 | bnx2x: Support of PF driver of a VF close request | Ariel Elior | 1 | -0/+4 |
2013-01-02 | bnx2x: Support of PF driver of a VF q_teardown request | Ariel Elior | 1 | -0/+5 |
2013-01-02 | bnx2x: Support of PF driver of a VF q_filters request | Ariel Elior | 1 | -0/+32 |
2013-01-02 | bnx2x: Support of PF driver of a VF setup_q request | Ariel Elior | 1 | -0/+177 |
2013-01-02 | bnx2x: Support statistics collection for VFs by the PF | Ariel Elior | 1 | -0/+2 |
2013-01-02 | bnx2x: Support of PF driver of a VF init request | Ariel Elior | 1 | -2/+6 |
2013-01-02 | bnx2x: Support of PF driver of a VF acquire request | Ariel Elior | 1 | -0/+43 |
2013-01-02 | bnx2x: Infrastructure for VF <-> PF request on PF side | Ariel Elior | 1 | -0/+102 |
2013-01-02 | bnx2x: Prepare device and initialize VF database | Ariel Elior | 1 | -0/+56 |
2013-01-02 | bnx2x: Allocate VF database in PF when VFs are present | Ariel Elior | 1 | -0/+220 |
2013-01-02 | bnx2x: VF <-> PF channel 'acquire' at vf probe | Ariel Elior | 1 | -0/+5 |
2013-01-02 | bnx2x: Support probing and removing of VF device | Ariel Elior | 1 | -0/+27 |