commit | 88f5672e4c78ffa90e3369af0823ec245a73f6a9 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Dec 21 14:10:03 2018 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Feb 01 14:34:38 2019 +0200 |
tree | 8dd14ab9af6fbf995da6b7023eee6ee6048a7453 | |
parent | df8fa6400ddeb7a69ad8969b0dab7a1151317502 [diff] |
net/ipv6: Switch MLD join, leave and report to new net_pkt API Most of the code had to be reworked due to the new API: it's more logical to do everything sequentially (first headers, then MLD part) than the contrary with inserting headers at the end. Using get_data/set_data as well it makes the code clearer. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>