summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-05cxgb4: Use the bitmap API to allocate bitmapsChristophe JAILLET1-16/+11
2022-01-09cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET1-12/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy1-4/+3
2021-08-24cxgb4: improve printing NIC informationHeiner Kallweit1-2/+1
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain1-8/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy1-2/+0
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy1-2/+2
2021-06-01cxgb4: Fix -Wunused-const-variable warningYueHaibing1-1/+1
2021-05-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal1-1/+1
2021-02-08cxgb4: remove unused vpd_cap_addrHeiner Kallweit1-2/+0
2021-01-21cxgb4: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari1-0/+1
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-21/+21
2020-09-09cxgb4/ch_ipsec: Registering xfrmdev_ops with cxgb4Ayush Sawal1-21/+163
2020-07-14cxgb4: convert to new udp_tunnel_nic infraJakub Kicinski1-77/+31
2020-06-30cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy1-11/+96
2020-06-30cxgb4: add support for mirror RxqsRahul Lakkireddy1-20/+215
2020-06-30cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy1-4/+99
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2020-06-23cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy1-2/+3
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy1-1/+2
2020-06-23cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy1-1/+1
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni1-1/+1
2020-06-19cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni1-16/+22
2020-06-01cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari1-1/+84
2020-05-22cxgb4: add adapter hotplug support for ULDsPotnuri Bharat Teja1-5/+3
2020-05-15cxgb4: add EOTID tracking and software context dumpRahul Lakkireddy1-0/+1
2020-05-15cxgb4: tune burst buffer size for TC-MQPRIO offloadRahul Lakkireddy1-1/+1
2020-04-01cxgb4: free MQPRIO resources in shutdown pathRahul Lakkireddy1-0/+4
2020-04-01cxgb4: fix MPS index overwrite when setting MAC addressHerat Ramani1-1/+0
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+27
2020-03-03cxgb4: fix checks for max queues to allocateVishal Kulkarni1-22/+27
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky1-10/+0
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+11
2020-01-19cxgb4: fix Tx multi channel port rate limitRahul Lakkireddy1-3/+11
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-5/+8
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain1-13/+40
2019-11-22cxgb4: add UDP segmentation offload supportRahul Lakkireddy1-2/+9
2019-11-20cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy1-4/+11
2019-11-20cxgb4: add TC-MATCHALL classifier egress offloadRahul Lakkireddy1-8/+76
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy1-13/+59