aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+32
2019-04-16bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru1-10/+12
2019-04-16bnx2x: 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-18bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing1-3/+1
2019-01-16bnx2x: fix various indentation issuesColin Ian King1-1/+1
2018-12-24bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2018-12-12bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru1-1/+9
2018-12-12bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru1-12/+10
2018-12-12bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru1-7/+27
2018-12-12bnx2x: 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/git/helgaas/pciLinus Torvalds1-8/+0
2018-10-02PCI/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-23bnx2x: 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-25bnx2x: 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-21bnx2x: 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
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-14bnx2x: fix slowpath null crashZhu Yanjun1-3/+10
2017-09-21drivers: net: bnx2x: use setup_timer() helper.Allen Pais1-3/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-25bnx2x: Don't log mc removal needlesslyMintz, Yuval1-1/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-04-04bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King1-9/+9
2017-03-07bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt1-5/+11
2017-03-07bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt1-1/+19
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-12-05bnx2x: Prevent tunnel config for 577xxMintz, Yuval1-2/+2
2016-12-05net: bnx2x: fix improper return valuePan Bian1-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-23bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru1-1/+1
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson1-2/+5
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron1-28/+51
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15