aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-05-16 16:34:43 -0400
committerDavid S. Miller <davem@davemloft.net>2014-05-16 16:34:43 -0400
commitbd508065749fcaa99f6eca927530d0d7e019224f (patch)
treec6ad54191e3ed0afc12f62cd5f546189058ec096 /tools/net
parentnet: unix: Align send data_len up to PAGE_SIZE (diff)
parentbonding: replace SLAVE_IS_OK() with bond_slave_can_tx() (diff)
downloadlinux-dev-bd508065749fcaa99f6eca927530d0d7e019224f.tar.xz
linux-dev-bd508065749fcaa99f6eca927530d0d7e019224f.zip
Merge branch 'bonding-next'
Veaceslav Falico says: ==================== bonding: simple macro cleanup Trivial patchset that converts most of the bonding's macros into inline functions. It introduces only one macro, BOND_MODE(), which is just bond->params.mode, better to write/understand/remember. The only real change is the removal of IFF_UP verification, which always came in pair with && netif_running(), and is though useless, as it's always IFF_UP when LINK_STATE_RUNNING. v2->v3: fix 3/9 to actually invert bond_mode_uses_arp() and add bond_uses_arp() alongside bond_mode_uses_arp() v1->v2: use inlined functions instead of macros. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/net')
0 files changed, 0 insertions, 0 deletions