aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)Author
2023-09-23bnx2x: fix page fault following EEH recoveryDavid Christensen
2023-06-09ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko
2022-12-08bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang
2022-10-26bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie
2022-05-12bnx2x: fix napi API usage sequenceManish Chopra
2021-11-26net: bnx2x: fix variable dereferenced before checkPavel Skripkin
2021-09-22bnx2x: Fix enabling network interfaces without VFsAdrian Bunk
2021-08-12bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter
2021-06-16bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong
2020-01-12bnx2x: Fix logic to get total no. of PFs per engineManish Chopra
2020-01-12bnx2x: Do not handle requests from VFs after parityManish Chopra
2019-12-31bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra
2019-11-20bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh
2019-08-25bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra
2019-08-09bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru
2019-07-28bnx2x: Prevent load reordering in tx completion processingBrian King
2019-07-26bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli
2019-07-14bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues
2019-01-13bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov
2019-01-13bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru
2019-01-13bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru
2019-01-13bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru
2018-12-13bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru
2018-09-23bnx2x: remove ndo_poll_controllerEric Dumazet
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06bnx2x: use the right constantJulia Lawall
2018-05-28bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru
2018-05-25bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2018-03-26bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-21bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens
2018-01-17bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-08bnx2x: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli
2017-12-19bnx2x: Use NETIF_F_GRO_HW.Michael Chan
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-14bnx2x: fix slowpath null crashZhu Yanjun
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel