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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
netifd: strip mask from IP address in DHCP client params
Andrey Erokhin
2023-04-01
1
-1
/
+1
*
netifd: relax check in dhcp proto handler
Daniel Golle
2022-04-13
1
-1
/
+1
*
netifd: on dhcp interfaces, store the dhcp server in interface data
Felix Fietkau
2021-12-10
1
-0
/
+1
*
netifd: read udhcpc user scripts from directory
Leon M. George
2021-04-17
1
-0
/
+3
*
netifd: replace timesvr with timesrv
Sukru Senli
2020-06-27
1
-1
/
+7
*
netifd: replace backticks by $(...)
Adrian Schmutzler
2020-05-13
1
-1
/
+1
*
netifd/config.sh: remove some bashism (usage of [[)
Sven Roederer
2020-01-26
1
-1
/
+1
*
netifd: dhcp proto convert release to norelease
Kevin Darbyshire-Bryant
2019-11-20
1
-5
/
+5
*
netifd: add support for suppressing the DHCP request hostname by setting it to *
Felix Fietkau
2019-03-16
1
-0
/
+2
*
netifd: drop conflicting 'device' interface property
Ivan Shapovalov
2018-06-01
1
-3
/
+0
*
netifd: add udhcpc link check to dhcp shell handler script
Hans Dedecker
2018-03-02
1
-0
/
+2
*
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: fix fw3 warnings in dhcp script
Hans Dedecker
2017-04-03
1
-1
/
+1
*
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-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: 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: 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
*
package: netifd: remove blank line at the end of file
John Crispin
2014-06-02
1
-1
/
+0
*
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: add validation support
John Crispin
2014-02-18
1
-9
/
+9
*
Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface
Steven Barth
2013-12-15
1
-12
/
+11
*
netifd: rename customopts to sendopts for consistency
Steven Barth
2013-10-17
1
-4
/
+4
*
Added 'customopts' dhcp protocol option, which is an array passed along to ud...
Steven Barth
2013-10-17
1
-2
/
+7
*
netifd: fix typo in dhcp script
Steven Barth
2013-06-28
1
-1
/
+1
*
netifd: added support for setting up 6rd from DHCP
Steven Barth
2013-05-13
2
-2
/
+28
*
netifd: call /etc/udhcp.user from the netifd dhcp.script
Felix Fietkau
2012-12-15
1
-0
/
+3
*
netifd: don't send a default client identifier in DHCP requests if no clienti...
Jo-Philipp Wich
2012-11-05
1
-2
/
+2
*
Fix broadcast DHCP client startup option in dhcp.sh
John Crispin
2012-10-17
1
-1
/
+1
*
packages: sort network related packages into package/network/
Felix Fietkau
2012-10-10
3
-0
/
+187