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
/
net
/
if_arcsubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make compile without INET.
bz
2008-11-05
1
-0
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Use ANSI C function protypes and declarations for if_arcsubr.
rwatson
2006-04-12
1
-33
/
+13
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
1
-2
/
+2
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
When allocating link layer ifnet address list entries in
rwatson
2005-08-02
1
-2
/
+6
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-7
/
+51
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Prefer C99's __func__ over GCC's __FUNCTION__.
stefanf
2004-09-22
1
-1
/
+1
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-4
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
This commit does two things:
luigi
2004-04-25
1
-16
/
+8
*
whoops, forgot to fix these places where arpresolve() was used
luigi
2004-04-04
1
-1
/
+1
*
MAC addresses are 8 bits in ARCNET. Adjust bcopy().
mdodd
2004-03-22
1
-2
/
+2
*
- Correct variable name.
mdodd
2004-03-21
1
-2
/
+2
*
Handle AF_ARP.
mdodd
2004-03-21
1
-0
/
+27
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
1
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+4
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-15
/
+8
*
Reduce code duplication. This adds the function rt_check() to route.c.
mdodd
2003-03-02
1
-22
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
- bpf is now working (tested with tcpdump)
fjoe
2003-01-30
1
-9
/
+16
*
- add support for IPX (tested with mount -t nwfs and mars_nwe),
fjoe
2003-01-24
1
-82
/
+157
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
network interface and link layer changes:
sam
2002-11-15
1
-4
/
+2
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-21
1
-2
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Cosmetical change: remove empty line to reduce diffs to RELENG_4
fjoe
2002-04-14
1
-1
/
+0
*
Fix incorrect m_free - m_freem() usage.
luigi
2002-04-04
1
-3
/
+2
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
- generic Arcnet framework
fjoe
2002-01-08
1
-0
/
+780