- c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 7 months ago
- c55dcdd net/tls: Fix use-after-free after the TLS device goes down and up by Maxim Mikityanskiy · 3 years, 7 months ago
- 05fc8b6 net/tls: Replace TLS_RX_SYNC_RUNNING with RCU by Maxim Mikityanskiy · 3 years, 7 months ago
- 3afef8c net/tls: Remove redundant initialization of record by Jiapeng Chong · 3 years, 8 months ago
- 72a0f6d net/tls: Fix a typo in tls_device.c by Wang Hai · 3 years, 9 months ago
- 4e5a733 net/tls: Except bond interface from some TLS checks by Tariq Toukan · 4 years ago
- 153cbd1 net/tls: Device offload to use lowest netdevice in chain by Tariq Toukan · 4 years ago
- d31c080 net/tls: make sure tls offload sets salt_size by Rohit Maheshwari · 4 years, 1 month ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 6942a28 net/tls: make inline helpers protocol-aware by Vadim Fedorenko · 4 years, 1 month ago
- 025cc2f net/tls: Protect from calling tls_dev_del for TLS RX twice by Maxim Mikityanskiy · 4 years, 1 month ago
- 138559b net/tls: Fix wrong record sn in async mode of device resync by Tariq Toukan · 4 years, 1 month ago
- ea1dd3e net/tls: sendfile fails with ktls offload by Rohit Maheshwari · 4 years, 3 months ago
- b06c19d net/tls: Fix kmap usage by Ira Weiny · 4 years, 5 months ago
- ed9b764 net/tls: Add asynchronous resync by Boris Pismenny · 4 years, 7 months ago
- acb5a07 Revert "net/tls: Add force_resync for driver resync" by Boris Pismenny · 4 years, 7 months ago
- b3ae245 net/tls: Add force_resync for driver resync by Tariq Toukan · 4 years, 7 months ago
- d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
- 06f5201c net/tls: Fix to avoid gettig invalid tls record by Rohit Maheshwari · 4 years, 10 months ago
- 8d5a49e net/tls: add helper for testing if socket is RX offloaded by Jakub Kicinski · 5 years ago
- 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
- 02b1fa0 net/tls: don't pay attention to sk_write_pending when pushing partial records by Jakub Kicinski · 5 years ago
- 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
- 34ef1ed net/tls: make allocation failure unlikely by Jakub Kicinski · 5 years ago
- 93277b2 net/tls: mark sk->err being set as unlikely by Jakub Kicinski · 5 years ago
- a4d26fd net/tls: add TlsDeviceRxResync statistic by Jakub Kicinski · 5 years ago
- 9ec1c6a net/tls: add device decrypted trace point by Jakub Kicinski · 5 years ago
- 8538d29 net/tls: add tracing for device/offload events by Jakub Kicinski · 5 years ago
- e681cc6 net/tls: align non temporal copy to cache lines by Jakub Kicinski · 5 years ago
- e7b159a net/tls: remove the record tail optimization by Jakub Kicinski · 5 years ago
- d4774ac net/tls: use RCU for the adder to the offload record list by Jakub Kicinski · 5 years ago
- 7ccd451 net/tls: unref frags in order by Jakub Kicinski · 5 years ago
- 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
- 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
- 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
- 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
- 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
- b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
- d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
- ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 5 years ago
- b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 5 years ago
- af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
- acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
- 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 6 years ago
- 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
- eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
- f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
- fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
- 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
- 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
- 9cd8198 net/tls: use version from prot by Jakub Kicinski · 6 years ago
- 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 6 years ago
- aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 6 years ago
- e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
- 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
- c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 6 years ago
- 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 6 years ago
- 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 6 years ago
- 88c80be net/tls: remove set but not used variables by Jakub Kicinski · 6 years ago
- 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
- 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
- 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
- 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
- e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
- 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
- 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
- 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
- 5a03bc7 net/tls: fix the IV leaks by Jakub Kicinski · 6 years ago
- 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
- 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
- 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
- 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
- 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
- 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
- 969d509 net/tls: Use kmemdup to simplify the code by zhong jiang · 6 years ago
- eecd685 tls: Fix copy-paste error in tls_device_reencrypt by Gustavo A. R. Silva · 6 years ago
- 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 6 years ago
- d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 6 years ago
- 895262d tls: Fix tls_device initialization by Boris Pismenny · 7 years ago
- e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago