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
/
device.h
Age
Commit message (
Expand
)
Author
2015-05-12
netifd: Support for configurable default packet steering behavior
Hans Dedecker
2015-04-19
interface: allow an interface to specify device configs even when there are o...
Felix Fietkau
2015-04-18
device: add support for removing interface config on reload
Felix Fietkau
2015-04-17
device: remove DEV_ATTR_IFNAME, it is unused
Felix Fietkau
2015-03-22
device: add support for configuring RPS/XPS (enabled by default if available)
Felix Fietkau
2015-03-19
netifd:Make sure interface device config is also cached
Hans Dedecker
2015-02-09
netifd: Add option to configure base_reachable_time_ms for each device
Hans Dedecker
2015-01-24
device: move config apply handling to a helper function
Felix Fietkau
2014-12-23
netifd: Add mldversion config support
Steven Barth
2014-12-08
netifd: Add igmpversion config support
Hans Dedecker
2014-11-19
netifd: Add acceptlocal config support
Hans Dedecker
2014-11-19
netifd: Add rpfilter config support
Hans Dedecker
2014-10-20
device: make link status detection optional for vlan devices
Felix Fietkau
2014-10-12
netifd : Line up device.h include guard
Hans Dedecker
2014-09-17
netifd-device: add support for promisc setting
Martin Hundebøll
2014-06-29
bridge: enable multicast_to_unicast on all wireless bridge ports
Felix Fietkau
2014-06-11
Add vlan 802.1q/802.1ad support as netifd devices
Gioacchino Mazzurco
2014-04-26
netifd: Add interface config support to enable/disable IPv6 in the kernel per...
Hans Dedecker
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2014-02-27
netifd: Link layer state awareness support on device level
Hans Dedecker
2013-12-14
Revert "netifd: Link layer state support on device level"
Felix Fietkau
2013-12-08
netifd: Link layer state support on device level
Hans Dedecker
2013-12-08
netifd: Code style line/clean up
Hans Dedecker
2013-10-03
device: add macvlan support
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-04-15
device: use safe_list for device event, fixes some hang issues
Felix Fietkau
2013-02-10
device: protect device event broadcast against simultaneous deletions of mult...
Felix Fietkau
2012-07-05
alias: use a callback for managing device presence state, track alias deps in...
Felix Fietkau
2012-07-05
split alias support into a separate source file for better readability
Felix Fietkau
2012-07-05
fix ifname for alias+vlan chains
Felix Fietkau
2012-07-05
device: export device_broadcast_event
Felix Fietkau
2012-06-07
device: make device_set_disabled inline, add device_set_deferred
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-03-15
parse tunnel devices from config
Felix Fietkau
2012-03-04
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...
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-19
allow devices to be disabled through a config option
Felix Fietkau
2011-12-04
fix use-after-free on device free codepath due to recursion issues, and fix d...
Felix Fietkau
2011-11-04
add a hotplug op for preparing an interface bridge so that it's ready when an...
Felix Fietkau
2011-10-26
recognize stacked interfaces (e.g. dsa) and handle their dependencies
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 device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-18
add support for alias devices, which are activated based on hotplug events co...
Felix Fietkau
2011-10-18
directly pass the device name to the device create function
Felix Fietkau
2011-10-11
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-06
prevent deletion devices that are part of the current configuration
Felix Fietkau
2011-10-05
rename a variable for clarity
Felix Fietkau
2011-10-05
rename check_device_state to device_check_state
Felix Fietkau
[next]