summaryrefslogtreecommitdiff
path: root/net/core/sock_reuseport.c
AgeCommit message (Expand)Author
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-04-03soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: define reuseport groupsCraig Gallek