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