commit | 4ce0017a373afaaa9ef17614d8fa4f6fde261d18 | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Mon Jul 02 16:13:40 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 04 14:06:19 2018 +0900 |
tree | a5d8c2c03598cafdf3afb2aa997d7e177511bfc1 | |
parent | 7da517a3bc529dc5399e742688b32cafa2ca5ca0 [diff] |
net: core: another layer of lists, around PF_MEMALLOC skb handling First example of a layer splitting the list (rather than merely taking individual packets off it). Involves new list.h function, list_cut_before(), like list_cut_position() but cuts on the other side of the given entry. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>