summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-5/+12
|\
| * bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov2013-11-181-5/+4
| * bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2013-11-181-0/+8
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-6/+2
|\ \ | |/ |/|
| * DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() ...Russell King2013-09-211-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-176/+212
|\ \
| * | bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2013-10-211-3/+1
| * | bnx2x: Don't pretend during register dumpDmitry Kravkov2013-10-211-154/+174
| * | bnx2x: Lock DMAE when used by statistic flowAriel Elior2013-10-211-7/+7
| * | bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2013-10-211-7/+25
| * | bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz2013-10-211-5/+5
* | | bnx2x: add TSO support for SIT tunnelsEric Dumazet2013-10-211-1/+2
* | | bnx2x: add TSO support for IPIPEric Dumazet2013-10-191-1/+3
* | | net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0
* | | bnx2x: Add ndo_get_phys_port_id supportYuval Mintz2013-10-091-0/+23
* | | net: bnx2x: Change variable type to boolPeter Senna Tschudin2013-10-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-9/+15
|\ \ \ | |/ /
| * | bnx2x: prevent masked MCP parities from appearingYuval Mintz2013-09-231-0/+8
| * | bnx2x: Prevent mistaken hangup between driver & FWEilon Greenstein2013-09-231-9/+7
* | | bnx2x: use pcie_get_minimum_link()Yuval Mintz2013-09-281-33/+12
* | | bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior2013-09-281-1/+1
|/ /
* | bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2013-09-181-0/+4
* | bnx2x: Use pci_dev pm_capJon Mason2013-09-131-5/+5
|/
* bnx2x: Fix configuration of doorbell blockAriel Elior2013-09-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-38/+55
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-3/+6
| |\
| * | bnx2x: VF RSS support - VF sideAriel Elior2013-09-051-9/+18
| * | bnx2x: VF RSS support - PF sideAriel Elior2013-09-051-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-13/+32
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-14/+29
| |\ \ \
| * | | | bnx2x: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-091-5/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+1
| |\ \ \ \
| * | | | | bnx2x: Revising locking scheme for MAC configurationYuval Mintz2013-08-011-23/+33
* | | | | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-031-16/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bnx2x: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom2013-08-121-16/+2
| |/ / / /
* | | | | bnx2x: Fix VF memory leak unloadAriel Elior2013-08-271-3/+6
| |_|_|/ |/| | |
* | | | bnx2x: prevent VF benign attentionsYuval Mintz2013-08-201-0/+3
* | | | bnx2x: Change DCB context handlingDmitry Kravkov2013-08-201-0/+6
* | | | bnx2x: dropless flow control not always functionalDmitry Kravkov2013-08-201-13/+23
| |_|/ |/| |
* | | bnx2x: prevent crash in shutdown flow with CNICYuval Mintz2013-08-131-2/+1
* | | bnx2x: fix PTE write access errorBarak Witkowsky2013-08-131-0/+9
* | | bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov2013-08-131-12/+18
* | | bnx2x: protect different statistics flowsDmitry Kravkov2013-08-131-0/+1
| |/ |/|
* | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-1/+1
|/
* net: rename ll methods to busy-pollEliezer Tamir2013-07-101-1/+1
* bnx2x: fix dump flag handlingMichal Schmidt2013-07-021-0/+2
* bnx2x: Remove sparse and coccinelle warningsYuval Mintz2013-06-251-1/+1
* bnx2x: Fix compilation with no IOV supportYuval Mintz2013-06-241-12/+2
* bnx2x: Fix 20G KR2 support claimsYaniv Rosner2013-06-231-0/+4
* bnx2x: Improve PF behaviour toward VFAriel Elior2013-06-231-3/+20
OpenPOWER on IntegriCloud