summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2024-05-17cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior1-3/+3
2023-11-20chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-7/+29
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+9
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-9/+9
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells3-17/+0
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski4-8/+3
2023-06-09chelsio/chtls: Use splice_eof() to flushDavid Howells3-0/+11
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells1-1/+11
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+2
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-11/+0
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou1-1/+1
2023-03-24net: cxgb4vf: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-03-21net: cxgb3: remove unused fl_to_qset functionTom Rix1-5/+0
2023-03-09cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-21/+23
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-1/+1
2023-01-27cxgb4: fill IPsec state validation failure reasonLeon Romanovsky2-16/+15
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky2-4/+7
2023-01-06thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() functionDaniel Lezcano2-34/+7
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-19/+24
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-0/+4
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan1-14/+12
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-5/+8
2022-11-10cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao1-1/+1
2022-11-10net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao1-0/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+19
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-5/+4
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca1-9/+19
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-3/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang6-11/+11
2022-08-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja1-1/+1
2022-08-12net: cxgb3: Fix comment typoJason Wang1-1/+1
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+7
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+7
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-143/+14