summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit1-34/+10
2021-05-18net: broadcom: bnx2x: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-03-18ethernet/broadcom:remove unneeded variable: "ret"dingsenjie1-2/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-10-04bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-7/+5
2020-09-20bnx2x: use true,false for bool variablesJason Yan1-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-15bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski1-112/+24
2020-07-05bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru1-0/+9
2020-07-05bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru1-0/+7
2020-06-26bnx2x: use generic power managementVaibhav Gupta1-2/+1
2020-03-04net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-7/+0
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-26net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+1
2019-12-14bnx2x: Do not handle requests from VFs after parityManish Chopra1-2/+10
2019-08-18bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra1-5/+12
2019-06-29bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli1-9/+24
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+32
2019-04-17bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru1-10/+12
2019-04-17bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru1-20/+30
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-29/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-02-19bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing1-3/+1
2019-01-17bnx2x: fix various indentation issuesColin Ian King1-1/+1
2018-12-25bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2018-12-13bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru1-1/+9
2018-12-13bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru1-12/+10
2018-12-13bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru1-7/+27
2018-12-13bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru1-1/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-8/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+0
2018-09-24bnx2x: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-21bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh1-0/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2018-06-30bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru1-0/+6
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-05-26bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-17/+6
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-6/+6
2018-03-22bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King1-1/+1
2018-02-01bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens1-0/+18
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+13
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli1-1/+13
2017-12-19bnx2x: Use NETIF_F_GRO_HW.Michael Chan1-3/+5