summaryrefslogtreecommitdiffstats
path: root/net/core/sock_reuseport.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+24
* net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche2019-03-271-0/+2
* sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-121-0/+1
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-10/+26
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-5/+15
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
* net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
* tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
* soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet2018-02-031-15/+20
* net/reuseport: drop legacy codePaolo Abeni2017-11-301-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* soreuseport: fix initialization raceCraig Gallek2017-10-221-3/+9
* soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan2017-04-041-2/+2
* soreuseport: do not export reuseport_add_sock()Eric Dumazet2016-10-181-1/+0Star
* soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek2016-01-191-1/+8
* soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek2016-01-061-1/+1
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-5/+83
* soreuseport: define reuseport groupsCraig Gallek2016-01-051-0/+173