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
Commit message (
Expand
)
Author
Age
Files
Lines
*
rework debugging code, add debugging levels
Felix Fietkau
2011-10-04
6
-32
/
+47
*
do not memcmp padding bytes in config_diff
Felix Fietkau
2011-10-03
1
-1
/
+1
*
add a ubus call for triggering config reloads
Felix Fietkau
2011-10-03
3
-4
/
+25
*
add some more interface reload fixes
Felix Fietkau
2011-10-03
1
-10
/
+35
*
fix device reload with no previous config
Felix Fietkau
2011-10-03
1
-2
/
+5
*
bridge: add missing device cleanup
Felix Fietkau
2011-10-03
1
-0
/
+1
*
proto-shell: remove the device user before issuing the protocol down event
Felix Fietkau
2011-10-03
1
-1
/
+3
*
on interface free, remove the main_dev user if still present
Felix Fietkau
2011-10-03
1
-0
/
+2
*
proto-shell: fix a typo in string length calculation
Felix Fietkau
2011-10-03
1
-1
/
+1
*
fix a heap overrun
Felix Fietkau
2011-10-03
1
-2
/
+2
*
more changes for config reload handling
Felix Fietkau
2011-10-03
5
-16
/
+127
*
utils: fix existing node check when keep_old/no_delete is enabled
Felix Fietkau
2011-10-03
1
-1
/
+1
*
add functions for checking for config differences
Felix Fietkau
2011-10-03
2
-0
/
+86
*
force the uci savedir for the dummy variant
Felix Fietkau
2011-10-03
1
-0
/
+1
*
use a common function for creating devices that avoids creating duplicates
Felix Fietkau
2011-10-03
3
-4
/
+23
*
add an ubus callback for removing an interface
Felix Fietkau
2011-10-02
1
-0
/
+26
*
add some code for properly tearing down, reloading and removing interfaces
Felix Fietkau
2011-10-02
2
-19
/
+87
*
add a new vlist flag for avoiding automatic delete of entries
Felix Fietkau
2011-10-02
2
-2
/
+4
*
manage interfaces via vlist
Felix Fietkau
2011-10-02
4
-65
/
+60
*
add vlist_for_each_element iterator
Felix Fietkau
2011-10-02
1
-0
/
+3
*
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
2011-10-02
3
-15
/
+11
*
extend vlist code to allow keeping the old data structure instead of the new ...
Felix Fietkau
2011-10-02
2
-0
/
+6
*
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-10-02
4
-27
/
+38
*
add a variable to allow forcing dummy mode on linux systems
Felix Fietkau
2011-10-02
1
-1
/
+1
*
only override the uci conf dir in dummy mode
Felix Fietkau
2011-10-02
2
-0
/
+3
*
system-linux: use correct netlink attribute for address management
Steven Barth
2011-09-28
1
-1
/
+1
*
interface: don't segfault with an unknown protocol
Steven Barth
2011-09-28
1
-1
/
+2
*
system-linux: Fix a segfault in netlink code
Steven Barth
2011-09-28
1
-5
/
+6
*
system-linux: detect adding and removal of devices
Steven Barth
2011-09-26
1
-2
/
+66
*
system-linux: free netlink messages after sending
Steven Barth
2011-09-26
1
-1
/
+3
*
fix a compile error on non-linux systems
Felix Fietkau
2011-09-24
1
-0
/
+3
*
add a system_init function for system control
Steven Barth
2011-09-23
4
-3
/
+18
*
add OS switch to select system library
Steven Barth
2011-09-22
1
-6
/
+17
*
add linux system library
Steven Barth
2011-09-22
1
-0
/
+202
*
fix compilation with GCC 4.6 on Linux
Steven Barth
2011-09-22
2
-1
/
+3
*
proto-shell: parse routes
Felix Fietkau
2011-09-14
1
-0
/
+92
*
add a device pointer to struct device_route
Felix Fietkau
2011-09-14
1
-0
/
+1
*
remove proto-shell handlers list
Felix Fietkau
2011-09-12
1
-1
/
+0
*
proto-shell: parse ipv4/ipv6 address lists
Felix Fietkau
2011-09-12
1
-1
/
+45
*
system-dummy: print ipv6 addresses on address add/remove
Felix Fietkau
2011-09-12
1
-0
/
+10
*
fix parsing of ipaddr + netmask
Felix Fietkau
2011-09-12
1
-1
/
+1
*
add support for externally managed ip addresses and routes
Felix Fietkau
2011-09-12
2
-8
/
+15
*
move ip address parsing code to proto.c
Felix Fietkau
2011-09-12
3
-42
/
+60
*
make proto_apply_static_settings static, make helper functions take a struct ...
Felix Fietkau
2011-09-12
2
-18
/
+16
*
proto-shell: only set the l3 dev if it is not already set
Felix Fietkau
2011-09-11
1
-4
/
+6
*
use DPRINTF instead of fprintf(stderr)
Felix Fietkau
2011-09-11
1
-2
/
+2
*
only use -g3 with -DDEBUG
Felix Fietkau
2011-09-11
1
-2
/
+2
*
use false instead of 0 for a bool variable
Felix Fietkau
2011-09-11
1
-1
/
+1
*
fix a null pointer deref bug
Felix Fietkau
2011-09-11
1
-1
/
+2
*
add a protocol event for link loss
Felix Fietkau
2011-09-11
3
-11
/
+10
[next]