summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix an error code in cxgb4_mqprio_alloc_hw_resources()Dan Carpenter2019-11-131-1/+3
* cxgb4: make function 'cxgb4_mqprio_free_hw_resources' staticzhengbin2019-11-121-1/+1
* cxgb4: remove redundant assignment to hdr_lenColin Ian King2019-11-121-1/+0
* cxgb4: fix 64-bit division on i386Rahul Lakkireddy2019-11-081-2/+2
* cxgb4: Use match_string() helper to simplify the codeYueHaibing2019-11-081-11/+6
* cxgb4: add FLOWC based QoS offloadRahul Lakkireddy2019-11-077-53/+495
* cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy2019-11-075-49/+415
* cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy2019-11-079-63/+419
* cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy2019-11-077-50/+597
* cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy2019-11-074-246/+323
* cxgb4: query firmware for QoS offload resourcesRahul Lakkireddy2019-11-074-8/+62
* cxgb4: Add pci reset handlerVishal Kulkarni2019-11-061-9/+96
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-18/+18
|\
| * cxgb4: fix panic when attaching to ULD failVishal Kulkarni2019-10-311-12/+16
| * cxgb4: request the TX CIDX updates to status pageRaju Rangoju2019-10-261-6/+2
* | cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET2019-10-311-6/+2
|/
* cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-041-3/+6
* cxgb4: Signedness bug in init_one()Dan Carpenter2019-09-271-1/+1
* cxgb4: Fix spelling typosArkadiusz Drabczyk2019-09-121-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+3
|\
| * cxgb4: fix a memory leak bugWenwen Wang2019-08-151-1/+3
* | cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-113-20/+9
* | cxgb4: smt: Use normal int for refcountChuhong Yuan2019-08-092-8/+8
* | cxgb4: smt: Add lock for atomic_dec_and_testChuhong Yuan2019-08-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-1/+4
|\|
| * net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
|/
* cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2019-07-212-10/+5
* chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
* allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0
* cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann2019-07-131-6/+13
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-093-18/+18
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-21/+5
* cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju2019-06-243-3/+87
* cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju2019-06-243-7/+29
* cxgb4: Add MPS TCAM refcounting for raw mac filtersRaju Rangoju2019-06-242-0/+62
* cxgb4: Re-work the logic for mps refcountingRaju Rangoju2019-06-245-22/+134
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1814-181/+14
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-0514-181/+14
* | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash2019-06-105-11/+104
* | cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan2019-06-093-15/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-312-2/+14
|\|
| * cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni2019-05-241-0/+11
| * cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
* | cxgb4: Make t4_get_tp_e2c_map staticYueHaibing2019-05-271-1/+1
* | cxgb4: use firmware API for validating filter specRaju Rangoju2019-05-234-6/+68
* | cxgb4: Enable hash filter with offloadVishal Kulkarni2019-05-238-22/+110
|/