summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/inline_crypto
AgeCommit message (Expand)Author
2025-11-25chtls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-28net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...Pavel Zhigulin
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-08-19chtls: Convert to skb_dst_resetStanislav Fomichev
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-14net: cxgb4: generate software timestamp just before the doorbellJason Xing
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter
2024-10-09Fix misspelling of "accept*" in netAlexander Zubkov
2024-10-08chelsio/chtls: Remove unused chtls_set_tcb_tflagDr. David Alan Gilbert
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry
2024-04-11net: move skb ref helpers to new headerMina Almasry
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca
2023-09-15chelsio: Do not include crypto/algapi.hHerbert Xu
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-08chelsio/chtls: Use splice_eof() to flushDavid Howells
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells
2023-01-26cxgb4: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
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-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
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-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima