Age | Commit message (Expand) | Author |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-11 | splassert(IPL_SOFTNET) where comment indicate that. | Artur Grabowski |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino |
2002-06-08 | more splnet protection to dom_ifattach | Jun-ichiro itojun Hagino |
2002-06-08 | protect dom_ifattach by splnet | Jun-ichiro itojun Hagino |
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | simplify comment, sync w/kame | Jun-ichiro itojun Hagino |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino |
2002-05-27 | framework to add af-dependent data structure to struct ifnet. | Jun-ichiro itojun Hagino |
2002-04-24 | Initialize if_addrhooks in if_attachhead() like in if_attach(), either | Daniel Hartmeier |
2002-04-24 | Add hooks to struct ifnet that allow to register callbacks that will be | Daniel Hartmeier |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-09 | Don't access the tq members directly, use the queue.h macros. Also, | Jason Wright |
2001-06-29 | Move ifq_maxlen setting to if_attach(). Doing it at if_init() is wrong, | Federico G. Schwindt |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho |
2001-06-22 | KNF | Theo de Raadt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino |
2001-02-13 | When detaching an interface set the if_start, if_ioctl and if_watchdog | Artur Grabowski |
2001-01-30 | change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge | Kjell Wooding |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2000-10-07 | repair SIOCGIFP*ADDR. | Jun-ichiro itojun Hagino |
2000-10-05 | there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is) | Jun-ichiro itojun Hagino |
2000-10-04 | make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | Jun-ichiro itojun Hagino |
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 h... | Theo de Raadt |
2000-06-17 | fix comments | Niels Provos |
2000-06-17 | on ifconfig down ignore all routes pointing to the downed interface. | Niels Provos |
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino |
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 device-related... | Theo de Raadt |
1999-12-18 | ifdef myip_ifp (kernel/1014, thanks to dne@mayonnaise.net for testing | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-11-20 | ioctl arguments are u_long. | Marc Espie |
1999-11-09 | Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIA | Todd C. Miller |
1999-10-27 | move nat_ifdetach() after interface is removed from the list; avalon@coombs.a... | Theo de Raadt |
1999-08-08 | typo | Niklas Hallqvist |
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist |
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 neede... | Todd C. Miller |
1998-03-25 | add SIOCGIFDATA; fetches ifdata structure attached to each interface | Theo de Raadt |
1997-12-31 | NULL is not 0 | Michael Shalayeff |