Displaying 1 result from an estimated 1 matches for "skb_shinfo_init".
2012 May 03
0
[PATCH v5 0/9] skb paged fragment destructors
...single patch (which is far more coherent than the
piecemeal approach used previously)
* I crushed "net: only allow paged fragments with the same
destructor to be coalesced." into the baseline patch (Ben
Hutchings)
* Added and used skb_shinfo_init to centralise several copies of
that code.
* Reduced CC list on "net: add paged frag destructor support to
kernel_sendpage", it was rather long and seemed a bit overly
spammy on the non-netdev recipients.
Changes since time before:
* Added skb_orphan_...