summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann2018-02-021-2/+1
* net: qed: use correct strncpy() sizeArnd Bergmann2018-02-021-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3135-6166/+7550
|\
| * qlcnic: fix deadlock bugJunxiao Bi2018-01-291-9/+9
| * 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-241-14/+17
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+7
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-073-0/+13
| |\ \ \
| | * | | xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer2018-01-053-0/+13
| * | | | qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-022-9/+6
| * | | | qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-022-7/+7
| * | | | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-0225-1442/+2491
| * | | | qed*: HSI renaming for different types of HWTomer Tayar2018-01-0211-3952/+3953
| * | | | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-028-3825/+4148
| |/ / /
| * | | qede: Use NETIF_F_GRO_HW.Michael Chan2017-12-194-18/+25
| * | | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-4/+0
| * | | netxen: remove timespec usageArnd Bergmann2017-11-301-3/+1
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-3/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney2017-12-041-3/+1
| |/ /
* | | qed: Free reserved MR tidMichal Kalderon2018-01-241-11/+17
* | | qed: Remove reserveration of dpi for kernelMichal Kalderon2018-01-241-3/+0
| |/ |/|
* | qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-171-2/+1
|\
| * qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+1
|\ \ | |/ |/|
| * mm: remove __GFP_COLDMel Gorman2017-11-151-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1519-49/+936
|\ \ | |/ |/|
| * qlge: remove duplicated assignment to mbcpColin Ian King2017-11-111-1/+0
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-053-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-047-0/+7
| |\
| * | qed: Fix iWARP out of order flowMichal Kalderon2017-10-195-6/+25
| * | 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-081-1/+1
| * | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+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
OpenPOWER on IntegriCloud