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
*
Fix a case where the return value from m_copy() was not being checked
archie
2003-04-23
1
-6
/
+6
*
Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,
rwatson
2003-04-14
1
-8
/
+0
*
No need to unlock if error detected before locking.
hsu
2003-04-13
1
-2
/
+4
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
3
-7
/
+5
*
Don't use ovbcopy(); use void * instead of char *.
des
2003-04-04
1
-6
/
+3
*
o netisr_queue() returns 1 on success and 0 on failure,
maxim
2003-03-27
1
-1
/
+1
*
- Use if_broadcastaddr from struct ifnet rather than relying on
mdodd
2003-03-21
2
-3
/
+4
*
Assignment could be NULL, check.
mdodd
2003-03-21
1
-1
/
+1
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
1
-2
/
+2
*
- 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
[next]