summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2018-02-02net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann
2018-02-02net: qed: use correct strncpy() sizeArnd Bergmann
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29qlcnic: fix deadlock bugJunxiao Bi
2018-01-25qed: code indent should use tabs where possibleRohit Visavalia
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24qed: Free reserved MR tidMichal Kalderon
2018-01-24qed: Remove reserveration of dpi for kernelMichal Kalderon
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16qed: Fix potential use-after-free in qed_spq_post()Roland Dreier
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer
2018-01-02qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar
2017-12-19qede: Use NETIF_F_GRO_HW.Michael Chan
2017-12-04drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-11-30netxen: remove timespec usageArnd Bergmann
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-16qed: use kzalloc instead of kmalloc and memsetColin Ian King
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-11qlge: remove duplicated assignment to mbcpColin Ian King
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon
2017-10-09qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon
2017-10-09qed: Add support for MPA header being split over two tcp packetsMichal Kalderon
2017-10-09qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon
2017-10-09qed: Add unaligned and packed packet processingMichal Kalderon
2017-10-09qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon
2017-10-09qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon
2017-10-09qed: Add LL2 slowpath handlingMichal Kalderon
2017-10-09qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon
2017-10-09qed: Fix initialization of ll2 offload featureMichal Kalderon
2017-10-09qed: Add ll2 option for dropping a tx packetMichal Kalderon
2017-10-09qed: Add ll2 ability of opening a secondary queueMichal Kalderon
2017-10-09qed: Add ll2 option to limit the number of bds per packetMichal Kalderon
2017-10-08qed: Delete redundant check on dcb_app priorityChristos Gkekas
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-26qed: iWARP - Add check for errors on a SYN packetMichal Kalderon