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_iso88025subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit does two things:
luigi
2004-04-25
1
-7
/
+8
*
arpcom untangling:
luigi
2004-04-24
1
-3
/
+2
*
+ rename and document an unused field in struct arpcom (field is still
luigi
2004-04-18
1
-1
/
+0
*
whoops, forgot to fix these places where arpresolve() was used
luigi
2004-04-04
1
-1
/
+1
*
Handle AF_ARP in *_output()
mdodd
2004-03-14
1
-0
/
+27
*
Constify iso88025_broadcastaddr to make it clear no explicit
rwatson
2004-03-13
1
-3
/
+3
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
1
-1
/
+1
*
Enable IPv6 for Token Ring.
mdodd
2003-09-14
1
-4
/
+0
*
Cosmetic cleanups.
mdodd
2003-09-14
1
-19
/
+21
*
Cosmetic adjustment.
mdodd
2003-09-14
1
-2
/
+1
*
- Use IFP2AC().
mdodd
2003-03-16
1
-2
/
+34
*
Don't strip header from packets before input routine is called.
mdodd
2003-03-15
1
-4
/
+26
*
Use if_printf().
mdodd
2003-03-15
1
-2
/
+2
*
iso88025_ifattach() changes:
mdodd
2003-03-15
1
-2
/
+18
*
- Style(9) changes.
mdodd
2003-03-15
1
-4
/
+11
*
Stray } forgotten by manual merging.
mdodd
2003-03-15
1
-1
/
+0
*
- Remove stray ).
mdodd
2003-03-15
1
-2
/
+6
*
Revert part of 1.37; use bcopy() like if_fddisubr.c.
mdodd
2003-03-15
1
-3
/
+1
*
- Increment ifp->if_noproto when appropriate.
mdodd
2003-03-15
1
-11
/
+19
*
- Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packets
mdodd
2003-03-15
1
-5
/
+20
*
Add MAC support.
mdodd
2003-03-15
1
-0
/
+12
*
Use llc_control rather than llc_snap.control.
mdodd
2003-03-15
1
-1
/
+1
*
- Add comment.
mdodd
2003-03-15
1
-2
/
+5
*
Reduce code differences.
mdodd
2003-03-15
1
-7
/
+6
*
Use ISO88025_ADDR_LEN where appropriate.
mdodd
2003-03-15
1
-6
/
+6
*
Don't use etherbroadcastaddr; use iso88025_broadcastaddr.
mdodd
2003-03-15
1
-4
/
+6
*
- Remove definition of senderr() from iso88025.h.
mdodd
2003-03-15
1
-1
/
+2
*
Some whitespace/style/readability changes.
mdodd
2003-03-15
1
-16
/
+29
*
Add iso88025_resolvemulti().
mdodd
2003-03-15
1
-0
/
+87
*
Fix formatting of iso88025_ifattach().
mdodd
2003-03-15
1
-9
/
+9
*
Re-order and prune includes.
mdodd
2003-03-15
1
-16
/
+7
*
Add module data and version.
mdodd
2003-03-15
1
-0
/
+9
*
s/llc_un.type_snap/llc_snap/g
mdodd
2003-03-15
1
-9
/
+9
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-14
/
+7
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
1
-3
/
+3
*
Use IFP2AC() rather than casting to struct arpcom *
mdodd
2003-03-03
1
-2
/
+2
*
De-register.
mdodd
2003-03-03
1
-5
/
+5
*
Reduce code duplication. This adds the function rt_check() to route.c.
mdodd
2003-03-02
1
-24
/
+3
*
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
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-21
1
-2
/
+1
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Move ISO88025 source routing information into sockaddr_dl's sdl_data
kbyanc
2002-05-07
1
-4
/
+5
*
whitespace fixes.
jlemon
2001-12-14
1
-2
/
+2
*
bring in ARP support for variable length link level addresses
fjoe
2001-10-14
1
-2
/
+3
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Do not perform arp send/resolve on an interface marked NOARP.
jlemon
2001-06-15
1
-0
/
+2
*
- Add iso88025_ifdetach().
mdodd
2001-03-18
1
-110
/
+276
*
This include file has no business being here.
mdodd
2001-03-15
1
-2
/
+0
[next]