index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
network
/
config
/
netifd
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
netifd: add udhcpc link check to dhcp shell handler script
Hans Dedecker
2018-03-02
1
-0
/
+2
*
netifd: update to the latest version, rewrite RPS/XPS handling
Felix Fietkau
2018-02-28
1
-0
/
+67
*
netifd: support DHCP sendopts as list options
Hans Dedecker
2018-02-27
1
-5
/
+7
*
netifd: add defaultreqopts config option
Hans Dedecker
2018-02-01
1
-3
/
+5
*
netifd: update dhcp.script to handle dynamic routing
Mogula Pranay
2018-01-10
1
-1
/
+7
*
netifd: always send DHCPv4 hostname
Mathias Kresin
2017-12-08
1
-0
/
+1
*
netifd: fix dns and domain variables pollution in dhcp.script
Tero Jänkä
2017-11-02
1
-4
/
+6
*
netifd: return error status in reload_service
Hans Dedecker
2017-04-24
1
-1
/
+4
*
netifd: fix fw3 warnings in dhcp script
Hans Dedecker
2017-04-03
1
-1
/
+1
*
netifd: fix stopping netifd + interfaces
Felix Fietkau
2017-02-23
1
-10
/
+3
*
netifd: Request DHCP option 121 (classless route) by default
Baptiste Jonglez
2016-10-26
1
-2
/
+5
*
netifd: Use -x hostname:$hostname instead of -H
Merlijn Wajer
2016-07-24
1
-1
/
+1
*
netifd: quote vendorid and hostname variables in dhcp script
Hans Dedecker
2016-07-12
1
-2
/
+2
*
netifd: Remove hardcoded DHCP release option
Hans Dedecker
2016-05-11
1
-1
/
+1
*
netifd: Add configurable DHCP release behavior
Hans Dedecker
2016-04-28
1
-3
/
+5
*
netifd: Send DHCP release when client exits
Hans Dedecker
2016-03-31
1
-1
/
+1
*
netifd: ifup-shellscript - fix wrong usage of 'local'
Felix Fietkau
2015-12-10
1
-3
/
+1
*
base-files: set kernel.core_pattern in sysctl.conf
Felix Fietkau
2015-09-11
1
-1
/
+0
*
netifd-dhcp: supply parameters to user-script
Felix Fietkau
2015-05-08
1
-1
/
+1
*
dhcp: add option specifying overriding custom-routes
Steven Barth
2015-05-02
2
-2
/
+8
*
network: shorten names of generated interfaces
Steven Barth
2015-04-17
1
-1
/
+1
*
netifd: dhcp: install host route to gateway (#19182)
Jo-Philipp Wich
2015-03-15
1
-0
/
+1
*
netifd: do not stop service on shutdown, only call ifdown
Felix Fietkau
2015-01-24
1
-1
/
+1
*
netifd: store additional DHCP lease information
Jo-Philipp Wich
2015-01-23
1
-7
/
+7
*
netifd: Set source IP for DHCP static routes as well
Steven Barth
2014-12-12
1
-2
/
+1
*
This patch depends on "Pass source address to proto_add_ipv4_route".
Steven Barth
2014-12-08
1
-1
/
+1
*
netifd: fix default ORO-setting for 6rd
Steven Barth
2014-11-08
1
-1
/
+1
*
netifd: Make mtu configurable of dynamic 6rd tunnel interface
Steven Barth
2014-10-12
2
-2
/
+5
*
netifd: fix an error message during network shutdown
Steven Barth
2014-10-02
1
-1
/
+2
*
package/*: remove useless explicit set of function returncode
John Crispin
2014-08-25
1
-14
/
+0
*
netifd: suppress fw3 warnings in dhcp script
Steven Barth
2014-07-30
1
-1
/
+1
*
softwires: redesign dhcp(v6) provisioning
Steven Barth
2014-07-24
2
-3
/
+15
*
netifd: use procd_add_reload_trigger
Felix Fietkau
2014-06-11
1
-4
/
+1
*
netfid: make procd watch the network.interface object for events
John Crispin
2014-06-05
1
-0
/
+1
*
package: netifd: remove blank line at the end of file
John Crispin
2014-06-02
1
-1
/
+0
*
netifd: replace the sleep 5 with an ubus wait_for call to speed up init script
Felix Fietkau
2014-05-31
1
-1
/
+1
*
netifd: Add renew handler for proto dhcp
Felix Fietkau
2014-04-05
1
-0
/
+9
*
dhcp: Fix broadcast parameter validation support, remove unused netmask param...
John Crispin
2014-03-30
1
-2
/
+1
*
6rd / ds-lite: make the firewall-zones of nested-protocols configurable
Steven Barth
2014-03-26
2
-2
/
+5
*
dhcp: send 6rd-ORO when expecting 6rd-information
Steven Barth
2014-03-26
1
-0
/
+1
*
netifd: pass on delegate flag from dhcp to 6rd
Steven Barth
2014-03-13
2
-2
/
+5
*
netifd: fix validation constraints
Jo-Philipp Wich
2014-02-21
1
-15
/
+15
*
netifd: add validation support
John Crispin
2014-02-18
2
-9
/
+114
*
netifd: initialize the switch early at start time and on reload (fixes #13015)
Felix Fietkau
2013-12-31
1
-6
/
+10
*
netifd: add reload trigger for /etc/config/wireless as well
Jo-Philipp Wich
2013-12-18
1
-1
/
+4
*
Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface
Steven Barth
2013-12-15
1
-12
/
+11
*
netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at b...
Felix Fietkau
2013-12-13
1
-1
/
+1
*
netifd: enable coredumps again
John Crispin
2013-12-09
1
-4
/
+4
*
wifi: rename the "reload" (restarting non-netifd wifi) command to "reload_leg...
Felix Fietkau
2013-12-02
1
-1
/
+1
*
netifd: add wireless configuration support and port mac80211 to the new frame...
Felix Fietkau
2013-12-02
1
-1
/
+1
[next]