summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qede: Use NETIF_F_GRO_HW.Michael Chan2017-12-194-18/+25
* net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-4/+0Star
* netxen: remove timespec usageArnd Bergmann2017-11-301-3/+1Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-181-2/+1Star
|\
| * qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+1Star
|\ \ | |/ |/|
| * mm: remove __GFP_COLDMel Gorman2017-11-161-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1519-49/+936
|\ \ | |/ |/|
| * qlge: remove duplicated assignment to mbcpColin Ian King2017-11-111-1/+0Star
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-053-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-047-0/+7
| |\
| * | qed: Fix iWARP out of order flowMichal Kalderon2017-10-195-6/+25
| * | qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2017-10-092-0/+194
| * | qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2017-10-092-1/+41
| * | qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2017-10-092-0/+26
| * | qed: Add unaligned and packed packet processingMichal Kalderon2017-10-092-0/+270
| * | qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2017-10-092-0/+127
| * | qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2017-10-092-0/+66
| * | qed: Add LL2 slowpath handlingMichal Kalderon2017-10-091-2/+38
| * | qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon2017-10-091-1/+6
| * | qed: Fix initialization of ll2 offload featureMichal Kalderon2017-10-091-0/+3
| * | qed: Add ll2 option for dropping a tx packetMichal Kalderon2017-10-091-2/+14
| * | qed: Add ll2 ability of opening a secondary queueMichal Kalderon2017-10-092-1/+7
| * | qed: Add ll2 option to limit the number of bds per packetMichal Kalderon2017-10-092-14/+24
| * | qed: Delete redundant check on dcb_app priorityChristos Gkekas2017-10-091-1/+1
| * | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
| * | qed: iWARP - Add check for errors on a SYN packetMichal Kalderon2017-09-262-0/+9
| * | qed: Fix maximum number of CQs for iWARPMichal Kalderon2017-09-261-6/+6
| * | qed: Add iWARP out of order supportMichal Kalderon2017-09-263-3/+59
| * | qed: Add iWARP enablement supportMichal Kalderon2017-09-264-5/+15
| * | drivers: net: qlogic: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-7/+4Star
|\ \ \ | |_|/ |/| |
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+4Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
|/
* qed: remove unnecessary call to memsetHimanshu Jha2017-09-151-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
|\
| * qlge: avoid memcpy buffer overflowArnd Bergmann2017-08-241-1/+1
* | qlcnic: remove redundant zero check on retries counterColin Ian King2017-09-011-7/+3Star
* | qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King2017-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+1
|\|
| * netxen: fix incorrect loop counter decrementColin Ian King2017-08-181-1/+1
* | qlogic: make device_attribute constBhumika Goyal2017-08-212-5/+5
* | qlge: fix duplicated code for different branchesGustavo A. R. Silva2017-08-141-33/+14Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\|
| * qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet2017-08-071-1/+1
* | qlcnic: add const to bin_attribute structureBhumika Goyal2017-08-031-1/+1
* | qed: Read per queue coalesce from hardwareRahul Verma2017-07-279-21/+322
* | qed: Add support for vf coalesce configuration.Rahul Verma2017-07-278-85/+249
* | qede: Add ethtool support for Energy efficient ethernet.Sudarsana Reddy Kalluru2017-07-271-0/+84