aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22cxgb4: add stats for MQPRIO QoS offload Tx pathRahul Lakkireddy4-1/+28
2019-11-22cxgb4: add UDP segmentation offload supportRahul Lakkireddy6-50/+139
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy3-101/+39
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy6-19/+192
2019-11-20cxgb4: check rule prio conflicts before offloadRahul Lakkireddy5-44/+143
2019-11-20cxgb4: add TC-MATCHALL classifier egress offloadRahul Lakkireddy9-33/+381
2019-11-19cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy1-1/+1
2019-11-13cxgb4: Fix an error code in cxgb4_mqprio_alloc_hw_resources()Dan Carpenter1-1/+3
2019-11-12cxgb4: make function 'cxgb4_mqprio_free_hw_resources' staticzhengbin1-1/+1
2019-11-11cxgb4: remove redundant assignment to hdr_lenColin Ian King1-1/+0
2019-11-08cxgb4: fix 64-bit division on i386Rahul Lakkireddy1-2/+2
2019-11-08cxgb4: Use match_string() helper to simplify the codeYueHaibing1-11/+6
2019-11-07cxgb4: add FLOWC based QoS offloadRahul Lakkireddy7-53/+495
2019-11-07cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy5-49/+415
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy9-63/+419
2019-11-07cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy7-50/+597
2019-11-07cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy4-246/+323
2019-11-07cxgb4: query firmware for QoS offload resourcesRahul Lakkireddy4-8/+62
2019-11-05cxgb4: Add pci reset handlerVishal Kulkarni1-9/+96
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+18
2019-10-31cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET1-6/+2
2019-10-30cxgb4: fix panic when attaching to ULD failVishal Kulkarni1-12/+16
2019-10-25cxgb4: request the TX CIDX updates to status pageRaju Rangoju1-6/+2
2019-10-04cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni1-3/+6
2019-09-27cxgb4: Signedness bug in init_one()Dan Carpenter1-1/+1
2019-09-12cxgb4: Fix spelling typosArkadiusz Drabczyk1-15/+15
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-14cxgb4: fix a memory leak bugWenwen Wang1-1/+3
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-20/+9
2019-08-08cxgb4: smt: Use normal int for refcountChuhong Yuan2-8/+8
2019-08-08cxgb4: smt: Add lock for atomic_dec_and_testChuhong Yuan1-2/+2
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-06net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET1-1/+4
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-21cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2-10/+5
2019-07-21chelsio: Fix a typo in a function nameChristophe JAILLET1-2/+2
2019-07-21allocate_flower_entry: should check for null derefNavid Emamdoost1-1/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-07-12cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann1-6/+13
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso3-18/+18
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-21/+5
2019-06-24cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju3-3/+87
2019-06-24cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju3-7/+29
2019-06-24cxgb4: Add MPS TCAM refcounting for raw mac filtersRaju Rangoju2-0/+62
2019-06-24cxgb4: Re-work the logic for mps refcountingRaju Rangoju5-22/+134
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-181/+14
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash5-11/+104
2019-06-09cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan3-15/+69