summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-031-2/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-7/+5
* bnx2x: use true,false for bool variablesJason Yan2020-09-191-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-112/+24
* bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru2020-07-041-0/+9
* bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru2020-07-041-0/+7
* bnx2x: use generic power managementVaibhav Gupta2020-06-261-2/+1
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+1
|\
| * net: Introduce peer to peer one step PTP time stamping.Richard Cochran2019-12-251-0/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* bnx2x: Do not handle requests from VFs after parityManish Chopra2019-12-141-2/+10
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-181-5/+12
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-06-291-9/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-20/+32
|\
| * bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru2019-04-161-10/+12
| * bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru2019-04-161-20/+30
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-29/+0
* | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
|/
* bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing2019-02-181-3/+1
* bnx2x: fix various indentation issuesColin Ian King2019-01-161-1/+1
* bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2018-12-241-4/+10
* bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2018-12-121-1/+9
* bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-121-12/+10
* bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2018-12-121-7/+27
* bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2018-12-121-1/+3
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-16/+0
|\ \
| * | bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-231-16/+0
| |/
* | bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh2018-09-211-0/+10
* | bnx2x: Add VF spoof-checking configurationShahed Shaikh2018-09-211-0/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+6
|\
| * bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-301-0/+6
* | bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-301-2/+2
|/
* bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-17/+6
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-2/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-211-1/+1
* bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens2018-02-011-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+13
|\
| * bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-271-1/+13
* | bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-191-3/+5
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* bnx2x: fix slowpath null crashZhu Yanjun2017-11-141-3/+10
* drivers: net: bnx2x: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1