aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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