summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-301-1/+1
* 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-5/+5
|\
| * net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook2022-05-061-5/+5
* | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-13/+11
|/
* net: cxgb3: Fix an error code when probing the driverZheyu Ma2022-03-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-0/+2
|\
| * net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai2022-02-251-0/+2
* | flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-10/+49
|/
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-1/+2
|\
| * libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault2022-01-111-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-131-1/+1
|\ \ | |/ |/|
| * iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook2021-12-141-1/+1
* | cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-15/+5
* | cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-12/+5
* | cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-6/+5
* | chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-15/+4
* | net: cxgb: fix a typo in kernel docJean Sacren2021-11-301-1/+1
* | net: cxgb3: fix typos in kernel docJean Sacren2021-11-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+1
|\|
| * net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()Zheyu Ma2021-11-231-0/+1
* | cxgb4: allow reading unrecognized port module eepromRahul Lakkireddy2021-11-241-1/+10
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-224-8/+24
* | cxgb4: Use struct_group() for memcpy() regionKees Cook2021-11-193-12/+13