summaryrefslogtreecommitdiff
path: root/sys/netinet/in.c
AgeCommit message (Expand)Author
2000-05-06GC in_interfaces.mycroft
2000-04-03Bump the reference count of ifaddr while it is refered through in_multi.enami
2000-03-30Remove register declarations.augustss
2000-03-21improve comment (about undo'ing code on in{,6}_ifinit failure)itojun
2000-03-18#if 0'ed undo code for interface address addition failure.itojun
2000-03-12undo interface address addition attempt, when in_ifinit fails.itojun
2000-03-06allow SIOCDIFADDR with AF_UNSPEC address by default, until we fix ifconfig(8).itojun
2000-02-25allow AF_UNSPEC for SIOCDIFADDR. ISC DHCP client depends on this behavior.itojun
2000-02-25backout previous commit (sanity check for family) - it seems to be doingitojun
2000-02-25reject non-AF_INET addresses on ioctl.itojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
1999-12-12do not use member of sockaddr_storage directly.itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-26If the new global variable hostzerobroadcast is zero, no longer assumesommerfeld
1998-12-19Reverse the copyright-notice-swap. It went against existing practice.thorpej
1998-09-30Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ...tls
1998-09-28SIOCGIFALIAS should not be restricted to the superuser.christos
1998-09-06Add SIOCGIFALIASchristos
1998-07-05Garbage-collect ``needs-flag'' from attributes ether, fddi, arc:jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-05-29Change arp so its console log messages print out IP addresses inmatt
1998-02-15Add correct copyright notice for IP address hash change. This code is donate...tls
1998-02-13Change list of interface IP addresses to a hash. Improves performance on hos...tls
1998-01-12Use option header file for MROUTINGscottr
1998-01-05Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changesthorpej
1997-07-23Pull SYN_cache_branch down into the main line.thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-09-14move the packet filter hooks in to a saner location. while i'm here, renamemrg
1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft
1996-09-07fix a couple of minor nits after discussions with jason.mrg
1996-09-06add packet filter interface code. see pfil(9) for more details. youmrg
1996-06-23Return ENOPROTOOPT rather than picking pseudo-random error values.mycroft
1996-05-22A few style changes to match netiso and netns.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-02-13netinet prototypeschristos
1995-08-12splnet --> splsoftnetmycroft
1995-06-12Various cleanup, including:mycroft
1995-06-04For consistency, set sin_len for SIOC{ADD,DEL}MULTI.mycroft
1995-06-04Clean up many more casts.mycroft
1995-06-04Clean up a lot of ugly casts.mycroft
1995-06-01Avoid byte-swapping IP addresses at run time.mycroft
1995-05-31Integrate multicast 3.5 distribution, with several bugs fixed and generalmycroft
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-04-11Remove some explicit references to loif.mycroft
1995-04-10Remove now unneeded #ifdef. Prototype new function.mycroft
1994-11-03Fix off by one error in in_socktrim(), reported by Karn Fox.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-21config.new hack for if_ether.c for lack of an `and' in the grammerchopps
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft