Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-07-08 | bpf: sockmap, consume_skb in close path | John Fastabend | 1 | -1/+4 |
2018-07-08 | bpf: sockhash, disallow bpf_tcp_close and update in parallel | John Fastabend | 2 | -1/+18 |
2018-07-08 | bpf: fix sk_skb programs without skb->dev assigned | John Fastabend | 1 | -1/+2 |
2018-07-08 | bpf: sockmap, hash table is RCU so readers do not need locks | John Fastabend | 1 | -2/+0 |
2018-07-08 | bpf: sockmap, error path can not release psock in multi-map case | John Fastabend | 1 | -11/+6 |