aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2023-07-31net: flow_dissector: Use 64bits for used_keysGravatar Ratheesh Kannoth 1-9/+9
2023-07-28net/tls: Move TLS protocol elements to a separate headerGravatar Chuck Lever 1-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 3-17/+0
2023-06-15net: tls: make the offload check helper take skb not socketGravatar Jakub Kicinski 4-8/+3
2023-06-08chelsio/chtls: Use splice_eof() to flushGravatar David Howells 3-0/+11
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESGravatar David Howells 1-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESGravatar David Howells 1-1/+11
2023-05-13net: introduce and use skb_frag_fill_page_desc()Gravatar Yunsheng Lin 1-3/+2
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-11/+0
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemGravatar Duoming Zhou 1-1/+1
2023-03-24net: cxgb4vf: Remove redundant pci_clear_masterGravatar Cai Huoqing 1-2/+0
2023-03-20net: cxgb3: remove unused fl_to_qset functionGravatar Tom Rix 1-5/+0
2023-03-08cxgb4: Drop redundant pci_enable_pcie_error_reporting()Gravatar Bjorn Helgaas 1-4/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversGravatar Daniel Lezcano 1-1/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-21/+23
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hGravatar Vladimir Oltean 1-1/+1
2023-01-26cxgb4: fill IPsec state validation failure reasonGravatar Leon Romanovsky 2-16/+15
2023-01-26xfrm: extend add state callback to set failure reasonGravatar Leon Romanovsky 2-4/+7
2023-01-06thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 2-34/+7
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-19/+24
2022-12-05xfrm: allow state packet offload modeGravatar Leon Romanovsky 1-0/+4
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Gravatar Anirudh Venkataramanan 1-14/+12
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-11-11ptp: convert remaining drivers to adjfine interfaceGravatar Jacob Keller 1-5/+8
2022-11-09cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Gravatar Zhengchao Shao 1-1/+1
2022-11-09net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Gravatar Zhengchao Shao 1-0/+1
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-2/+2
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+19
2022-09-28net: drop the weight argument from netif_napi_addGravatar Jakub Kicinski 4-5/+4
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathGravatar Rafael Mendonca 1-9/+19
2022-09-20tcp: Access &tcp_hashinfo via net.Gravatar Kuniyuki Iwashima 1-3/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 6-11/+11
2022-08-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizeGravatar Potnuri Bharat Teja 1-1/+1
2022-08-12net: cxgb3: Fix comment typoGravatar Jason Wang 1-1/+1
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+7
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevGravatar Maxim Mikityanskiy 1-1/+7
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 14-143/+14
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+3
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Gravatar Kuniyuki Iwashima 1-3/+3
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-05cxgb4: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 3-24/+17
2022-07-02net: add skb_[inner_]tcp_all_headers helpersGravatar Eric Dumazet 2-4/+4
2022-07-01cxgb4: Fix typo in stringGravatar Li kunyu 1-1/+1
2022-06-23cxgb4/cxgb4vf: Fix typo in commentsGravatar Jiang Jian 1-1/+1