summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie2022-10-261-0/+1
* bnx2x: fix napi API usage sequenceManish Chopra2022-05-121-4/+5
* net: bnx2x: fix variable dereferenced before checkPavel Skripkin2021-11-261-1/+3
* bnx2x: Fix enabling network interfaces without VFsAdrian Bunk2021-09-221-1/+1
* bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter2021-08-121-1/+2
* bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong2021-06-161-1/+3
* bnx2x: Fix logic to get total no. of PFs per engineManish Chopra2020-01-121-1/+1
* bnx2x: Do not handle requests from VFs after parityManish Chopra2020-01-123-2/+23
* bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra2019-12-311-5/+11
* bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh2019-11-201-0/+10
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-253-8/+18
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-08-091-2/+1
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-281-0/+3
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-07-264-11/+34
* bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-07-142-1/+3
* bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2019-01-131-4/+10
* bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2019-01-132-1/+10
* bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2019-01-132-8/+30
* bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2019-01-131-1/+3
* bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-12-132-0/+8
* bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-231-16/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+10
|\
| * bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-241-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
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+7
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-17/+6
|\
| * bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-17/+6
* | bnx2x: use the right constantJulia Lawall2018-06-061-1/+1
* | bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru2018-05-281-1/+6
|/
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-266-11/+17
* bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya2018-03-262-2/+4
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-211-1/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-1/+10
|\
| * bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-172-1/+10
* | bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens2018-02-011-0/+18
* | bnx2x: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-081-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-3/+15
|\ \
| * | bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-272-3/+15
| |/
* / bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-192-15/+17
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* bnx2x: fix slowpath null crashZhu Yanjun2017-11-141-3/+10
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1
* drivers: net: bnx2x: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-072-4/+6