The annotated tag, batadv-next-for-davem-20161108 has been updated
to 993cf46d7e4e6559be44d7e97f34f10a2593f3de (tag)
from fc6d8bb3039bcf19e0472eacdf2143711a6516df (which is now obsolete)
tagging 33581cefe4d182d99e9f8a66156507b06e7c9265 (commit)
replaces v4.8
tagged by Simon Wunderlich
on Tue Nov 8 17:39:34 2016 +0100
- Shortlog ------------------------------------------------------------
This feature and cleanup patchset includes the following changes:
- netlink and code cleanups by Sven Eckelmann (3 patches)
- Cleanup and minor fixes by Linus Luessing (3 patches)
- Speed up multicast update intervals, by Linus Luessing
- Avoid (re)broadcast in meshes for some easy cases,
by Linus Luessing
- Clean up tx return state handling, by Sven Eckelmann (6 patches)
- Fix some special mac address handling cases, by Sven Eckelmann
(3 patches)
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdBQJYIf/PFhxzd0BzaW1vbnd1bmRlcmxpY2guZGUACgkQoSvjmEKS
nqHEQRAAgRUuv9K7JPDNCnAEU8E/HgnatnsohlNlZ3ltpfOdVu07pmQmCwmJq99I
/Gei+2yF2AXGUNUuVglKcaslzudMkaiZIgAQ8QwpwFoYFWOUP93O2eeNk9ELjlNI
eHUpYt0Iw1wkn7HVBkzcq57ROMHbuj/DnLRgwEu0kDHOWrGJWxFvABtEA+R1/mBa
BsZ61J211YR1NHGyUUDUI8ZvBUIiN5qYhkLE+ZAkTR/y30kFeN2nFe9emCS7jDjo
v1wU3nSfYV+7riQTCPvSZTUDY/5Y3V8Y/CZ72kQdf5gurAv5MIX1YzQxW2+S7byI
nMYf4vCRhL8SZcDmcQh4Xo8fRuAuuLBU7KZzFUvXW9AtmYQbONdW+0rQ2knpCfmq
g1AVzvVkZfcFE7HFKMhC4DG1cv6TlUGuXZ3DJuHpkcN6Ed7h+IqFWU8d1yDLKWUd
DJF0dczbGfMFCEZV12hh0Briv+rXe4eKN0ik0ham0XLbcgWiZ68EtZ8Ulp0X991O
nEXkGuyWtjaEuo1/UjvgI3rEZljr1kIThf962sQC45WB5gwtUsXtI5NlKRz20zFu
2fJEO2H4FcOp7IftMBF0qwaWaYt0UQ8T7UYrRqBswyhbuYTXFF1VPhncnRXp/8jZ
M/ri2/3VmWiOv2B4Acj5VETY5PRgt2CyUPwdu9V0luFwI51RaxM=
=oC0V
-----END PGP SIGNATURE-----
Andrew Lunn (5):
batman-adv: Handle parent interfaces in a different netns
batman-adv: Suppress debugfs entries for netns's
batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementations
batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlink
batman-adv: Indicate netlink socket can be used with netns.
Antonio Quartulli (5):
batman-adv: make the GW selection class algorithm specific
batman-adv: make GW election code protocol specific
batman-adv: B.A.T.M.A.N. V - implement GW selection logic
batman-adv: disable sysfs knobs when GW-mode is not implemented
batman-adv: remove unsed argument from batadv_dbg_arp() function
David S. Miller (2):
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-merge
Jarod Wilson (1):
net: use core MTU range checking in misc drivers
Johannes Berg (3):
genetlink: no longer support using static family IDs
genetlink: statically initialize families
genetlink: mark families as __ro_after_init
Linus Lüssing (10):
batman-adv: Remove unused primary_if and bat_priv variables
batman-adv: Introduce forward packet creation helper
batman-adv: Use bitwise instead of arithmetic operator for flags
batman-adv: fix batadv_forw_packet kerneldoc for list attribute
batman-adv: Allow selecting BATMAN V if CFG80211 is not built
batman-adv: Add wrapper for ARP reply creation
batman-adv: Remove unnecessary lockdep in batadv_mcast_mla_list_free
batman-adv: Remove unused skb_reset_mac_header()
batman-adv: Use own timer for multicast TT and TVLV updates
batman-adv: Simple (re)broadcast avoidance
Markus Elfring (1):
batman-adv: Less function calls in batadv_is_ap_isolated() after error detection
Markus Pargmann (1):
batman-adv: iv_ogm, Reduce code duplication
Masahiro Yamada (1):
treewide: remove redundant #include <linux/kconfig.h>
Matthias Schiffer (6):
batman-adv: netlink: add routing_algo query
batman-adv: netlink: hardif query
batman-adv: netlink: add translation table query
batman-adv: netlink: add originator and neighbor table queries
batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementations
Simon Wunderlich (3):
batman-adv: Start new development cycle
batman-adv: add backbone table netlink support
batman-adv: Start new development cycle
Sven Eckelmann (53):
batman-adv: Document optional batadv_algo_ops
batman-adv: Define module rtnl link name
batman-adv: Modify mesh_iface outside sysfs context
batman-adv: Revert "postpone sysfs removal when unregistering"
batman-adv: Avoid sysfs name collision for netns moves
batman-adv: use kmem_cache for translation table
batman-adv: Remove orig_node reference handling from send_skb_unicast
batman-adv: Fix consistency of update route messages
batman-adv: Provide TTVN in the mesh_info netlink msg
batman-adv: netlink: add gateway table queries
batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementations
batman-adv: Provide bla group in the mesh_info netlink msg
batman-adv: Place kref_get for orig_node_vlan near use
batman-adv: Place kref_get for orig_ifinfo near use
batman-adv: Place kref_get for tt_orig_list_entry near use
batman-adv: Place kref_get for neigh_ifinfo near use
batman-adv: Place kref_get for neigh_node near use
batman-adv: Place kref_get for orig_node near use
batman-adv: Place kref_get for tt_local_entry near use
batman-adv: Place kref_get for tt_common near use
batman-adv: Place kref_get for bla_claim near use
batman-adv: Place kref_get for bla_backbone_gw near use
batman-adv: Place kref_get for dat_entry near use
batman-adv: Place kref_get for gw_node near use
batman-adv: Place kref_get for hard_iface near use
batman-adv: Place kref_get for softif_vlan near use
batman-adv: Place kref_get for nc_node near use
batman-adv: Place kref_get for nc_path near use
batman-adv: Place kref_get for tvlv_container near use
batman-adv: Place kref_get for tvlv_handler near use
batman-adv: Keep batadv netdev when hardif disappears
batman-adv: Allow to disable debugfs support
batman-adv: Remove unused function batadv_hash_delete
batman-adv: Move batadv_sum_counter to soft-interface.c
batman-adv: Remove unused batadv_icmp_user_cmd_type
batman-adv: Remove needless init of variables on stack
batman-adv: Use proper name for fragments list head
batman-adv: Use proper name for gateway list head
batman-adv: Use octal permissions instead of macros
batman-adv: Avoid precedence issues in macros
batman-adv: Revert "use core MTU range checking in misc drivers"
batman-adv: Introduce missing headers for genetlink restructure
batman-adv: Mark batadv_netlink_ops as const
batman-adv: Close two alignment holes in batadv_hard_iface
batman-adv: use consume_skb for non-dropped packets
batman-adv: Count all non-success TX packets as dropped
batman-adv: Consume skb in batadv_frag_send_packet
batman-adv: Consume skb in batadv_send_skb_to_orig
batman-adv: Consume skb in receive handlers
batman-adv: Remove dev_queue_xmit return code exception
batman-adv: Disallow mcast src address for data frames
batman-adv: Disallow zero and mcast src address for mgmt frames
batman-adv: Reject unicast packet with zero/mcast dst address
kbuild test robot (1):
batman-adv: fix boolreturn.cocci warnings
stephen hemminger (1):
batman: make netlink attributes const
-----------------------------------------------------------------------
--
linux integration
The annotated tag, batadv-next-for-davem-20161108 has been created
at fc6d8bb3039bcf19e0472eacdf2143711a6516df (tag)
tagging b94b9eaadd586361b8cba9c30eb18cb1344ff02a (commit)
replaces v4.8
tagged by Simon Wunderlich
on Tue Nov 8 17:36:44 2016 +0100
- Shortlog ------------------------------------------------------------
This feature and cleanup patchset includes the following changes:
- netlink and code cleanups by Sven Eckelmann (3 patches)
- Cleanup and minor fixes by Linus Luessing (3 patches)
- Speed up multicast update intervals, by Linus Luessing
- Avoid (re)broadcast in meshes for some easy cases,
by Linus Luessing
- Clean up tx return state handling, by Sven Eckelmann (6 patches)
- Fix some special mac address handling cases, by Sven Eckelmann
(3 patches)
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdBQJYIf8xFhxzd0BzaW1vbnd1bmRlcmxpY2guZGUACgkQoSvjmEKS
nqFuLw/+OYD3Xd2taY6MhrM5RLRMmfn6cIeqgBIION1MrX4swuc1SH+mpSSAwvdM
c6Xj9ReGdQDK7a2trig/J4+Buwf1U9lYxbqXHOuePQmAhy9Q+PHFw4O69TbdSl9Z
QKYdxL5hhafuT8RpXtSmpm1M6XzkjxlMsU7DhhByVco8UeaMY3g3oUMtmD2iao1C
bamxtsMFmDjwhqIjXARzcVVvNjbq5GaxDQEAtJVhsEshZNeWwfe6ull6ACB3kDwi
ma9EhL1nOX2EM6BtUVnKmEZ80K0tNoYnE//reWnGm0Xuuxhrrs8u7QfNjzCm9l93
/uN+Zn47rZrARLfSJ58+N7vmrWG4R2t5tj/AAeVymyszQzdwKyiM4v3by5fFehfa
xmzsA3egk7+ugJcjid8714ow3P7sx7LRnFppivbR6DwPZpwga6YvZO9tSZilMSlx
77p4piY/81JVLG8msDVm7J/v2eGlgZAHQXIeVwBoFDtDIJVObmA7qZ/bAFmfxyEK
8ZnN3ivR/GL+gjWOslZC4entfrj7F982365pZjuXTTNz1QUbQLLZeBVmI6BJ9cjk
6smgWMWaIzdW9NVFwxNsh5mSWq/QvsCBk0IMdRnb2YveLrBggDpuK9lIjTkoNA0W
2LRIIAs4eLs1ZcpQOktdnTeV9zFrySC2Gnepc4oVZrz/7Xw2hHI=
=QUZw
-----END PGP SIGNATURE-----
Andrew Lunn (5):
batman-adv: Handle parent interfaces in a different netns
batman-adv: Suppress debugfs entries for netns's
batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementations
batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlink
batman-adv: Indicate netlink socket can be used with netns.
Antonio Quartulli (5):
batman-adv: make the GW selection class algorithm specific
batman-adv: make GW election code protocol specific
batman-adv: B.A.T.M.A.N. V - implement GW selection logic
batman-adv: disable sysfs knobs when GW-mode is not implemented
batman-adv: remove unsed argument from batadv_dbg_arp() function
David S. Miller (2):
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-merge
Jarod Wilson (1):
net: use core MTU range checking in misc drivers
Johannes Berg (3):
genetlink: no longer support using static family IDs
genetlink: statically initialize families
genetlink: mark families as __ro_after_init
Linus Lüssing (10):
batman-adv: Remove unused primary_if and bat_priv variables
batman-adv: Introduce forward packet creation helper
batman-adv: Use bitwise instead of arithmetic operator for flags
batman-adv: fix batadv_forw_packet kerneldoc for list attribute
batman-adv: Allow selecting BATMAN V if CFG80211 is not built
batman-adv: Add wrapper for ARP reply creation
batman-adv: Remove unnecessary lockdep in batadv_mcast_mla_list_free
batman-adv: Remove unused skb_reset_mac_header()
batman-adv: Use own timer for multicast TT and TVLV updates
batman-adv: Simple (re)broadcast avoidance
Marek Lindner (3):
batman-adv: refactor wifi interface detection
batman-adv: additional checks for virtual interfaces on top of WiFi
batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interface
Markus Elfring (1):
batman-adv: Less function calls in batadv_is_ap_isolated() after error detection
Markus Pargmann (1):
batman-adv: iv_ogm, Reduce code duplication
Masahiro Yamada (1):
treewide: remove redundant #include <linux/kconfig.h>
Matthias Schiffer (6):
batman-adv: netlink: add routing_algo query
batman-adv: netlink: hardif query
batman-adv: netlink: add translation table query
batman-adv: netlink: add originator and neighbor table queries
batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementations
Simon Wunderlich (3):
batman-adv: Start new development cycle
batman-adv: add backbone table netlink support
batman-adv: Start new development cycle
Sven Eckelmann (57):
batman-adv: Document optional batadv_algo_ops
batman-adv: Define module rtnl link name
batman-adv: Modify mesh_iface outside sysfs context
batman-adv: Revert "postpone sysfs removal when unregistering"
batman-adv: Avoid sysfs name collision for netns moves
batman-adv: use kmem_cache for translation table
batman-adv: Remove orig_node reference handling from send_skb_unicast
batman-adv: Fix consistency of update route messages
batman-adv: Provide TTVN in the mesh_info netlink msg
batman-adv: netlink: add gateway table queries
batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementations
batman-adv: Provide bla group in the mesh_info netlink msg
batman-adv: Place kref_get for orig_node_vlan near use
batman-adv: Place kref_get for orig_ifinfo near use
batman-adv: Place kref_get for tt_orig_list_entry near use
batman-adv: Place kref_get for neigh_ifinfo near use
batman-adv: Place kref_get for neigh_node near use
batman-adv: Place kref_get for orig_node near use
batman-adv: Place kref_get for tt_local_entry near use
batman-adv: Place kref_get for tt_common near use
batman-adv: Place kref_get for bla_claim near use
batman-adv: Place kref_get for bla_backbone_gw near use
batman-adv: Place kref_get for dat_entry near use
batman-adv: Place kref_get for gw_node near use
batman-adv: Place kref_get for hard_iface near use
batman-adv: Place kref_get for softif_vlan near use
batman-adv: Place kref_get for nc_node near use
batman-adv: Place kref_get for nc_path near use
batman-adv: Place kref_get for tvlv_container near use
batman-adv: Place kref_get for tvlv_handler near use
batman-adv: Keep batadv netdev when hardif disappears
batman-adv: Allow to disable debugfs support
batman-adv: Remove unused function batadv_hash_delete
batman-adv: Move batadv_sum_counter to soft-interface.c
batman-adv: Remove unused batadv_icmp_user_cmd_type
batman-adv: Remove needless init of variables on stack
batman-adv: Use proper name for fragments list head
batman-adv: Use proper name for gateway list head
batman-adv: Use octal permissions instead of macros
batman-adv: Avoid precedence issues in macros
batman-adv: Revert "use core MTU range checking in misc drivers"
batman-adv: Introduce missing headers for genetlink restructure
batman-adv: Mark batadv_netlink_ops as const
batman-adv: Close two alignment holes in batadv_hard_iface
batman-adv: use consume_skb for non-dropped packets
batman-adv: Count all non-success TX packets as dropped
batman-adv: Consume skb in batadv_frag_send_packet
batman-adv: Consume skb in batadv_send_skb_to_orig
batman-adv: Consume skb in receive handlers
batman-adv: Remove dev_queue_xmit return code exception
batman-adv: Disallow mcast src address for data frames
batman-adv: Disallow zero and mcast src address for mgmt frames
batman-adv: Reject unicast packet with zero/mcast dst address
batman-adv: Return non-const ptr in batadv_getlink_net
batman-adv: Cache the type of wifi device for each hardif
batman-adv: Update wifi flags on upper link change
batman-adv: Add module alias for batadv netlink family
kbuild test robot (1):
batman-adv: fix boolreturn.cocci warnings
stephen hemminger (1):
batman: make netlink attributes const
-----------------------------------------------------------------------
--
linux integration
The annotated tag, v4.9-rc4 has been created
at f0b8a0182b2f3a7139d8d041e06bc11c1ba6e912 (tag)
tagging bc33b0ca11e3df467777a4fa7639ba488c9d4911 (commit)
replaces v4.9-rc3
tagged by Linus Torvalds
on Sat Nov 5 16:23:46 2016 -0700
- Shortlog ------------------------------------------------------------
Linux 4.9-rc4
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJYHmoCAAoJEHm+PkMAQRiG7RMIAI2i7Y5hpL5yCxK5AFaL4u/G
KxXfp1B1UanUTgjOmd7zGqtDYcFX9t7GTTUFixQ7/9Opr4PD9qbnatoDGSc3xjbT
msDgA1B78F1/Q3kHWfeGq32MihQ4mj5NwUCo+igUcUvvWG7mHgzErj/Nh5RoobQX
p/izdpTbrw3GX6xXB8olbG7XWHaVye/+TT3q6+gmgm8I/QEujcLeGoycE0zlhPN8
FG/JX76At/+ZM2Py7Oxo3k+oKL9CHrtOQYDp/wN0uslV5eYvvkZz0/M1HMOGZt+c
gZU5jzM17K7C4Nzo06WAuBU9wUBGc25m+cPicLlOmljnzfU+f50SKaDjZq3p7QI=
=2KUF
-----END PGP SIGNATURE-----
Linus Lüssing (1):
batman-adv: fix splat on disabling an interface
Sven Eckelmann (2):
batman-adv: Modify neigh_list only with rcu-list functions
batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL
-----------------------------------------------------------------------
--
linux integration