summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-2/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-6/+5
* bnx2x: Fix firmware version string character countsKees Cook2024-01-261-4/+5
* bnx2x: new flag for track HW resource allocationThinh Tran2023-08-221-8/+13
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-2/+1
* bnx2x: use the right build_skb() helperJakub Kicinski2023-03-291-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+1
|\
| * bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie2022-10-031-0/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+2
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* 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