aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.67: fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"SUZUKI Shinsuke2002-11-081-5/+9
* MFC 1.49, 1.50, 1.52: use <sys/queue> macros rather than fondlingKelly Yancey2002-10-131-7/+4
* MFC: Remove the code that masks an EEXIST returned from rtinit() whenBrian Somers2002-05-011-4/+0
* MFC: Don't add host routes for interface addresses ofBrian Somers2002-05-011-12/+17
* Fix a patch mistakeBrian Somers2002-04-251-1/+2
* Disable part of the last commit when kernel-bootp support is used.Luigi Rizzo2002-03-161-0/+8
* MFC: During SIOCAIFADDR, if in_ifinit() fails and we've already added anBrian Somers2002-02-271-24/+39
* MFC: r1.58, r1.59: use hash table for IP addresses.Jonathan Lemon2001-12-141-14/+23
* MFC: (1.60) Make sure the netmask always has an address family.Dag-Erling Smørgrav2001-11-131-3/+4
* MFC: removing network card, and kill aplication.Hajimu UMEMOTO2001-08-131-0/+12
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-20/+3
* MFC.Ruslan Ermilov2001-05-141-0/+11
* MFC (rev.1.46: fixed a missing splx() in if_addmulti()).Bruce Evans2000-08-191-1/+3
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-0/+1
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-9/+9
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+253
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* postpone the sending of IGMP LEAVE msg to after deleting theLuigi Rizzo1999-04-241-2/+8
* Clean up some pointer usage.Eivind Eklund1998-12-071-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-6/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-1/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-156/+50
* Some days, it just doesn't pay to get out of bed. Fix another brokenGarrett Wollman1996-12-151-2/+2
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-51/+23
* Set subnetsarelocal to false. In a classless world, the other caseGarrett Wollman1996-09-091-2/+2
* Added proper splnet protection while modifying the interface address list.David Greenman1996-04-071-2/+17
* Allow SIOCGIFBRDADDR and SIOCGIFNETMASK to return information aboutBill Fenner1996-03-151-5/+17
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Fix a bug where having a process listening to both a INADDR_ANY and aGuido van Rooij1996-01-081-2/+8
* Staticize.Poul-Henning Kamp1995-12-091-6/+7
* fix #includes & warnings.Poul-Henning Kamp1995-11-201-33/+1
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-5/+10
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterGarrett Wollman1995-09-211-3/+3
* Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts toGarrett Wollman1995-07-171-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Cleanup loopback interface support.Paul Traina1995-04-261-2/+2
* Disallow half-configured point-to-point interfaces. It's still possible toGarrett Wollman1995-04-251-7/+14
* in_var.h: in_multi structures now form a queue(3)-style LIST structureGarrett Wollman1995-03-231-9/+98
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* YFfix.Poul-Henning Kamp1995-02-141-1/+3