Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg...
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Nov 2012 19:08:43 +0000 (14:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Nov 2012 19:09:27 +0000 (14:09 -0500)
commita386bff88575e206efbbad17190e591c8879f627
treef332d652c6cfa560daf2c9016bfa642baae5cd64
parent2b9164771efe191c4ef266ae53c8c05ab92dd115
parent94fc9c4719f53264c7cce62ee558781fee7b7128
Merge branch 'tipc_net-next' of git://git./linux/kernel/git/paulg/linux

Paul Gortmaker says:

====================
The most interesting thing here, at least from a user perspective,
is the broadcast link fix -- where there was a corner case where
two endpoints could get in a state where they disagree on where
to start Rx and ack of broadcast packets.

There is also the poll/wait changes which could also impact
end users for certain use cases - the fixes there also better
align tipc with the rest of the networking code.

The rest largely falls into routine cleanup category, by getting
rid of some unused routines, some Kconfig clutter, etc.
====================

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