summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-07-261-2/+1Star
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-094-11/+34
|\
| * bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-06-294-11/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-222-1/+3
|\|
| * bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
* | bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-101-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-084-32/+49
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+1
| |\
| * | bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru2019-04-171-10/+12
| * | bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru2019-04-171-20/+30
| * | bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru2019-03-271-7/+14
| * | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-202-5/+3Star
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-077-43/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-087-43/+0Star
| * | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-082-2/+2
| |/
* / bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King2019-04-161-1/+1
|/
* bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing2019-02-191-3/+1Star
* bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-6/+2Star
* broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-232-2/+2
* bnx2x: Bump up driver version to 1.713.36Sudarsana Reddy Kalluru2019-01-231-1/+1
* bnx2x: fix various indentation issuesColin Ian King2019-01-164-98/+94Star
* cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain2019-01-082-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-251-4/+10
|\
| * bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2018-12-241-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-22/+55
|\|
| * bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2018-12-132-1/+10
| * bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-133-12/+12
| * bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2018-12-132-8/+30
| * bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2018-12-131-1/+3
* | bnx2x: Add storm FW version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-281-0/+6
* | bnx2x: Add MBI version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-282-1/+28
|/
* bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-11-122-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-271-1/+0Star
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0Star
|\ \ | |/ |/|
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0Star
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-16/+0Star
|\ \
| * | bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-241-16/+0Star
| |/
* | bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh2018-09-211-0/+1
* | bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh2018-09-211-0/+10
* | bnx2x: Add VF spoof-checking configurationShahed Shaikh2018-09-214-2/+82
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-3/+10
|\
| * bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-251-3/+10
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+2
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-092-2/+4
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-033-0/+13
|\|
| * bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-303-0/+13
* | bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-304-4/+8
|/