summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)Author
2023-10-04cxgb4: Annotate struct clip_tbl with __counted_byKees Cook
2023-10-04chelsio/l2t: Annotate struct l2t_data with __counted_byKees Cook
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou
2023-03-08cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean
2023-01-26cxgb4: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2023-01-06thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() functionDaniel Lezcano
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja
2022-07-05cxgb4: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-07-01cxgb4: Fix typo in stringLi kunyu
2022-05-06net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-01-09cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-14iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook
2021-11-24cxgb4: allow reading unrecognized port module eepromRahul Lakkireddy
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-19cxgb4: Use struct_group() for memcpy() regionKees Cook
2021-11-11cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-31cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy
2021-08-25cxgb4: Properly revert VPD changesNathan Chancellor
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-24cxgb4: improve printing NIC informationHeiner Kallweit
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-23Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"David S. Miller
2021-08-23Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""David S. Miller
2021-08-23Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller
2021-08-22cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit