]> git.karo-electronics.de Git - linux-beck.git/commit
Merge branch 'bonding-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:42:02 +0000 (16:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:42:02 +0000 (16:42 -0400)
commitb620cb3e829f257f96845bd60813a94f598d6dec
treeea3955db51ca63b5f7117535aaee782cbb64382b
parent5a6b99170c7042702112c64bec46bcca9fbcc6d7
parent4873ac3c8ed3b0285f18b81e501249c26284c2ca
Merge branch 'bonding-next'

Ding Tianhong says:

====================
bonding: support QinQ for bond arp interval

v1->v2: remvoe the comment "TODO: QinQ?".
convert pr_xxx() to pr_xxx_ratelimited() for arp interval.

v2->v3: remove the unnecessary log for arp interval and add net ratelimit to
avoid spam log.

v3->v4: Add ratelimit for debugging is not a good idea, it will miss some message
if the user turns the debugging on, so don't add ratelimited on debugging.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>