Age | Commit message (Expand) | Author |
2017-10-19 | qed: Fix iWARP out of order flow | Michal Kalderon |
2017-10-09 | qed: Add iWARP support for fpdu spanned over more than two tcp packets | Michal Kalderon |
2017-10-09 | qed: Add support for MPA header being split over two tcp packets | Michal Kalderon |
2017-10-09 | qed: Add support for freeing two ll2 buffers for corner cases | Michal Kalderon |
2017-10-09 | qed: Add unaligned and packed packet processing | Michal Kalderon |
2017-10-09 | qed: Add mpa buffer descriptors for storing and processing mpa fpdus | Michal Kalderon |
2017-10-09 | qed: Add ll2 connection for processing unaligned MPA packets | Michal Kalderon |
2017-10-09 | qed: Add LL2 slowpath handling | Michal Kalderon |
2017-10-09 | qed: Add the source of a packet sent on an iWARP ll2 connection | Michal Kalderon |
2017-10-09 | qed: Fix initialization of ll2 offload feature | Michal Kalderon |
2017-10-09 | qed: Add ll2 option for dropping a tx packet | Michal Kalderon |
2017-10-09 | qed: Add ll2 ability of opening a secondary queue | Michal Kalderon |
2017-10-09 | qed: Add ll2 option to limit the number of bds per packet | Michal Kalderon |
2017-10-08 | qed: Delete redundant check on dcb_app priority | Christos Gkekas |
2017-09-26 | bpf: add meta pointer for direct access | Daniel Borkmann |
2017-09-26 | qed: iWARP - Add check for errors on a SYN packet | Michal Kalderon |
2017-09-26 | qed: Fix maximum number of CQs for iWARP | Michal Kalderon |
2017-09-26 | qed: Add iWARP out of order support | Michal Kalderon |
2017-09-26 | qed: Add iWARP enablement support | Michal Kalderon |
2017-09-21 | drivers: net: qlogic: use setup_timer() helper. | Allen Pais |
2017-09-15 | qed: remove unnecessary call to memset | Himanshu Jha |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-09-01 | qlcnic: remove redundant zero check on retries counter | Colin Ian King |
2017-08-30 | qed: fix spelling mistake: "calescing" -> "coalescing" | Colin Ian King |
2017-08-24 | qlge: avoid memcpy buffer overflow | Arnd Bergmann |
2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-21 | qlogic: make device_attribute const | Bhumika Goyal |
2017-08-18 | netxen: fix incorrect loop counter decrement | Colin Ian King |
2017-08-14 | qlge: fix duplicated code for different branches | Gustavo A. R. Silva |
2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-07 | qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()' | Christophe Jaillet |
2017-08-03 | qlcnic: add const to bin_attribute structure | Bhumika Goyal |
2017-07-27 | qed: Read per queue coalesce from hardware | Rahul Verma |
2017-07-27 | qed: Add support for vf coalesce configuration. | Rahul Verma |
2017-07-27 | qede: Add ethtool support for Energy efficient ethernet. | Sudarsana Reddy Kalluru |
2017-07-27 | qed: Add support for Energy efficient ethernet. | Sudarsana Reddy Kalluru |
2017-07-27 | qed/qede: Add setter APIs support for RX flow classification | Chopra, Manish |
2017-07-27 | qede: Add getter APIs support for RX flow classification | Chopra, Manish |
2017-07-19 | qlcnic: remove unnecessary static in qlcnic_dump_fw() | Gustavo A. R. Silva |
2017-07-11 | qed: Fix printk option passed when printing ipv6 addresses | Kalderon, Michal |
2017-07-03 | qed: initialize ll2_syn_handle at start of function | Michal Kalderon |
2017-07-03 | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump() | Christos Gkekas |
2017-07-03 | qed: Add iWARP support for physical queue allocation | Kalderon, Michal |
2017-07-03 | qed: Add iWARP protocol support in context allocation | Kalderon, Michal |
2017-07-03 | qed: iWARP CM add error handling | Kalderon, Michal |
2017-07-03 | qed: iWARP implement disconnect flows | Kalderon, Michal |
2017-07-03 | qed: iWARP CM add active side connect | Kalderon, Michal |
2017-07-03 | qed: iWARP CM add passive side connect | Kalderon, Michal |
2017-07-03 | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal |
2017-07-03 | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal |