Style fix: f(x) is better than f((x))
[sliver-openvswitch.git] / lib / dhcp-client.c
2008-10-14 Ben PfaffSet DHCP maximum retransmission timeout to 3 seconds...
2008-10-14 Ben Pfaffdhcp-client: Log DHCP messages at higher priority.
2008-10-14 Ben Pfaffdhcp-client: Fix computation of timeouts.
2008-10-09 Ben PfaffNew function dhclient_get_netdev().
2008-10-09 Ben PfaffImplement dhclient_destroy().
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffAvoid pointer arithmetic on void*.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-26 Ben PfaffNew header for saturating arithmetic.
2008-08-26 Ben PfaffAdd functions for reporting dhcp client statistics.
2008-08-12 Ben PfaffMake discovery happen faster.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-07-30 Ben Pfaffdhcp: Make client signal a change if renewing yields...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-23 Ben PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben Pfaffdhcp: Only print "entering" message if state actually...
2008-07-23 Ben Pfaffdhcp: Don't attempt to drain netdev if we ran out of...
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-22 Ben Pfaffdhcp: Be more precise about updating 'changed' flag.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffUse an IP ID of 0 for transmitted DHCP packets.
2008-07-18 Ben PfaffImplement DHCP client.