summaryrefslogtreecommitdiffstats
path: root/include/net/sock_reuseport.h
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-10-251-0/+2
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-6/+5
* tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima2021-06-151-0/+3
* tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-151-0/+1
* tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima2021-06-151-2/+3
* net: sock_reuseport: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-211-2/+0
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-1/+19
* bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-2/+1
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-2/+4
* net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-0/+6
* tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek2016-01-191-1/+1
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-1/+9
* soreuseport: define reuseport groupsCraig Gallek2016-01-041-0/+20