aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28qlogic/qed: Constify *pkt_type_str[]HernĂ¡n Gonzalez1-1/+1
2018-02-02net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann1-2/+1
2018-02-02net: qed: use correct strncpy() sizeArnd Bergmann1-4/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds35-6166/+7550
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2018-01-29qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2018-01-25qed: code indent should use tabs where possibleRohit Visavalia1-5/+5
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+17
2018-01-24qed: Free reserved MR tidMichal Kalderon1-11/+17
2018-01-24qed: Remove reserveration of dpi for kernelMichal Kalderon1-3/+0
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2018-01-16qed: Fix potential use-after-free in qed_spq_post()Roland Dreier1-1/+7
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+13
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer3-0/+13
2018-01-02qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2-9/+6
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2-7/+7
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar25-1442/+2491
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar11-3952/+3953
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar8-3825/+4148
2017-12-19qede: Use NETIF_F_GRO_HW.Michael Chan4-18/+25
2017-12-04drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney1-3/+1
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-4/+0
2017-11-30netxen: remove timespec usageArnd Bergmann1-3/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+1
2017-11-16qed: use kzalloc instead of kmalloc and memsetColin Ian King1-2/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-49/+936
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+4
2017-11-11qlge: remove duplicated assignment to mbcpColin Ian King1-1/+0
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski3-4/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon5-6/+25
2017-10-09qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2-0/+194
2017-10-09qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2-1/+41
2017-10-09qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2-0/+26
2017-10-09qed: Add unaligned and packed packet processingMichal Kalderon2-0/+270
2017-10-09qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2-0/+127
2017-10-09qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2-0/+66
2017-10-09qed: Add LL2 slowpath handlingMichal Kalderon1-2/+38
2017-10-09qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon1-1/+6
2017-10-09qed: Fix initialization of ll2 offload featureMichal Kalderon1-0/+3
2017-10-09qed: Add ll2 option for dropping a tx packetMichal Kalderon1-2/+14
2017-10-09qed: Add ll2 ability of opening a secondary queueMichal Kalderon2-1/+7
2017-10-09qed: Add ll2 option to limit the number of bds per packetMichal Kalderon2-14/+24
2017-10-08qed: Delete redundant check on dcb_app priorityChristos Gkekas1-1/+1
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-7/+4
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1