aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-07qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet1-1/+1
2017-08-03qlcnic: add const to bin_attribute structureBhumika Goyal1-1/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma9-21/+322
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma8-85/+249
2017-07-27qede: Add ethtool support for Energy efficient ethernet.Sudarsana Reddy Kalluru1-0/+84
2017-07-27qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru5-7/+236
2017-07-27qed/qede: Add setter APIs support for RX flow classificationChopra, Manish5-60/+347
2017-07-27qede: Add getter APIs support for RX flow classificationChopra, Manish3-8/+144
2017-07-19qlcnic: remove unnecessary static in qlcnic_dump_fw()Gustavo A. R. Silva1-1/+1
2017-07-11qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal1-3/+3
2017-07-03qed: initialize ll2_syn_handle at start of functionMichal Kalderon1-2/+1
2017-07-03netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas1-3/+0
2017-07-03qed: Add iWARP support for physical queue allocationKalderon, Michal1-0/+4
2017-07-03qed: Add iWARP protocol support in context allocationKalderon, Michal1-2/+11
2017-07-03qed: iWARP CM add error handlingKalderon, Michal1-2/+181
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal1-1/+89
2017-07-03qed: iWARP CM add active side connectKalderon, Michal3-12/+239
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal7-19/+1012
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal3-3/+291
2017-07-03qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2-3/+220
2017-07-03qed: Add iWARP support in ll2 connectionsKalderon, Michal1-2/+11
2017-07-03qed: Rename some ll2 related definesKalderon, Michal2-16/+15
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal9-40/+749
2017-07-03qed: Introduce iWARP personalityKalderon, Michal6-26/+42
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal3-3/+3
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal9-2919/+86
2017-06-21qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]Kalderon, Michal2-0/+2983
2017-06-21qed: Cleanup qed_roce before duplicating itKalderon, Michal1-39/+12
2017-06-20qed: SPQ async callback registrationMichal Kalderon7-55/+96
2017-06-20qed: Wait for resources before FUNC_CLOSEMichal Kalderon1-15/+20
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon3-79/+79
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon4-3/+3
2017-06-20qed: Disable RoCE dpm when DCBx change occursMintz, Yuval3-0/+49
2017-06-20qed: RoCE EDPM to honor PFCMintz, Yuval2-0/+22
2017-06-20qed: Chain support for external PBLMintz, Yuval6-23/+43
2017-06-16bpf: qede: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-6/+4
2017-06-14qed: Fix an off by one bugDan Carpenter1-1/+1
2017-06-09qed: add qed_int_sb_init() stub functionArnd Bergmann1-0/+5
2017-06-09qed: collect GSI port statisticsMintz, Yuval1-0/+23
2017-06-09qed: Call rx_release_cb() when flushing LL2Mintz, Yuval1-6/+7
2017-06-09qed: No need for LL2 frags indicationMintz, Yuval1-23/+8
2017-06-09qed*: LL2 callback operationsMichal Kalderon5-447/+132
2017-06-09qed: LL2 code relocationsMintz, Yuval1-30/+28
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval3-229/+223
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval1-34/+50
2017-06-09qed: LL2 to use packed information for txMintz, Yuval3-111/+75
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-4/+33
2017-06-04qede: VF XDP supportMintz, Yuval1-3/+31