summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-181-3/+4
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-07-261-2/+1Star
* 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-091-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-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-3/+2Star
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0Star
|/
* bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-131-0/+1
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* 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-291-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-091-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/+0Star
* 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-05-011-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/+5Star
* 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/+1Star
* bnx2x: don't wait for Tx completion on recoveryYuval Mintz2016-03-171-2/+6
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+4
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-0/+7
* bnx2x: Remove unneccessary EXPORT_SYMBOLYuval Mintz2016-02-171-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-9/+13
|\
| * bnx2x: Prevent FW assertion when using VxlanYuval Mintz2015-12-181-9/+13
* | bnx2x: remove rx_pkt/rx_callsEric Dumazet2015-12-091-4/+0Star
* | bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet2015-12-091-30/+21Star
* | bnx2x: change FW GRO error message to WARN_ONCEMichal Schmidt2015-12-061-1/+1
* | bnx2x: drop redundant error message about allocation failureMichal Schmidt2015-12-061-3/+1Star
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-2/+0Star
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-2/+0Star