aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-4/+3
2019-12-14bnx2x: Do not handle requests from VFs after parityManish Chopra1-0/+12
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+0
2019-04-15bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2019-02-08bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-1/+3
2017-03-07bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt1-0/+17
2017-03-07bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2016-03-02bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endianMichal Schmidt1-2/+4
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz1-42/+160
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz1-4/+6
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt1-1/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2014-12-09bnx2x: Use correct fastpath version for VFs.Yuval Mintz1-3/+72
2014-08-22bnx2x: Code cleanupYuval Mintz1-9/+0
2014-07-01bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz1-0/+48
2014-07-01bnx2x: VF can report link speedDmitry Kravkov1-2/+28
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior1-3/+3
2014-05-18bnx2x: Convert return 0 to return rcJoe Perches1-1/+1
2014-04-26bnx2x: Fix vlan credit issues for VFsYuval Mintz1-1/+1
2014-03-25bnx2x: Don't allow VFs to become promiscuousYuval Mintz1-32/+10
2014-03-25bnx2x: Remove the sriov VFOP mechanismYuval Mintz1-266/+155
2014-03-25bnx2x: Create workqueue for IOV related tasksYuval Mintz1-43/+60
2014-02-12bnx2x: Revise IOV vlan/mac validationYuval Mintz1-0/+1
2014-02-12bnx2x: Add support in PF driver for RSCMichal Kalderon1-1/+74
2014-02-12bnx2x: Semantic Validate vlan/mac changesYuval Mintz1-9/+42
2014-01-13bnx2x: namespace and dead code cleanupsstephen hemminger1-7/+10
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+25
2014-01-05bnx2x: fix VLAN configuration for VFs.Yuval Mintz1-2/+21
2014-01-05bnx2x: Clean before update RSS arrivesMichal Kalderon1-0/+3
2013-12-31net: bnx2x: slight optimization of addr comparedingtianhong1-1/+1
2013-12-26bnx2x: add VF Multicast filters supportYuval Mintz1-0/+8
2013-12-26bnx2x: no error when RSS configuration failsYuval Mintz1-4/+8
2013-12-19bnx2x: downgrade "valid ME register value" message levelMichal Schmidt1-1/+1
2013-11-18bnx2x: prevent CFC attentionDmitry Kravkov1-1/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-10-21bnx2x: Lock DMAE when used by statistic flowAriel Elior1-1/+1
2013-10-09bnx2x: Add ndo_get_phys_port_id supportYuval Mintz1-27/+122
2013-09-23bnx2x: handle known but unsupported VF messagesAriel Elior1-26/+24
2013-09-05bnx2x: VF RSS support - VF sideAriel Elior1-2/+73
2013-09-05bnx2x: VF RSS support - PF sideAriel Elior1-9/+137
2013-06-23bnx2x: Improve PF behaviour toward VFAriel Elior1-1/+11
2013-06-02bnx2x: Revise printsYuval Mintz1-4/+4
2013-06-02bnx2x: Revise comments and alignmentYuval Mintz1-4/+4
2013-05-27bnx2x: Ack unknown VF messagesAriel Elior1-1/+4
2013-04-24bnx2x: Enhance MAC configuration for VFsDmitry Kravkov1-5/+14
2013-03-27bnx2x: Prevent VF raceDmitry Kravkov1-25/+65