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