aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+2
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-6/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+10
2019-11-08qede: fix NULL pointer deref in __qede_remove()Manish Chopra1-2/+10
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+22
2019-10-30qed: Optimize execution time for nvm attributes configuration.Sudarsana Reddy Kalluru1-6/+21
2019-10-30qed: fix spelling mistake "queuess" -> "queues"Colin Ian King1-1/+1
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven3-4/+4
2019-10-04net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost1-0/+1
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+1
2019-09-21qede: qede_fp: simplify a bit 'qede_rx_build_skb()'Christophe JAILLET1-2/+1
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+2
2019-09-16qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-1/+3
2019-09-11qed: Fix Config attribute frame format.Sudarsana Reddy Kalluru1-10/+11
2019-09-11qed*: Fix size of config attribute dump.Sudarsana Reddy Kalluru2-6/+34
2019-09-05net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-08-31qede: Add support for dumping the grc data.Sudarsana Reddy Kalluru2-2/+28
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru3-0/+118
2019-08-31qede: Add support for reading the config id attributes.Sudarsana Reddy Kalluru2-0/+103
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru3-0/+71
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-22qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2-5/+4
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru1-0/+68
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-08qed: Add new ethtool supported port types based on media.Rahul Verma2-2/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2019-08-02net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-26qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon1-1/+1
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon1-3/+2
2019-07-24qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2019-07-23qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier8-11442/+0
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-3/+3
2019-07-21qed: Prefer pcie_capability_read_word()Frederick Lawler1-3/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-3/+0
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso3-6/+6
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-20/+3
2019-07-03qlcnic: remove redundant assignment to variable errColin Ian King1-1/+1
2019-07-03qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru1-2/+6
2019-06-18qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann1-0/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+3
2019-06-14qed: iWARP - Fix default window size to be based on chipMichal Kalderon1-5/+25
2019-06-14qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon1-0/+2
2019-06-14qed: iWARP - fix uninitialized callbackMichal Kalderon1-0/+1
2019-06-14qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon1-5/+11
2019-06-13qede: Make two functions staticYueHaibing1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner3-12/+3
2019-06-03qed: Fix build error without CONFIG_DEVLINKYueHaibing1-0/+1