aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-10-03bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie1-0/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-11/+6
2022-03-17bnx2x: fix built-in kernel driver load failureManish Chopra1-11/+17
2021-12-20bnx2x: Utilize firmware 7.13.21.0Manish Chopra1-4/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+2
2020-09-08bnx2x: Fix some kernel-doc warningsWang Hai1-2/+2
2020-06-26bnx2x: use generic power managementVaibhav Gupta1-9/+6
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-05bnx2x: Enable Multi-Cos feature.Sudarsana Reddy Kalluru1-1/+2
2019-08-18bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra1-3/+4
2019-07-25bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru1-2/+1
2019-07-21bnx2x: Prevent load reordering in tx completion processingBrian King1-0/+3
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2019-06-29bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli1-1/+4
2019-06-09bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2018-12-12bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru1-0/+1
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-30bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru1-0/+6
2018-05-28bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru1-1/+6
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-1/+1
2018-03-26bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya1-1/+2
2018-01-08bnx2x: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+3
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli1-2/+2
2017-12-19bnx2x: Use NETIF_F_GRO_HW.Michael Chan1-12/+12
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2017-06-10bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval1-4/+15
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-06-01bnx2x: Fix Multi-CosMintz, Yuval1-1/+1
2017-04-30bnx2x: Align RX buffersScott Wood1-0/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet1-10/+5
2016-12-03bnx2x: use reset to set network headerZhang Shengju1-1/+1