index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
system-linux.c
Age
Commit message (
Expand
)
Author
2013-04-05
Maintain config order of ip rules unless user explicitely provides priority
Jo-Philipp Wich
2013-04-05
Add myself to header for IPv6 work
Steven Barth
2013-04-04
Add support for ip rules
Jo-Philipp Wich
2013-04-04
Implement support for route / route6 table attribute
Jo-Philipp Wich
2013-01-15
Initial IPv6 prefix support
Steven Barth
2013-01-13
system-linux.c: use uin64_t datatype to read and store interface statistics, ...
Jo-Philipp Wich
2012-09-29
system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...
Felix Fietkau
2012-08-11
system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...
Jo-Philipp Wich
2012-07-12
expose system_if_apply_settings, make it ignore the mac address for external ...
Felix Fietkau
2012-07-11
system-linux.c: fix sysctl setting
Jo-Philipp Wich
2012-07-05
avoid setting device presence for wifi interfaces via hotplug messages
Felix Fietkau
2012-07-05
zero-initialize the ifreq when adding/removing bridge member interfaces
Felix Fietkau
2012-07-05
zero-initialize the ifreq when setting interfaces up or down
Felix Fietkau
2012-06-21
add a #ifdef around the 6rd code to make it compile with older kernels that d...
Felix Fietkau
2012-06-18
Add 6rd options to tunnel spec.
Stéphan Kochen
2012-06-14
ignore mac80211 devices specified in /etc/config/network
Felix Fietkau
2012-05-20
replace the kernel's implicit network routes if the metric is set
Felix Fietkau
2012-05-14
system-linux: set the point to point address if present
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-04-15
system-linux: fix system_rtnl_call() return code
Felix Fietkau
2012-03-15
always create device routes
Felix Fietkau
2012-03-15
system-linux: add functions for adding/removing ip tunnels (currently only si...
Felix Fietkau
2012-03-09
make route metrics default to 0
Felix Fietkau
2012-03-05
system-linux: ignore errors in system_bridge_addif if the interface is alread...
Felix Fietkau
2012-02-28
fix mac address handling
Felix Fietkau
2012-02-26
move broadcast address handling to the core
Felix Fietkau
2012-02-26
system-linux: fix the default broadcast address for v4
Felix Fietkau
2012-02-26
remove device_{route,addr}->device
Felix Fietkau
2012-02-15
set route metrics using netlink
Felix Fietkau
2012-01-22
remove flags for device settings that could not be applied successfully
Felix Fietkau
2012-01-22
show mtu, macaddr and txqueuelen from cached device settings
Felix Fietkau
2012-01-22
save and restore previous device settings when overriding them via config
Felix Fietkau
2012-01-22
move device settings to a separate struct
Felix Fietkau
2012-01-22
query available/used device speeds via ethtool
Felix Fietkau
2012-01-20
add mac address to device info
Felix Fietkau
2012-01-19
export carrier status in device stats
Felix Fietkau
2011-10-31
Add time.h include
Jens Muecke
2011-10-26
recognize stacked interfaces (e.g. dsa) and handle their dependencies
Felix Fietkau
2011-10-23
fix system_if_check
Felix Fietkau
2011-10-23
parse kobject uevent messages for figuring out when network devices appear, R...
Felix Fietkau
2011-10-23
add a function for creating a raw event socket that does not use genl or rtnl
Felix Fietkau
2011-10-23
remove some more code duplication
Felix Fietkau
2011-10-23
move code for creating an event socket to a function
Felix Fietkau
2011-10-23
move all variables belonging to the netlink event socket to a common data str...
Felix Fietkau
2011-10-23
drop the cleanup path in system_init, since system_init failures are fatal an...
Felix Fietkau
2011-10-20
reduce stack usage
Felix Fietkau
2011-10-20
do not clear device state for devices created by proto-up with address-extern...
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
apply low level device settings
Felix Fietkau
2011-10-19
set the igmp snooping option for bridges
Felix Fietkau
[next]