summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-243-17/+0
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-154-8/+3
* chelsio/chtls: Use splice_eof() to flushDavid Howells2023-06-083-0/+11
* chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-011-102/+7
* chelsio: Support MSG_SPLICE_PAGESDavid Howells2023-06-011-1/+11
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+2
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-263-11/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+1
| |\
| * | net: cxgb4vf: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
| * | net: cxgb3: remove unused fl_to_qset functionTom Rix2023-03-201-5/+0
| * | cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-4/+0
* | | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-1/+1
|\ \ \ | |_|/ |/| |
| * | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| |/
* / cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou2023-04-181-1/+1
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-213-21/+23
|\
| * net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-1/+1
| * cxgb4: fill IPsec state validation failure reasonLeon Romanovsky2023-01-262-16/+15
| * xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-262-4/+7
* | thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-062-34/+7
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-19/+24
|\
| * xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-0/+4
| * ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan2022-11-251-14/+12
| * ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao2022-11-091-1/+1
* net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao2022-11-091-0/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-9/+19
|\
| * cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca2022-09-261-9/+19
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-5/+4
* | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-3/+2
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-11/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-201-1/+1
|\
| * RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja2022-08-161-1/+1
* | net: cxgb3: Fix comment typoJason Wang2022-08-121-1/+1
|/
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-111-1/+7
|\
| * net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+7
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0414-143/+14
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULEThomas Gleixner2022-06-1014-143/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+3
|\ \
| * | tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\| |
| * | tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
| |/
* | cxgb4: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-053-24/+17
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-022-4/+4
* | cxgb4: Fix typo in stringLi kunyu2022-07-011-1/+1
* | cxgb4/cxgb4vf: Fix typo in commentsJiang Jian2022-06-231-1/+1
* | cxgb4vf: remove unexpected word "the"Jiang Jian2022-06-221-1/+1
|/