summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+5
* Document the net.inet.ip.subnets_are_local sysctl.ru2003-12-301-1/+1
* Correct rev 1.56 which (incorrectly) reversed the test used tosam2003-11-031-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Lock up ifaddr reference counts.hsu2002-12-181-3/+5
* Remove unused and incorrectly maintained variable "in_interfaces"phk2002-12-171-4/+0
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"suz2002-10-221-5/+9
* Lock up inpcb.hsu2002-06-101-2/+2
* Remove the code that masks an EEXIST returned from rtinit() whenbrian2002-04-101-4/+0
* Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.brian2002-04-101-6/+18
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Remove __P.alfred2002-03-191-8/+8
* During SIOCAIFADDR, if in_ifinit() fails and we've already added anbrian2001-11-301-24/+39
* Make sure the netmask always has an address family. This fixes Linuxdes2001-10-301-3/+4
* in_ifinit apparently can be used to rewrite an ip address; recalculatejlemon2001-10-011-1/+5
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-291-13/+19
* KSE Milestone 2julian2001-09-121-11/+11
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* When running aplication joined multicast address,ume2001-08-041-0/+12
* Sync with recent KAME.ume2001-06-111-20/+3
* In in_ifadown(), differentiate between whether the interface goesru2001-05-111-1/+1
* <sys/queue.h> makeover.phk2001-03-161-6/+3
* net/route.c:ru2001-03-151-0/+11
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-9/+9
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.bde2000-08-191-1/+3
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+1
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-9/+9
* IPSEC support in the kernel.shin1999-12-221-0/+253
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-3/+3
* postpone the sending of IGMP LEAVE msg to after deleting theluigi1999-04-241-2/+8
* Clean up some pointer usage.eivind1998-12-071-2/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-6/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-1/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-156/+50
* Some days, it just doesn't pay to get out of bed. Fix another brokenwollman1996-12-151-2/+2
* Convert the interface address and IP interface address structureswollman1996-12-131-52/+24
* Set subnetsarelocal to false. In a classless world, the other casewollman1996-09-091-2/+2
OpenPOWER on IntegriCloud