summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: LLD driver changes to support TLSAtul Gupta2018-03-311-9/+23
* cxgb4: fix error return code in adap_init0()Wei Yongjun2018-03-301-1/+2
* cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath2018-03-251-2/+6
* cxgb4: Setup FW queues before registering netdevArjun Vynipadath2018-03-251-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-03-071-1/+0
| * cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar2018-03-071-0/+2
* | cxgb4: Support firmware rdma write completion work request.Raju Rangoju2018-03-221-0/+6
* | cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju2018-03-221-0/+6
* | cxgb4: Add support to query HW SRQ parametersRaju Rangoju2018-03-221-0/+20
* | cxgb4: notify fatal error to uld driversGanesh Goudar2018-03-161-0/+10
* | cxgb4: Add HMA supportArjun Vynipadath2018-03-131-3/+225
* | cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar2018-03-121-0/+3
* | cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2018-03-091-3/+3
|/
* cxgb4: free up resources of pf 0-3Ganesh Goudar2018-02-161-12/+13
* cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET2018-02-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-213/+392
|\
| * cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-7/+1
| * cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-241-1/+25
| * cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-221-24/+47
| * cxgb4: restructure VF mgmt codeGanesh Goudar2018-01-171-204/+189
| * cxgb4: implement ndo_features_checkGanesh Goudar2018-01-111-0/+19
| * cxgb4: add support for vxlan segmentation offloadGanesh Goudar2018-01-111-0/+4
| * cxgb4: implement udp tunnel callbacksGanesh Goudar2018-01-111-0/+130
| * cxgb4: collect egress and ingress SGE queue contextsRahul Lakkireddy2017-12-081-1/+1
* | cxgb4: Add support for Inline IPSec TxAtul Gupta2017-11-291-1/+1
|/
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-0/+3
* cxgb4: convert flower table to use rhashtableKumar Sanghvi2017-11-011-1/+3
* cxgb4: add support to delete hash filterKumar Sanghvi2017-11-011-0/+4
* cxgb4: add support to create hash filtersKumar Sanghvi2017-11-011-0/+4
* cxgb4: initialize hash-filter configurationKumar Sanghvi2017-11-011-4/+10
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-3/+0
* cxgb4: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-6/+39
* cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite supportKumar Sanghvi2017-10-201-0/+10
* cxgb4: introduce SMT ops to prepare for SMAC rewrite supportKumar Sanghvi2017-10-201-0/+12
* cxgb4: update API for TP indirect register accessRahul Lakkireddy2017-10-141-2/+2
* cxgb4: implement ethtool dump data operationsRahul Lakkireddy2017-10-141-0/+3
* cxgb4: Update comment for min_mtuArjun Vynipadath2017-10-031-1/+1
* cxgb4: do DCB state reset in couple of placesGanesh Goudar2017-09-251-2/+8
* cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi2017-09-221-0/+1
* cxgb4: add basic tc flower offload supportKumar Sanghvi2017-09-221-0/+2
* cxgb4: add tc flower offload skeletonKumar Sanghvi2017-09-221-0/+22
* cxgb4: avoid stall while shutting down the adapterGanesh Goudar2017-09-211-0/+4
* cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-201-48/+40
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-6/+17
|\
| * net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-141-6/+17
* | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-2/+2
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-9/+5