Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-20 | Convert if_slowtimo to use new timeouts. | Artur Grabowski | |
2000-06-18 | increase my commit count by 1, because after telling niels three times that ↵ | Theo de Raadt | |
he has an indentation flaw, he has not fixed it, so i get a commit, thanks niels | |||
2000-06-17 | fix comments | Niels Provos | |
2000-06-17 | on ifconfig down ignore all routes pointing to the downed interface. | Niels Provos | |
okay itojun@ deraadt@ | |||
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino | |
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231. | |||
2000-03-22 | remove if_withname(), which was imported during KAME merge by mistake. | Jun-ichiro itojun Hagino | |
2000-03-21 | add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok | Michael Shalayeff | |
2000-03-12 | remove redundant check against ifa_dstaddr. | Jun-ichiro itojun Hagino | |
2000-01-02 | do in6_if_up() at splsoftnet() instead of splimp(), permitting ↵ | Theo de Raadt | |
device-related interrupts during that time. It is believed this is safe | |||
1999-12-18 | ifdef myip_ifp (kernel/1014, thanks to dne@mayonnaise.net for testing | Angelos D. Keromytis | |
the patch) | |||
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-09 | Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIA | Todd C. Miller | |
is only allowed if the user is the superuser. Aparently this got missed when the ifmedia support was added in ages ago. More or less based on how NetBSD does it (though it is rather obvious). | |||
1999-10-27 | move nat_ifdetach() after interface is removed from the list; ↵ | Theo de Raadt | |
avalon@coombs.anu.edu.au | |||
1999-08-08 | typo | Niklas Hallqvist | |
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist | |
other families than inet. | |||
1999-07-04 | fix unsigned without a size-type | Theo de Raadt | |
1998-08-05 | fix ifc_len == 0 hack for variable size structures. | Todd C. Miller | |
1998-08-04 | Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size ↵ | Todd C. Miller | |
needed and return; Linux does this too. Suggested by cmetz@inner.net | |||
1998-03-25 | add SIOCGIFDATA; fetches ifdata structure attached to each interface | Theo de Raadt | |
1997-12-31 | NULL is not 0 | Michael Shalayeff | |
1997-07-11 | argh. commited wrong file | Niels Provos | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. | |||
1996-08-03 | dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.edu | Theo de Raadt | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-06-29 | provide if_attachhead(), and make if_loop use it | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-09 | linux & svr4 support | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-14 | From Lite2; only try to match a destination address on a point-to-point | Thorsten Lockert | |
interface if the destination address has been set | |||
1996-03-05 | need some casts for clean compile | dm | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-02-04 | Interface# 0's name was incorrectly generated | Niklas Hallqvist | |
1996-02-03 | handle interface unit numbers up to 2G-1; skip if total name is too long | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |