Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: net: Change sk_getsockopt() to take the sockptr_t argument | Martin KaFai Lau | 2022-09-02 | 1 | -0/+5 |
* | tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3 | Jakub Kicinski | 2022-07-06 | 1 | -0/+8 |
* | net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces" | Christoph Hellwig | 2020-08-10 | 1 | -24/+2 |
* | net: improve the user pointer check in init_user_sockptr | Christoph Hellwig | 2020-07-28 | 1 | -12/+6 |
* | net: remove sockptr_advance | Christoph Hellwig | 2020-07-28 | 1 | -14/+13 |
* | net: make sockptr_is_null strict aliasing safe | Christoph Hellwig | 2020-07-28 | 1 | -1/+3 |
* | net: optimize the sockptr_t for unified kernel/user address spaces | Christoph Hellwig | 2020-07-24 | 1 | -2/+30 |
* | net: add a new sockptr_t type | Christoph Hellwig | 2020-07-24 | 1 | -0/+104 |