netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] netlink: align attributes when needed (patchset #2)
@ 2016-04-25  8:25 Nicolas Dichtel
  2016-04-25  8:25 ` [PATCH net-next 1/9] rtnl: use nla_put_u64_64bit() Nicolas Dichtel
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Nicolas Dichtel @ 2016-04-25  8:25 UTC (permalink / raw)
  To: netdev
  Cc: davem, jhs, stephen, pshelar, aar, linux-wpan, wensong, horms, ja,
	pablo, kaber, kadlec, lvs-devel, netfilter-devel, johannes,
	linux-wireless


This is the continuation (series #2) of the work done to align netlink
attributes when these attributes contain some 64-bit fields.

In patch #3, I didn't modify the function ila_encap_nlsize(). I was waiting
feedback for this patch: http://patchwork.ozlabs.org/patch/613766/
If it's approved, there will be an update to switch nla_total_size() to
nla_total_size_64bit() after the merge of net in net-next.

 include/linux/nl802154.h         |  2 +
 include/uapi/linux/if_link.h     |  3 ++
 include/uapi/linux/ila.h         |  1 +
 include/uapi/linux/ip_vs.h       |  1 +
 include/uapi/linux/l2tp.h        |  1 +
 include/uapi/linux/nl80211.h     |  4 ++
 include/uapi/linux/openvswitch.h |  1 +
 include/uapi/linux/pkt_sched.h   |  3 ++
 net/bridge/br_netlink.c          | 62 +++++++++++++++------------
 net/core/rtnetlink.c             | 36 ++++++++--------
 net/ieee802154/nl-mac.c          | 17 +++++---
 net/ieee802154/nl802154.c        |  3 +-
 net/ipv6/ila/ila_lwt.c           |  3 +-
 net/ipv6/ila/ila_xlat.c          | 15 ++++---
 net/l2tp/l2tp_netlink.c          | 80 +++++++++++++++++++++--------------
 net/netfilter/ipvs/ip_vs_ctl.c   | 36 ++++++++++------
 net/openvswitch/datapath.c       |  3 +-
 net/sched/sch_htb.c              |  6 ++-
 net/sched/sch_netem.c            |  3 +-
 net/sched/sch_tbf.c              |  6 ++-
 net/wireless/nl80211.c           | 91 ++++++++++++++++++++++++----------------
 21 files changed, 233 insertions(+), 144 deletions(-)

Comments are welcomed,
Regards,
Nicolas

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-04-26  7:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  8:25 [PATCH net-next 0/9] netlink: align attributes when needed (patchset #2) Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 1/9] rtnl: use nla_put_u64_64bit() Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 2/9] sched: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 3/9] ipv6: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 4/9] ovs: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 5/9] bridge: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 6/9] l2tp: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 7/9] ieee802154: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 8/9] netfilter/ipvs: " Nicolas Dichtel
2016-04-25  8:25 ` [PATCH net-next 9/9] wireless: " Nicolas Dichtel
2016-04-26  7:39   ` Johannes Berg
2016-04-26  7:51     ` Nicolas Dichtel
2016-04-25 19:09 ` [PATCH net-next 0/9] netlink: align attributes when needed (patchset #2) David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).