aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-08-01cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar1-4/+3
2018-07-27cxgb4: print ULD queue information managed by LLDRahul Lakkireddy1-19/+277
2018-07-25cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath1-0/+2
2018-07-24cxgb4: move Tx/Rx free pages collection to common codeRahul Lakkireddy3-9/+14
2018-07-24cxgb4: collect number of free PSTRUCT page pointersRahul Lakkireddy5-4/+25
2018-07-21libcxgb: replace vmalloc and memset with vzallocYueHaibing1-3/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-22/+15
2018-07-18net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-07-18cxgb4: display number of rx and tx pages freeGanesh Goudar2-7/+29
2018-07-16cxgb4: collect ASIC LA dumps from ULP TXSurendra Mobiya4-3/+48
2018-07-16cxgb4: do not return DUPLEX_UNKNOWN when link is downGanesh Goudar1-7/+4
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-2/+3
2018-07-11cxgb4: expose stats fetched from firmware via debugfsRahul Lakkireddy1-0/+164
2018-07-11cxgb4: remove stats fetched from firmwareRahul Lakkireddy1-133/+0
2018-07-11cxgb4: specify IQTYPE in fw_iq_cmdArjun Vynipadath2-1/+15
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-07-07cxgb4: assume flash part size to be 4MB, if it can't be determinedCasey Leedom1-22/+13
2018-07-05cxgb4: Fix the condition to check if the card is T5Ganesh Goudar1-1/+1
2018-07-05cxgb4: Add support to read actual provisioned resourcesCasey Leedom4-35/+206
2018-06-29cxgb4: Support ethtool private flagsArjun Vynipadath1-0/+42
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath3-4/+383
2018-06-28cxgb4: Add new T5 PCI device id 0x50aeGanesh Goudar1-0/+1
2018-06-28cxgb4: Add flag tc_flower_initializedCasey Leedom3-0/+12
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-06-24cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar1-1/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+7
2018-06-15net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia1-0/+7
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook3-4/+5
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+4
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-74/+1
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing3-10/+3
2018-05-31cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2-3/+12
2018-05-25cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-74/+1
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath6-6/+64
2018-05-25cxgb4: clean up init_oneGanesh Goudar2-21/+28
2018-05-25cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar3-18/+85
2018-05-24cxgb4: Check for kvzalloc allocation failureYueHaibing1-0/+4
2018-05-23cxgb4: do L1 config when module is insertedGanesh Goudar3-12/+65
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar3-7/+7
2018-05-23cxgb4: Add new T6 device idsGanesh Goudar1-0/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-77/+39
2018-05-21cxgb4: copy the length of cpl_tx_pkt_core to fw_wrGanesh Goudar1-15/+14
2018-05-18cxgb4: fix offset in collecting TX rate limit infoRahul Lakkireddy1-19/+9
2018-05-18cxgb4: collect SGE PF/VF queue mapRahul Lakkireddy3-2/+65