index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
in.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"
suz
2002-10-22
1
-5
/
+9
*
Lock up inpcb.
hsu
2002-06-10
1
-2
/
+2
*
Remove the code that masks an EEXIST returned from rtinit() when
brian
2002-04-10
1
-4
/
+0
*
Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.
brian
2002-04-10
1
-6
/
+18
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Remove __P.
alfred
2002-03-19
1
-8
/
+8
*
During SIOCAIFADDR, if in_ifinit() fails and we've already added an
brian
2001-11-30
1
-24
/
+39
*
Make sure the netmask always has an address family. This fixes Linux
des
2001-10-30
1
-3
/
+4
*
in_ifinit apparently can be used to rewrite an ip address; recalculate
jlemon
2001-10-01
1
-1
/
+5
*
Add a hash table that contains the list of internet addresses, and use
jlemon
2001-09-29
1
-13
/
+19
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+11
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
When running aplication joined multicast address,
ume
2001-08-04
1
-0
/
+12
*
Sync with recent KAME.
ume
2001-06-11
1
-20
/
+3
*
In in_ifadown(), differentiate between whether the interface goes
ru
2001-05-11
1
-1
/
+1
*
<sys/queue.h> makeover.
phk
2001-03-16
1
-6
/
+3
*
net/route.c:
ru
2001-03-15
1
-0
/
+11
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-9
/
+9
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.
bde
2000-08-19
1
-1
/
+3
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+1
*
Change struct sockaddr_storage member name, because following change
shin
2000-01-13
1
-9
/
+9
*
IPSEC support in the kernel.
shin
1999-12-22
1
-0
/
+253
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
postpone the sending of IGMP LEAVE msg to after deleting the
luigi
1999-04-24
1
-2
/
+8
*
Clean up some pointer usage.
eivind
1998-12-07
1
-2
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+1
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-6
/
+8
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Convert raw IP from mondo-switch-statement-from-Hell to
wollman
1997-02-18
1
-1
/
+1
*
Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface
wollman
1997-02-13
1
-2
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-156
/
+50
*
Some days, it just doesn't pay to get out of bed. Fix another broken
wollman
1996-12-15
1
-2
/
+2
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-52
/
+24
*
Set subnetsarelocal to false. In a classless world, the other case
wollman
1996-09-09
1
-2
/
+2
*
Added proper splnet protection while modifying the interface address list.
dg
1996-04-07
1
-2
/
+17
*
Allow SIOCGIFBRDADDR and SIOCGIFNETMASK to return information about
fenner
1996-03-15
1
-5
/
+17
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Fix a bug where having a process listening to both a INADDR_ANY and a
guido
1996-01-08
1
-2
/
+8
*
Staticize.
phk
1995-12-09
1
-6
/
+7
*
fix #includes & warnings.
phk
1995-11-20
1
-33
/
+1
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-5
/
+10
[next]