summaryrefslogtreecommitdiffhomepage
path: root/system-linux.c
AgeCommit message (Expand)Author
2013-04-05Maintain config order of ip rules unless user explicitely provides priorityJo-Philipp Wich
2013-04-05Add myself to header for IPv6 workSteven Barth
2013-04-04Add support for ip rulesJo-Philipp Wich
2013-04-04Implement support for route / route6 table attributeJo-Philipp Wich
2013-01-15Initial IPv6 prefix supportSteven Barth
2013-01-13system-linux.c: use uin64_t datatype to read and store interface statistics, ...Jo-Philipp Wich
2012-09-29system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...Felix Fietkau
2012-08-11system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...Jo-Philipp Wich
2012-07-12expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau
2012-07-11system-linux.c: fix sysctl settingJo-Philipp Wich
2012-07-05avoid setting device presence for wifi interfaces via hotplug messagesFelix Fietkau
2012-07-05zero-initialize the ifreq when adding/removing bridge member interfacesFelix Fietkau
2012-07-05zero-initialize the ifreq when setting interfaces up or downFelix Fietkau
2012-06-21add a #ifdef around the 6rd code to make it compile with older kernels that d...Felix Fietkau
2012-06-18Add 6rd options to tunnel spec.Stéphan Kochen
2012-06-14ignore mac80211 devices specified in /etc/config/networkFelix Fietkau
2012-05-20replace the kernel's implicit network routes if the metric is setFelix Fietkau
2012-05-14system-linux: set the point to point address if presentFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-04-15system-linux: fix system_rtnl_call() return codeFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-15system-linux: add functions for adding/removing ip tunnels (currently only si...Felix Fietkau
2012-03-09make route metrics default to 0Felix Fietkau
2012-03-05system-linux: ignore errors in system_bridge_addif if the interface is alread...Felix Fietkau
2012-02-28fix mac address handlingFelix Fietkau
2012-02-26move broadcast address handling to the coreFelix Fietkau
2012-02-26system-linux: fix the default broadcast address for v4Felix Fietkau
2012-02-26remove device_{route,addr}->deviceFelix Fietkau
2012-02-15set route metrics using netlinkFelix Fietkau
2012-01-22remove flags for device settings that could not be applied successfullyFelix Fietkau
2012-01-22show mtu, macaddr and txqueuelen from cached device settingsFelix Fietkau
2012-01-22save and restore previous device settings when overriding them via configFelix Fietkau
2012-01-22move device settings to a separate structFelix Fietkau
2012-01-22query available/used device speeds via ethtoolFelix Fietkau
2012-01-20add mac address to device infoFelix Fietkau
2012-01-19export carrier status in device statsFelix Fietkau
2011-10-31Add time.h includeJens Muecke
2011-10-26recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau
2011-10-23fix system_if_checkFelix Fietkau
2011-10-23parse kobject uevent messages for figuring out when network devices appear, R...Felix Fietkau
2011-10-23add a function for creating a raw event socket that does not use genl or rtnlFelix Fietkau
2011-10-23remove some more code duplicationFelix Fietkau
2011-10-23move code for creating an event socket to a functionFelix Fietkau
2011-10-23move all variables belonging to the netlink event socket to a common data str...Felix Fietkau
2011-10-23drop the cleanup path in system_init, since system_init failures are fatal an...Felix Fietkau
2011-10-20reduce stack usageFelix Fietkau
2011-10-20do not clear device state for devices created by proto-up with address-extern...Felix Fietkau
2011-10-19rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau
2011-10-19apply low level device settingsFelix Fietkau
2011-10-19set the igmp snooping option for bridgesFelix Fietkau