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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Use IFP2AC().
mdodd
2003-03-16
2
-5
/
+73
*
Fix whitespace issues.
mdodd
2003-03-15
1
-20
/
+20
*
Don't strip header from packets before input routine is called.
mdodd
2003-03-15
2
-6
/
+27
*
Use if_printf().
mdodd
2003-03-15
2
-4
/
+3
*
iso88025_ifattach() changes:
mdodd
2003-03-15
2
-3
/
+22
*
- 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
*
Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.
mdodd
2003-03-15
1
-6
/
+6
*
- 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
3
-19
/
+20
*
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
3
-3
/
+3
*
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
2
-17
/
+9
*
Add module data and version.
mdodd
2003-03-15
2
-0
/
+18
*
s/llc_un.type_snap/llc_snap/g
mdodd
2003-03-15
1
-9
/
+9
*
Formatting and whitespace changes.
mdodd
2003-03-15
1
-9
/
+9
*
This corrects a longstanding endian bug in processing LLC/SNAP encoded
harti
2003-03-13
2
-5
/
+5
*
Pass the correct malloc flags to m_tag_alloc().
mux
2003-03-13
1
-1
/
+1
*
correct two more flag misuses; m_tag* use malloc flags
sam
2003-03-12
1
-1
/
+1
*
Note that MAJOR_AUTO is now the default if d_maj is not initialized. This
phk
2003-03-09
1
-1
/
+0
*
Discard the packet if the netisr queue is null instead of panicing, for
jlemon
2003-03-08
1
-2
/
+8
*
Revert last change and insure the driver can support other address families.
jlemon
2003-03-08
1
-0
/
+18
*
The tun driver is INET only. Don't pretend to support other address families.
jlemon
2003-03-08
1
-25
/
+0
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
9
-162
/
+0
*
GC unused files.
jlemon
2003-03-04
2
-149
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
16
-327
/
+412
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
4
-53
/
+31
*
Revert last commit. File tracks NetBSD.
mdodd
2003-03-03
1
-13
/
+13
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
7
-31
/
+31
*
Use IFP2AC() rather than casting to struct arpcom *
mdodd
2003-03-03
1
-2
/
+2
*
De-register.
mdodd
2003-03-03
3
-19
/
+19
*
Reduce code duplication. This adds the function rt_check() to route.c.
mdodd
2003-03-02
7
-116
/
+71
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
3
-6
/
+6
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
3
-112
/
+112
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
3
-6
/
+6
*
Make the network /dev entries use MAJOR_AUTO.
mux
2003-02-28
1
-3
/
+1
*
NODEVFS cleanup: remove calls to cdevsw_remove()
phk
2003-02-26
1
-2
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
31
-135
/
+135
*
remove stray debugging printf
sam
2003-02-18
1
-1
/
+0
[prev]
[next]