Searched hist:"61 bd3857ff2c7daf756d49b41e6277bbdaa8f789" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dev.c | diff 4a26e453d99a06e3f1548569d7d405ce38878b78 Sat Feb 14 07:26:34 CST 2015 Masanari Iida <standby24x7@gmail.com> net/core: Fix warning while make xmldocs caused by dev.c
This patch fix following warning wile make xmldocs.
Warning(.//net/core/dev.c:5345): No description found for parameter 'bonding_info' Warning(.//net/core/dev.c:5345): Excess function parameter 'netdev_bonding_info' description in 'netdev_bonding_info_change'
This warning starts to appear after following patch was added into Linus's tree during merger period.
commit 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 net/core: Add event for a change in slave state
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 Tue Feb 03 08:48:29 CST 2015 Moni Shoua <monis@mellanox.com> net/core: Add event for a change in slave state
Add event which provides an indication on a change in the state of a bonding slave. The event handler should cast the pointer to the appropriate type (struct netdev_bonding_info) in order to get the full info about the slave.
Signed-off-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | rtnetlink.c | diff 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 Tue Feb 03 08:48:29 CST 2015 Moni Shoua <monis@mellanox.com> net/core: Add event for a change in slave state
Add event which provides an indication on a change in the state of a bonding slave. The event handler should cast the pointer to the appropriate type (struct netdev_bonding_info) in order to get the full info about the slave.
Signed-off-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 Tue Feb 03 08:48:29 CST 2015 Moni Shoua <monis@mellanox.com> net/core: Add event for a change in slave state
Add event which provides an indication on a change in the state of a bonding slave. The event handler should cast the pointer to the appropriate type (struct netdev_bonding_info) in order to get the full info about the slave.
Signed-off-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|