index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
device.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: enable multicast_to_unicast on all wireless bridge ports
Felix Fietkau
2014-06-29
1
-0
/
+1
*
Add vlan 802.1q/802.1ad support as netifd devices
Gioacchino Mazzurco
2014-06-11
1
-0
/
+1
*
netifd: Add interface config support to enable/disable IPv6 in the kernel per...
Hans Dedecker
2014-04-26
1
-0
/
+3
*
netifd: Reload proto on topology change
Helmut Schaa
2014-03-21
1
-0
/
+3
*
netifd: Link layer state awareness support on device level
Hans Dedecker
2014-02-27
1
-0
/
+4
*
Revert "netifd: Link layer state support on device level"
Felix Fietkau
2013-12-14
1
-4
/
+0
*
netifd: Link layer state support on device level
Hans Dedecker
2013-12-08
1
-0
/
+4
*
netifd: Code style line/clean up
Hans Dedecker
2013-12-08
1
-1
/
+1
*
device: add macvlan support
Felix Fietkau
2013-10-03
1
-1
/
+2
*
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
1
-2
/
+2
*
device: use safe_list for device event, fixes some hang issues
Felix Fietkau
2013-04-15
1
-3
/
+4
*
device: protect device event broadcast against simultaneous deletions of mult...
Felix Fietkau
2013-02-10
1
-0
/
+4
*
alias: use a callback for managing device presence state, track alias deps in...
Felix Fietkau
2012-07-05
1
-0
/
+2
*
split alias support into a separate source file for better readability
Felix Fietkau
2012-07-05
1
-0
/
+1
*
fix ifname for alias+vlan chains
Felix Fietkau
2012-07-05
1
-0
/
+4
*
device: export device_broadcast_event
Felix Fietkau
2012-07-05
1
-0
/
+1
*
device: make device_set_disabled inline, add device_set_deferred
Felix Fietkau
2012-06-07
1
-1
/
+16
*
add copyright headers
Felix Fietkau
2012-05-04
1
-0
/
+13
*
parse tunnel devices from config
Felix Fietkau
2012-03-15
1
-0
/
+1
*
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...
Felix Fietkau
2012-03-04
1
-0
/
+1
*
save and restore previous device settings when overriding them via config
Felix Fietkau
2012-01-22
1
-0
/
+1
*
move device settings to a separate struct
Felix Fietkau
2012-01-22
1
-6
/
+8
*
allow devices to be disabled through a config option
Felix Fietkau
2012-01-19
1
-0
/
+4
*
fix use-after-free on device free codepath due to recursion issues, and fix d...
Felix Fietkau
2011-12-04
1
-6
/
+1
*
add a hotplug op for preparing an interface bridge so that it's ready when an...
Felix Fietkau
2011-11-04
1
-0
/
+1
*
recognize stacked interfaces (e.g. dsa) and handle their dependencies
Felix Fietkau
2011-10-26
1
-27
/
+30
*
do not clear device state for devices created by proto-up with address-extern...
Felix Fietkau
2011-10-20
1
-1
/
+2
*
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
1
-0
/
+5
*
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-19
1
-0
/
+4
*
add support for alias devices, which are activated based on hotplug events co...
Felix Fietkau
2011-10-18
1
-0
/
+1
*
directly pass the device name to the device create function
Felix Fietkau
2011-10-18
1
-2
/
+1
*
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-11
1
-1
/
+3
*
prevent deletion devices that are part of the current configuration
Felix Fietkau
2011-10-06
1
-0
/
+6
*
rename a variable for clarity
Felix Fietkau
2011-10-05
1
-0
/
+3
*
rename check_device_state to device_check_state
Felix Fietkau
2011-10-05
1
-1
/
+1
*
more changes for config reload handling
Felix Fietkau
2011-10-03
1
-2
/
+8
*
use a common function for creating devices that avoids creating duplicates
Felix Fietkau
2011-10-03
1
-0
/
+2
*
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-05
1
-36
/
+0
*
improve interface for cleaning up unused devices
Felix Fietkau
2011-09-05
1
-1
/
+1
*
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
1
-2
/
+3
*
make bridge configuration more dynamic
Felix Fietkau
2011-09-04
1
-2
/
+17
*
reorder function
Felix Fietkau
2011-07-29
1
-6
/
+6
*
s/release_device/device_release/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/init_virtual_device/device_init_virtual/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/init_device/device_init/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/get_device/device_get/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
1
-1
/
+1
[next]