aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)Author
2024-01-09net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-11-20chtls: fix tp->rcv_tstamp initializationEric Dumazet
2023-11-08net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet
2022-11-09cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao
2022-11-09net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
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-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja
2022-08-12net: cxgb3: Fix comment typoJason Wang
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
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-06-23cxgb4/cxgb4vf: Fix typo in commentsJiang Jian
2022-06-22cxgb4vf: remove unexpected word "the"Jiang Jian
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULEThomas Gleixner
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-06net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-03-07net: cxgb3: Fix an error code when probing the driverZheyu Ma
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-25net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-01-11libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault
2022-01-09cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-09cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-09cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-02chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2021-12-14iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook
2021-11-30net: cxgb: fix a typo in kernel docJean Sacren
2021-11-30net: cxgb3: fix typos in kernel docJean Sacren
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski