summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
Commit message (Expand)AuthorAgeFilesLines
* net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-191-3/+3
* net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-4/+4
* bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-4/+4
* bnx2x: use generic power managementVaibhav Gupta2020-06-261-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * bnx2x: Fix logic to get total no. of PFs per engineManish Chopra2019-12-141-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-181-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+1
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
* | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
|/
* cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain2019-01-081-1/+1
* bnx2x: Add VF spoof-checking configurationShahed Shaikh2018-09-211-0/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-2/+2
* net: sched: get rid of struct tc_to_netdevJiri 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-2/+3
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-1/+2
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-1/+2
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-0/+1
* bnx2x: Add Geneve inner-RSS supportYuval Mintz2016-02-161-2/+9
* bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet2015-11-181-7/+0
* bnx2x: Fix vxlan endianity issueYuval Mintz2015-08-201-1/+1
* bnx2x: Add vxlan RSS supportRajesh Borundia2015-08-181-0/+2
* bnx2x: Add BD support for storageYuval Mintz2015-08-061-0/+12
* bnx2x: add vlan filtering offloadYuval Mintz2015-07-291-1/+12
* bnx2x: new Multi-function mode - BDYuval Mintz2015-07-221-0/+36
* bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz2015-07-221-1/+3
* bnx2x: Utilize FW 7.12.30Yuval Mintz2015-07-221-3/+1
* bnx2x: fix DMA API usageMichal Schmidt2015-06-281-10/+2
* bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi2015-06-011-3/+28
* bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt2015-04-291-1/+1
* bnx2x: New multi-function mode: UFPYuval Mintz2014-09-191-0/+6
* bnx2x: Changes with storage & MAC macrosDmitry Kravkov2014-09-191-8/+0
* bnx2x: Utilize FW 7.10.51Dmitry Kravkov2014-08-221-2/+3
* bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior2014-05-301-1/+1
* net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
* bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches2014-02-251-25/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-1/+1
|\
| * netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* | bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz2014-02-121-0/+3
|/
* bnx2x: fix L2-GRE TCP issuesDmitry Kravkov2014-02-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | bnx2x: namespace and dead code cleanupsstephen hemminger2014-01-131-122/+2
|/
* bnx2x: VF RSS support - VF sideAriel Elior2013-09-051-3/+4
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-2/+1