]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv4: place control buffer handling away from fragmentation iterators
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 29 May 2019 11:25:35 +0000 (13:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 21:18:18 +0000 (14:18 -0700)
commit0e1d1447321dcbf93bd9ab081566fb20660b8962
tree4cd854ef485d39233520e1787f684f6867964b3a
parent4a4cb47ba6af926babf9468e47408832df295841
net: ipv4: place control buffer handling away from fragmentation iterators

Deal with the IPCB() area away from the iterators.

The bridge codebase has its own control buffer layout, move specific
IP control buffer handling into the IPv4 codepath.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c