summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
Commit message (Expand)AuthorAgeFilesLines
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-11/+6
* bnx2x: fix built-in kernel driver load failureManish Chopra2022-03-171-11/+17
* bnx2x: Utilize firmware 7.13.21.0Manish Chopra2021-12-201-4/+2
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter2021-08-051-1/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-0/+2
* bnx2x: Fix some kernel-doc warningsWang Hai2020-09-081-2/+2
* bnx2x: use generic power managementVaibhav Gupta2020-06-261-9/+6
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* bnx2x: Enable Multi-Cos feature.Sudarsana Reddy Kalluru2019-11-051-1/+2
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-181-3/+4
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-07-251-2/+1
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+4
|\
| * bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-06-291-1/+4
* | bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-3/+2
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
|/
* bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-121-0/+1
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+2
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-301-0/+6
* 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-261-1/+1
* bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya2018-03-261-1/+2
* 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-291-2/+2
|\
| * bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-271-2/+2
* | bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-191-12/+12
|/
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-4/+15
|\
| * bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval2017-06-101-4/+15
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
|/
* bnx2x: Fix Multi-CosMintz, Yuval2017-06-011-1/+1
* bnx2x: Align RX buffersScott Wood2017-04-301-0/+1
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* bnx2x: avoid two atomic ops per page on x86Eric Dumazet2017-01-231-10/+5
* bnx2x: use reset to set network headerZhang Shengju2016-12-031-1/+1
* bnx2x: switch to napi_complete_done()Eric Dumazet2016-11-161-7/+8
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-7/+1
* bnx2x: don't wait for Tx completion on recoveryYuval Mintz2016-03-161-2/+6
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1