| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 7 | -0/+7 |
* | qed: remove unnecessary call to memset | Himanshu Jha | 2017-09-15 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-02 | 1 | -1/+1 |
|\ |
|
| * | qlge: avoid memcpy buffer overflow | Arnd Bergmann | 2017-08-24 | 1 | -1/+1 |
* | | qlcnic: remove redundant zero check on retries counter | Colin Ian King | 2017-09-01 | 1 | -7/+3 |
* | | qed: fix spelling mistake: "calescing" -> "coalescing" | Colin Ian King | 2017-08-31 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-22 | 1 | -1/+1 |
|\| |
|
| * | netxen: fix incorrect loop counter decrement | Colin Ian King | 2017-08-18 | 1 | -1/+1 |
* | | qlogic: make device_attribute const | Bhumika Goyal | 2017-08-21 | 2 | -5/+5 |
* | | qlge: fix duplicated code for different branches | Gustavo A. R. Silva | 2017-08-14 | 1 | -33/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-10 | 1 | -1/+1 |
|\| |
|
| * | qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()' | Christophe Jaillet | 2017-08-07 | 1 | -1/+1 |
* | | qlcnic: add const to bin_attribute structure | Bhumika Goyal | 2017-08-03 | 1 | -1/+1 |
* | | qed: Read per queue coalesce from hardware | Rahul Verma | 2017-07-27 | 9 | -21/+322 |
* | | qed: Add support for vf coalesce configuration. | Rahul Verma | 2017-07-27 | 8 | -85/+249 |
* | | qede: Add ethtool support for Energy efficient ethernet. | Sudarsana Reddy Kalluru | 2017-07-27 | 1 | -0/+84 |
* | | qed: Add support for Energy efficient ethernet. | Sudarsana Reddy Kalluru | 2017-07-27 | 5 | -7/+236 |
* | | qed/qede: Add setter APIs support for RX flow classification | Chopra, Manish | 2017-07-27 | 5 | -60/+347 |
* | | qede: Add getter APIs support for RX flow classification | Chopra, Manish | 2017-07-27 | 3 | -8/+144 |
* | | qlcnic: remove unnecessary static in qlcnic_dump_fw() | Gustavo A. R. Silva | 2017-07-20 | 1 | -1/+1 |
|/ |
|
* | qed: Fix printk option passed when printing ipv6 addresses | Kalderon, Michal | 2017-07-11 | 1 | -3/+3 |
* | qed: initialize ll2_syn_handle at start of function | Michal Kalderon | 2017-07-03 | 1 | -2/+1 |
* | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump() | Christos Gkekas | 2017-07-03 | 1 | -3/+0 |
* | qed: Add iWARP support for physical queue allocation | Kalderon, Michal | 2017-07-03 | 1 | -0/+4 |
* | qed: Add iWARP protocol support in context allocation | Kalderon, Michal | 2017-07-03 | 1 | -2/+11 |
* | qed: iWARP CM add error handling | Kalderon, Michal | 2017-07-03 | 1 | -2/+181 |
* | qed: iWARP implement disconnect flows | Kalderon, Michal | 2017-07-03 | 1 | -1/+89 |
* | qed: iWARP CM add active side connect | Kalderon, Michal | 2017-07-03 | 3 | -12/+239 |
* | qed: iWARP CM add passive side connect | Kalderon, Michal | 2017-07-03 | 7 | -19/+1012 |
* | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 2017-07-03 | 3 | -3/+291 |
* | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2017-07-03 | 2 | -3/+220 |
* | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 2017-07-03 | 1 | -2/+11 |
* | qed: Rename some ll2 related defines | Kalderon, Michal | 2017-07-03 | 2 | -16/+15 |
* | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 2017-07-03 | 9 | -40/+749 |
* | qed: Introduce iWARP personality | Kalderon, Michal | 2017-07-03 | 6 | -26/+42 |
* | qed*: Rename qed_roce_if.h to qed_rdma_if.h | Kalderon, Michal | 2017-06-21 | 3 | -3/+3 |
* | qed: Split rdma content between qed_rdma and qed_roce | Kalderon, Michal | 2017-06-21 | 9 | -2919/+86 |
* | qed: Duplicate qed_roce.[ch] to qed_rdma.[ch] | Kalderon, Michal | 2017-06-21 | 2 | -0/+2983 |
* | qed: Cleanup qed_roce before duplicating it | Kalderon, Michal | 2017-06-21 | 1 | -39/+12 |
* | qed: SPQ async callback registration | Michal Kalderon | 2017-06-20 | 7 | -55/+96 |
* | qed: Wait for resources before FUNC_CLOSE | Michal Kalderon | 2017-06-20 | 1 | -15/+20 |
* | qed*: Set rdma generic functions prefix | Michal Kalderon | 2017-06-20 | 3 | -79/+79 |
* | qed*: qede_roce.[ch] -> qede_rdma.[ch] | Michal Kalderon | 2017-06-20 | 4 | -3/+3 |
* | qed: Disable RoCE dpm when DCBx change occurs | Mintz, Yuval | 2017-06-20 | 3 | -0/+49 |
* | qed: RoCE EDPM to honor PFC | Mintz, Yuval | 2017-06-20 | 2 | -0/+22 |
* | qed: Chain support for external PBL | Mintz, Yuval | 2017-06-20 | 6 | -23/+43 |
* | bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG | Martin KaFai Lau | 2017-06-16 | 1 | -0/+1 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 2 | -6/+4 |
* | qed: Fix an off by one bug | Dan Carpenter | 2017-06-14 | 1 | -1/+1 |
* | qed: add qed_int_sb_init() stub function | Arnd Bergmann | 2017-06-09 | 1 | -0/+5 |