[PATCH net-next 0/2] reciprocal_divide updates

From: Daniel Borkmann
Date: Wed Jan 15 2014 - 18:23:59 EST


Set is on top of Eric's BPF fix, that is:

http://patchwork.ozlabs.org/patch/311163/

Daniel Borkmann (1):
random32: add prandom_u32_lt_N and convert "misuses" of reciprocal_divide

Hannes Frederic Sowa (1):
reciprocal_divide: correction/update of the algorithm

drivers/net/bonding/bond_main.c | 16 +++++++-------
drivers/net/bonding/bond_netlink.c | 4 ----
drivers/net/bonding/bond_options.c | 9 +++-----
drivers/net/bonding/bond_sysfs.c | 5 -----
drivers/net/bonding/bonding.h | 3 +++
drivers/net/team/team_mode_random.c | 8 +------
include/linux/flex_array.h | 3 ++-
include/linux/random.h | 19 ++++++++++++++++-
include/linux/reciprocal_div.h | 42 ++++++++++++++++++++++---------------
include/linux/slab_def.h | 4 +++-
include/net/codel.h | 4 +---
include/net/red.h | 3 ++-
lib/flex_array.c | 3 ++-
lib/reciprocal_div.c | 28 +++++++++++++++++++++----
net/packet/af_packet.c | 5 ++---
net/sched/sch_choke.c | 9 +-------
net/sched/sch_netem.c | 4 +++-
17 files changed, 99 insertions(+), 70 deletions(-)

--
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/