]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipconfig-improve-dhcp-timeouts'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Aug 2016 22:40:06 +0000 (15:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Aug 2016 22:40:06 +0000 (15:40 -0700)
commit7a35d315da6e4dd1734201f9568c454719af15ad
tree0dab4352bf2c41d751f57bc7e45fac690f9ff937
parentc625c217929717e450a0d6d4685a3b93eeeb1cee
parent28ff7acb45a16df4ca1154815b62cb55b9dd40ff
Merge branch 'ipconfig-improve-dhcp-timeouts'

Uwe Kleine-König says:

====================
net: ipconfig: improve DHCP timeout handling

this series teaches the ipconfig code to handle a DHCP reply on eth0 even if a
request on eth1 was already sent out.
This is a follow fix to 52bcefa7c392 ("ipconfig: handle case of delayed DHCP
server") that dropped a late reply.

This makes it possible at all to work with slow DHCP servers at all in some
configurations and improves boot speed in general.

The first patch is not really necessary, it only helps decoding debug messages
when there is more than one device.
====================

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