summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
...
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+6
* net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
* qed: Read device port count from the shmemSudarsana Reddy Kalluru2019-02-215-67/+44Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-7/+15
|\
| * qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-191-0/+9
| * qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-192-7/+6Star
* | qlge: fix some indentation issuesColin Ian King2019-02-142-4/+4
* | qed: fix indentation issue with statements in an if-blockColin Ian King2019-02-141-6/+6
* | qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru2019-02-091-1/+10
* | qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-094-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-098-13/+37
|\|
| * qed*: Advance drivers version to 8.37.0.20Manish Chopra2019-02-072-2/+2
| * qed: Change verbosity for coalescing message.Rahul Verma2019-02-071-1/+2
| * qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru2019-02-073-0/+19
| * qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-071-2/+3
| * qed: Assign UFP TC value to vlan priority in UFP mode.Sudarsana Reddy Kalluru2019-02-071-0/+3
| * qed: Fix EQ full firmware assert.Manish Chopra2019-02-072-8/+8
* | qede: use ethtool_rx_flow_rule() to remove duplicated parser codePablo Neira Ayuso2019-02-061-203/+76Star
* | qede: place ethtool_rx_flow_spec after code after TC flower codebasePablo Neira Ayuso2019-02-061-132/+132
* | drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-6/+6
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-49/+36Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-306-12/+51
|\|
| * qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| * qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| * qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| * qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| * qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
* | qede: Error recovery processTomer Tayar2019-01-283-70/+288
* | qed: Add infrastructure for error detection and recoveryTomer Tayar2019-01-2810-16/+231
* | qed: Revise load sequence to avoid PCI errorsTomer Tayar2019-01-287-112/+178
* | qed: Mark expected switch fall-throughGustavo A. R. Silva2019-01-231-0/+1
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-181-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-151-0/+4
|\
| * qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-01-041-0/+4
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-22/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-221-1/+2
|\
| * net: netxen: fix a missing check and an uninitialized useKangjie Lu2018-12-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-1/+3
|\|
| * qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter2018-12-191-0/+1
| * qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru2018-12-141-1/+2
* | qlcnic: remove set but not used variables 'op, cmd_op'YueHaibing2018-12-191-5/+1Star
* | qed: fix spelling mistake "Dispalying" -> "Displaying"Colin Ian King2018-12-051-1/+1
* | qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+9
* | qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+2
* | qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-302-10/+21
* | qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2018-11-302-13/+38
* | qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior2018-11-306-24/+280
* | qed: Add doorbell overflow recovery mechanismAriel Elior2018-11-303-0/+365