aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-12-31 16:48:37 -0500
committerDavid S. Miller <davem@davemloft.net>2013-12-31 16:48:37 -0500
commite971522864e7d19060711276fdb071f8b795bde5 (patch)
tree8686c3643858ecbd18090614623169397dcc2992 /drivers/net/ethernet/broadcom/bnx2.c
parentnet, sch: fix the typo in register_qdisc() (diff)
parentnet: plip: slight optimization of addr compare (diff)
downloadlinux-dev-e971522864e7d19060711276fdb071f8b795bde5.tar.xz
linux-dev-e971522864e7d19060711276fdb071f8b795bde5.zip
Merge branch 'addr_compare'
Ding Tianhong says: ==================== slight optimization of addr compare for net modules This is the second patchset for slight optimization of address compare, mainly for net tree, just following the Joe's opinion, it will help review the code for maintainers and supports. v2: Change some style for patch 2. According Eric's suggestion, use the ether_addr_equal_64bits to instead of ether_addr_equal for patch 19. In fact, there are a lot of places which could use ether_addr_equal_64bits to instead of ether_addr_equal, but not this time, thanks for Joe's opinion. v3: Change some style for patch 11/19: (net: packetengines: slight optimization of addr compare). Joe pointed out that is_broadcast_ether_addr(addr) would be appropriate here, but this should be left alone and not in this patch, so fix it later. In the patch (net: caif: slight optimization of addr compare), the operand for memcmp is not mac address, so it is unsuitable to use the ether_addr_equal to compare a non mac address, so remove the patch from the series. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2.c')
0 files changed, 0 insertions, 0 deletions