index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
if-linux.c
Commit message (
Expand
)
Author
Age
*
We shouldn't need to flush arp entires ourself on BSD platforms.
Roy Marples
2009-03-11
*
Finally fix compile on vanilla kernel headers.
Roy Marples
2009-02-24
*
We need to include linux/wireless.h as wireless.h belongs to wireless-tools
Roy Marples
2009-02-23
*
Try a new tactic to compile with old broken linux kernel headers.
Roy Marples
2009-02-23
*
Fix up some more formatting.
Roy Marples
2009-02-12
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Fix compile on BSD.
Roy Marples
2009-01-27
*
Add route removal detection to Linux.
Roy Marples
2009-01-27
*
Fix compile with crappy linux headers.
Roy Marples
2009-01-23
*
You can now add a configure block per ssid if the interface is wireless.
Roy Marples
2009-01-01
*
Ensure that we add the src pref address.
Roy Marples
2008-11-27
*
Fix adding of host routes.
Roy Marples
2008-11-25
*
Fix working with linux aliased interfaces again.
Roy Marples
2008-11-17
*
Parens.
Roy Marples
2008-11-05
*
get_line now uses a single buffer, strips leading space and skips comments. T...
Roy Marples
2008-11-05
*
Fix reading netmask and linux informing.
Roy Marples
2008-10-18
*
static objects are initialized to 0 by default, so don't explicity do this.
Roy Marples
2008-10-06
*
Move wireless detection from net.c into if-bsd.c and if-linux.c
Roy Marples
2008-09-17
*
We need to flush the ARP table after configuring new routes.
Roy Marples
2008-09-15
*
Fix subnet route.
Roy Marples
2008-09-13
*
Remove remembering routes per interface and have a global routing table so we...
Roy Marples
2008-09-12
*
Tidy up some valgrind errors.
Roy Marples
2008-09-11
*
Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better mult...
Roy Marples
2008-09-11
*
Fix interface detection.
Roy Marples
2008-09-09
*
Fix compile errors.
Roy Marples
2008-09-09
*
On Linux, fix replacing the kernel added subnet route correctly for metrics.
Roy Marples
2008-09-08
*
Enable detection of addition and removal of interfaces on Linux.
Roy Marples
2008-09-04
*
Fix compile on Linux.
Roy Marples
2008-09-04
*
Clean code.
Roy Marples
2008-09-02
*
Add an event loop.
Roy Marples
2008-09-02
*
Fix warning.
Roy Marples
2008-07-16
*
Add support for link carrier detection. For Linux this involved a big change ...
Roy Marples
2008-07-16
*
Our ctype calls should always use unsigned.
Roy Marples
2008-04-17
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
*
Remove all logging from if.c and into the proper bits.
Roy Marples
2008-03-29
*
Move log_route to if.c
Roy Marples
2008-03-29
*
Rework our error handling code a little to save ~5k on x86_64
Roy Marples
2008-03-29
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24