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.c
Age
Commit message (
Expand
)
Author
2015-02-09
netifd: Add option to configure base_reachable_time_ms for each device
Hans Dedecker
2015-01-24
device: force changes to be applied via state change if necessary
Felix Fietkau
2015-01-24
device: simplify config blob memory allocation handling
Felix Fietkau
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-11-19
netifd: Fix device ifindex overwrite when processing netlink event messages
Hans Dedecker
2014-09-17
netifd-device: add support for promisc setting
Martin Hundebøll
2014-07-30
netifd: Set device down based on being a non external device in device_release
Hans Dedecker
2014-06-26
device: fall back to simple interface status check if not provided by the dev...
Felix Fietkau
2014-05-06
device: prevent interface up/down calls for external devices
Felix Fietkau
2014-04-26
netifd: Add interface config support to enable/disable IPv6 in the kernel per...
Hans Dedecker
2014-03-11
netifd: Fix bridge MTU setting when a bridge member is added
Hans Dedecker
2014-02-27
netifd: Link layer state awareness support on device level
Hans Dedecker
2013-12-16
device: prevent callbacks to device users that have been cleaned up already
Felix Fietkau
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.c: report device type when claim fails
Felix Fietkau
2013-10-03
device_add_user: return immediately if the new device is the same as the old ...
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
config: replace config_memdup with blob_memdup from libubox
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-09-28
device.c: use format_macaddr() helper to convert mac addresses to strings, et...
Jo-Philipp Wich
2012-07-12
do not recreate or restart external devices on settings changes, apply them a...
Felix Fietkau
2012-07-12
add some debug messages for device user count
Felix Fietkau
2012-07-05
when specifying hotplug devices that already have existing configured devices...
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: initialize dev->set_state for virtual devices
Felix Fietkau
2012-07-05
device: export device_broadcast_event
Felix Fietkau
2012-06-14
ignore mac80211 devices specified in /etc/config/network
Felix Fietkau
2012-06-07
device: make device_set_disabled inline, add device_set_deferred
Felix Fietkau
2012-06-04
device: show a bit more info if the device is not present
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-03-23
move l3 device tracking to interface core to enforce proper order of address/...
Felix Fietkau
2012-03-19
move device cleanup to common code, fixes use-after-free in tunnel code
Felix Fietkau
2012-03-19
fix a memory leak
Felix Fietkau
2012-03-04
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...
Felix Fietkau
2012-03-03
do not bring down hotplug devices
Felix Fietkau
2012-03-03
preserve interface main hotplug device on reload
Felix Fietkau
2012-02-28
fix mac address parsing
Felix Fietkau
2012-01-23
always call device_set_disabled, even if the "enabled" attribute is not present
Felix Fietkau
2012-01-22
show mtu, macaddr and txqueuelen from cached device settings
Felix Fietkau
2012-01-22
move device settings to a separate struct
Felix Fietkau
2012-01-19
export carrier status in device stats
Felix Fietkau
[next]