summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* net: qed: use correct strncpy() sizeArnd Bergmann2018-02-031-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3127-6123/+7476
|\
| * qed: code indent should use tabs where possibleRohit Visavalia2018-01-251-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-251-14/+17
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+7
| |\ \
| * | | qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-032-9/+6Star
| * | | qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-021-4/+4
| * | | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-0223-1437/+2469
| * | | qed*: HSI renaming for different types of HWTomer Tayar2018-01-0210-3951/+3952
| * | | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-028-3825/+4148
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-3/+1Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney2017-12-041-3/+1Star
| |/ /
* | | qed: Free reserved MR tidMichal Kalderon2018-01-241-11/+17
* | | qed: Remove reserveration of dpi for kernelMichal Kalderon2018-01-241-3/+0Star
| |/ |/|
* | qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
|/
* qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | qed: Fix iWARP out of order flowMichal Kalderon2017-10-194-6/+22
* | qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2017-10-092-0/+194
* | qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2017-10-092-1/+41
* | qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2017-10-092-0/+26
* | qed: Add unaligned and packed packet processingMichal Kalderon2017-10-092-0/+270
* | qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2017-10-092-0/+127
* | qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2017-10-092-0/+66
* | qed: Add LL2 slowpath handlingMichal Kalderon2017-10-091-2/+38
* | qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon2017-10-091-1/+6
* | qed: Fix initialization of ll2 offload featureMichal Kalderon2017-10-091-0/+3
* | qed: Add ll2 option for dropping a tx packetMichal Kalderon2017-10-091-2/+14
* | qed: Add ll2 ability of opening a secondary queueMichal Kalderon2017-10-092-1/+7
* | qed: Add ll2 option to limit the number of bds per packetMichal Kalderon2017-10-092-14/+24
* | qed: Delete redundant check on dcb_app priorityChristos Gkekas2017-10-091-1/+1
* | qed: iWARP - Add check for errors on a SYN packetMichal Kalderon2017-09-262-0/+9
* | qed: Fix maximum number of CQs for iWARPMichal Kalderon2017-09-261-6/+6
* | qed: Add iWARP out of order supportMichal Kalderon2017-09-263-3/+59
* | qed: Add iWARP enablement supportMichal Kalderon2017-09-264-5/+15
|/
* qed: remove unnecessary call to memsetHimanshu Jha2017-09-151-1/+0Star
* qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King2017-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\
| * qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet2017-08-071-1/+1
* | qed: Read per queue coalesce from hardwareRahul Verma2017-07-278-16/+280
* | qed: Add support for vf coalesce configuration.Rahul Verma2017-07-277-75/+221
* | qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru2017-07-275-7/+236
* | qed/qede: Add setter APIs support for RX flow classificationChopra, Manish2017-07-271-8/+0Star
|/
* qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal2017-07-111-3/+3
* qed: initialize ll2_syn_handle at start of functionMichal Kalderon2017-07-031-2/+1Star
* qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
* qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
* qed: iWARP CM add error handlingKalderon, Michal2017-07-031-2/+181
* qed: iWARP implement disconnect flowsKalderon, Michal2017-07-031-1/+89