David S. Miller 06c54055be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
	drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
	net/bridge/br_multicast.c
	net/ipv6/sit.c

The conflicts were minor:

1) sit.c changes overlap with change to ip_tunnel_xmit() signature.

2) br_multicast.c had an overlap between computing max_delay using
   msecs_to_jiffies and turning MLDV2_MRC() into an inline function
   with a name using lowercase instead of uppercase letters.

3) stmmac had two overlapping changes, one which conditionally allocated
   and hooked up a dma_cfg based upon the presence of the pbl OF property,
   and another one handling store-and-forward DMA made.  The latter of
   which should not go into the new of_find_property() basic block.

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-09-05 14:58:52 -04:00
..
2013-08-11 21:03:39 -07:00
2013-07-24 17:06:58 -07:00
2013-05-02 09:03:55 -07:00
2013-07-22 19:58:02 -07:00
2013-07-13 15:00:26 -07:00
2013-08-04 13:34:57 -07:00
2013-08-22 10:44:44 -07:00
2013-07-24 17:06:58 -07:00
2013-07-02 13:43:38 -07:00
2013-03-22 17:24:51 +00:00
2013-08-21 16:38:33 -07:00