aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-19net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-4/+4
2020-07-14bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski1-4/+4
2020-06-26bnx2x: use generic power managementVaibhav Gupta1-3/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-14bnx2x: Fix logic to get total no. of PFs per engineManish Chopra1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-18bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra1-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain1-1/+1
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh1-0/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri 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-2/+3
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+2
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-1/+2
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-0/+1
2016-02-16bnx2x: Add Geneve inner-RSS supportYuval Mintz1-2/+9
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet1-7/+0
2015-08-20bnx2x: Fix vxlan endianity issueYuval Mintz1-1/+1
2015-08-18bnx2x: Add vxlan RSS supportRajesh Borundia1-0/+2
2015-08-06bnx2x: Add BD support for storageYuval Mintz1-0/+12
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz1-1/+12
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz1-0/+36
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz1-1/+3
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz1-3/+1
2015-06-28bnx2x: fix DMA API usageMichal Schmidt1-10/+2
2015-06-01bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi1-3/+28
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt1-1/+1
2014-09-19bnx2x: New multi-function mode: UFPYuval Mintz1-0/+6
2014-09-19bnx2x: Changes with storage & MAC macrosDmitry Kravkov1-8/+0
2014-08-22bnx2x: Utilize FW 7.10.51Dmitry Kravkov1-2/+3
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior1-1/+1
2014-04-03net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-02-25bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches1-25/+20
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-02-12bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz1-0/+3
2014-02-04bnx2x: fix L2-GRE TCP issuesDmitry Kravkov1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-13bnx2x: namespace and dead code cleanupsstephen hemminger1-122/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-09-05bnx2x: VF RSS support - VF sideAriel Elior1-3/+4
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-2/+1
2013-08-01bnx2x: Revising locking scheme for MAC configurationYuval Mintz1-0/+1
2013-06-19bnx2x: replace mechanism to check for next available packetDmitry Kravkov1-7/+19
2013-06-19bnx2x: add support for ndo_ll_pollDmitry Kravkov1-4/+19
2013-06-02bnx2x: Revise printsYuval Mintz1-7/+9
2013-06-02bnx2x: Semantic removal and beautificationYuval Mintz1-3/+0
2013-06-02bnx2x: Revise comments and alignmentYuval Mintz1-2/+2
2013-06-02bnx2x: Semantic change of empty linesYuval Mintz1-3/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+16
2013-04-25bnx2x: Prevent NULL pointer dereference in kdumpYuval Mintz1-3/+16
2013-03-20bnx2x: AER revisedYuval Mintz1-0/+4
2013-03-18bnx2x: add RSS capability for GRE trafficDmitry Kravkov1-0/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-7/+7
2013-03-12bnx2x: Add iproute2 support for vfsAriel Elior1-0/+3
2013-03-05bnx2x: use the default NAPI weightEric Dumazet1-2/+2
2013-01-23bnx2x: Fix compilation with stop-on-errorYuval Mintz1-2/+0
2013-01-23bnx2x: Remove many sparse warningsYuval Mintz1-2/+2
2013-01-23bnx2x: correct usleep_range usageYuval Mintz1-2/+2
2013-01-23bnx2x: reorganization and beautificationYuval Mintz1-7/+7
2013-01-23bnx2x: Semantic renovationYuval Mintz1-2/+1
2013-01-15bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz1-1/+1
2013-01-15bnx2x: improve stop-on-errorYuval Mintz1-1/+1
2013-01-15bnx2x: add `ethtool -w' support.Miriam Shitrit1-0/+1
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior1-16/+2
2013-01-02bnx2x: Support PF <-> VF Bulletin BoardAriel Elior1-0/+2
2013-01-02bnx2x: Support of PF driver of a VF acquire requestAriel Elior1-0/+9
2013-01-02bnx2x: Prepare device and initialize VF databaseAriel Elior1-0/+3
2013-01-02bnx2x: VF fastpathAriel Elior1-35/+33
2013-01-02bnx2x: Separate VF and PF logicAriel Elior1-4/+11
2013-01-02bnx2x: Support probing and removing of VF deviceAriel Elior1-1/+1
2012-12-03bnx2x: remove __dev* attributesBill Pemberton1-1/+1
2012-12-02bnx2x: fix 'Ethtool -A' when autonegYuval Mintz1-1/+1
2012-11-07bnx2x: Support loading cnic resources at run-timeMerav Sicron1-22/+65
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2012-09-13bnx2x: Add missing afex codeYuval Mintz1-6/+5
2012-09-13bnx2x: Utilize Link Flap AvoidanceYuval Mintz1-3/+13
2012-08-30bnx2x: Move netif_napi_add to the open callMerav Sicron1-2/+2
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-05bnx2x: set maximal number of default RSS queuesYuval Mintz1-1/+2
2012-06-19bnx2x: Support DCBX for all functionsBarak Witkowski1-1/+1
2012-06-19bnx2x: Add support for ethtool -LMerav Sicron1-3/+8
2012-06-19bnx2x: Split the FP structureBarak Witkowski1-4/+4
2012-06-19bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDsMerav Sicron1-6/+9
2012-06-19bnx2x: Make the transmission queues adjacentMerav Sicron1-6/+8
2012-06-19bnx2x: Add support for 4-tupple UDP RSSMerav Sicron1-5/+3
2012-04-30bnx2x: remove some bloatEric Dumazet1-362/+0
2012-04-23bnx2x: remove gro workaroundDmitry Kravkov1-7/+0
2012-04-23bnx2x: add afex supportBarak Witkowski1-1/+2
2012-04-04bnx2x: change to the rss engineDmitry Kravkov1-2/+11
2012-04-04bnx2x: congestion management re-organizationYuval Mintz1-7/+25
2012-04-04bnx2x: added support for working with one msix irq.Dmitry Kravkov1-2/+2
2012-03-27bnx2x: previous driver unload revisedYuval Mintz1-0/+3
2012-03-19bnx2x: changed iscsi/fcoe mac init and macrosDmitry Kravkov1-1/+1
2012-03-19bnx2x: reduced sparse warningsYuval Mintz1-2/+3
2012-03-19bnx2x: revised driver printsMerav Sicron1-20/+18
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2012-03-12bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov1-8/+9
2012-03-12bnx2x: FCoE statistics id fixedYuval Mintz1-3/+9
2012-02-20bnx2x: add gro_checkDmitry Kravkov1-0/+7
2012-02-20use FW 7.2.16Dmitry Kravkov1-2/+22
2012-02-15bnx2x: consistent statistics after internal driver reloadMintz Yuval1-0/+73
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-2/+1
2012-01-26bnx2x: Update version to 1.72.0 and copyrightsAriel Elior1-1/+1
2012-01-26bnx2x: Track active PFs with bitmapAriel Elior1-2/+2
2012-01-26bnx2x: Lock PF-common resourcesAriel Elior1-2/+2
2012-01-26bnx2x: Support Queue Per Cos in 5771xx devicesAriel Elior1-3/+4
2011-12-08bnx2x: properly initialize L5 featuresDmitry Kravkov1-2/+0
2011-11-29bnx2x: handle iSCSI SD modeDmitry Kravkov1-0/+12
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+3
2011-11-14bnx2x: uses build_skb() in receive pathEric Dumazet1-16/+17
2011-11-13bnx2x: simplify definition of RX_SGE_MASK_LEN and use it.Dmitry Kravkov1-2/+1
2011-11-13bnx2x: propagate DCBX negotiationDmitry Kravkov1-0/+54
2011-11-13bnx2x: separate FCoE and iSCSI license initialization.Dmitry Kravkov1-0/+10
2011-11-13bnx2x: use rx_queue index for skb_record_rx_queue()Dmitry Kravkov1-0/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-29bnx2x: Fix build errorDmitry Kravkov1-1/+1
2011-08-18bnx2x: downgrade Max BW error message to debugMichal Schmidt1-2/+2
2011-08-17bnx2x: Coalesce pr_cont uses and fix DP typosJoe Perches1-2/+2
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-0/+1491