aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock_reuseport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau1-10/+26
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-5/+15
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+8
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau1-1/+26
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau1-0/+1
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet1-15/+20
2017-11-30net/reuseport: drop legacy codePaolo Abeni1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-22soreuseport: fix initialization raceCraig Gallek1-3/+9
2017-04-03soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan1-2/+2
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet1-1/+0
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek1-1/+8
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-5/+83
2016-01-04soreuseport: define reuseport groupsCraig Gallek1-0/+173