summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2001-06-22KNFTheo de Raadt
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-08Move ifpromisc() from bpf.c to if.c, include cleanup.Angelos D. Keromytis
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-02-20provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation.Jun-ichiro itojun Hagino
2001-02-13When detaching an interface set the if_start, if_ioctl and if_watchdogArtur Grabowski
2001-01-30change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf mergeKjell Wooding
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2001-01-17IPF 3.4.15. (IPv6 not working yet).Federico G. Schwindt
2000-10-07repair SIOCGIFP*ADDR.Jun-ichiro itojun Hagino
2000-10-05there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is)Jun-ichiro itojun Hagino
2000-10-04make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsdJun-ichiro itojun Hagino
2000-06-20Convert if_slowtimo to use new timeouts.Artur Grabowski
2000-06-18increase my commit count by 1, because after telling niels three times that h...Theo de Raadt
2000-06-17fix commentsNiels Provos
2000-06-17on ifconfig down ignore all routes pointing to the downed interface.Niels Provos
2000-05-05cope with interface detach (like pcmcia card removal). remove anyJun-ichiro itojun Hagino
2000-03-22remove if_withname(), which was imported during KAME merge by mistake.Jun-ichiro itojun Hagino
2000-03-21add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ okMichael Shalayeff
2000-03-12remove redundant check against ifa_dstaddr.Jun-ichiro itojun Hagino
2000-01-02do in6_if_up() at splsoftnet() instead of splimp(), permitting device-related...Theo de Raadt
1999-12-18ifdef myip_ifp (kernel/1014, thanks to dne@mayonnaise.net for testingAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-09Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIATodd C. Miller
1999-10-27move nat_ifdetach() after interface is removed from the list; avalon@coombs.a...Theo de Raadt
1999-08-08typoNiklas Hallqvist
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-07-04fix unsigned without a size-typeTheo de Raadt
1998-08-05fix ifc_len == 0 hack for variable size structures.Todd C. Miller
1998-08-04Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size neede...Todd C. Miller
1998-03-25add SIOCGIFDATA; fetches ifdata structure attached to each interfaceTheo de Raadt
1997-12-31NULL is not 0Michael Shalayeff
1997-07-11argh. commited wrong fileNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1996-08-03dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.eduTheo de Raadt
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-09linux & svr4 supportTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-14From Lite2; only try to match a destination address on a point-to-pointThorsten Lockert
1996-03-05need some casts for clean compiledm
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-02-04Interface# 0's name was incorrectly generatedNiklas Hallqvist
1996-02-03handle interface unit numbers up to 2G-1; skip if total name is too longTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt