summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mobileip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove mobileip(4)dlg2019-11-041-659/+0
* don't allow configuration of non-ipv4 addresses.dlg2018-02-181-2/+7
* restore the previous semantics wrt if up, tunnel, and address config.dlg2018-02-121-28/+34
* use a mobileip_tunnel struct to represent the interfaces tunnel info.dlg2018-02-121-49/+51
* use struct in_addr to represent an address.dlg2018-02-091-23/+23
* handle SIOCGLIFPHYTTL and say that the ttl is always "copied"dlg2018-02-081-1/+5
* dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properlydlg2018-02-071-2/+2
* take the interface down if it is being destroyed.dlg2018-02-071-1/+6
* split mobileip(4) out from the gre(4) driver.dlg2018-02-071-0/+637