]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit19c3401a917b98dac47bca5d657cab01674b2fe4
tree4cd854ef485d39233520e1787f684f6867964b3a
parent8a6a1f17640198f7daa5cfcce9a74e3674ce3b00
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