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
/
netipx
/
ipx_ip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-7
/
+13
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Trim trailing whitespace.
rwatson
2005-01-02
1
-3
/
+3
*
Prefer rtalloc_ign() API to rtalloc() API.
rwatson
2005-01-02
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-4
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Fix a sizeof(int) != sizeof(void *) warning.
jhb
2002-11-08
1
-1
/
+1
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-3
/
+3
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-10
/
+2
*
Lose a register declaration to avoid a warning
eivind
1999-12-20
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-10
/
+16
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-7
/
+9
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+6
*
Moved some declarations from <sys/socket.h> to the correct places, and
bde
1997-12-21
1
-1
/
+2
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+3
*
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
jhay
1997-06-26
1
-12
/
+5
*
Mega IPX commit.
jhay
1997-05-10
1
-49
/
+63
*
Make ipx compile again after the network interface changes.
jhay
1997-05-01
1
-5
/
+7
*
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
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-3
/
+4
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-3
/
+1
*
Make IPXIP work.
jhay
1996-05-08
1
-11
/
+9
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-1
/
+2
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-2
/
+3
*
Fixed a bogus name (ifn_en) that was introduced when a type mismatch
bde
1995-11-24
1
-4
/
+4
*
Suggested by: bde
julian
1995-11-04
1
-1
/
+3
*
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
julian
1995-10-31
1
-4
/
+5
*
Submitted by: Mike Mitchell
julian
1995-10-31
1
-17
/
+1
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-0
/
+452