summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar2018-08-241-1/+1
* cxgb4: Fix queue free path of ULD driversArjun Vynipadath2018-05-301-0/+1
* cxgb4: Setup FW queues before registering netdevArjun Vynipadath2018-05-301-3/+8
* cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-05-301-1/+0
* PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2018-02-281-10/+0
* cxgb4: update latest firmware version supportedGanesh Goudar2017-11-041-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
* cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
* cxgb4: fix memory leakGanesh Goudar2017-09-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+3
|\
| * cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio2017-08-281-3/+3
* | cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-205-225/+759
* | 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-153-8/+21
|\|
| * net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-143-8/+21
* | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* | cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2017-08-082-0/+71
* | 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-073-17/+10
* | cxgb4: push cls_u32 setup_tc processing into a separate functionJiri Pirko2017-08-071-16/+26
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* | cxgb4: ethtool forward error correction management supportCasey Leedom2017-07-291-0/+100
* | cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom2017-07-291-35/+117
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-1/+4
|\|
| * cxgb4: ptp_clock_register() returns error pointersGanesh Goudar2017-07-141-1/+2
| * cxgb4: add new T5 pci device id'sGanesh Goudar2017-07-131-0/+2
* | cxgb4: display serial config and vpd versionsGanesh Goudar2017-07-204-58/+188
* | cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath2017-07-191-37/+14
|/
* cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli2017-07-112-22/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0516-90/+1404
|\
| * cxgb4: Support for get_ts_info ethtool methodAtul Gupta2017-07-051-1/+18
| * cxgb4: Add PTP Hardware Clock (PHC) supportAtul Gupta2017-07-052-0/+287
| * cxgb4: time stamping interface for PTPAtul Gupta2017-07-059-13/+595
| * cxgb4: Use Firmware params to get buffer-group mapArjun Vynipadath2017-06-233-18/+101
| * cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath2017-06-233-18/+80
| * net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-2/+1
| * cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju2017-06-191-4/+6
| * cxgb4: add new T6 pci device id'sGanesh Goudar2017-06-191-0/+3
| * cxgb4: fix a NULL dereferenceGanesh Goudar2017-06-191-1/+4
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-163-7/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
| |\
| * | cxgb4: handle serial flash interruptGanesh Goudar2017-06-131-1/+1
| * | cxgb4: fix memory leak in init_one()Ganesh Goudar2017-06-091-1/+5
| * | cxgb4: handle interrupt raised when FW crashesRahul Lakkireddy2017-06-093-1/+26
| * | cxgb4: fix to bring link down after adapter crashRahul Lakkireddy2017-06-081-4/+3
| * | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+5
| * | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-073-20/+54
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-063-13/+27
| |\ \