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
*
Add the hooks for netgraph and HARP to the NATM code. This allows us
harti
2003-06-23
1
-3
/
+64
*
Apply style(9) to this file. I'm going to touch large parts of this file
harti
2003-06-23
1
-30
/
+32
*
Now that most of this file is new, stylify the rest and correct the
harti
2003-06-18
1
-59
/
+57
*
Add definitions for the ioctls that are used by netgraph and harp to open
harti
2003-06-17
1
-0
/
+18
*
Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commit
harti
2003-06-16
1
-17
/
+92
*
Fix a typo in an ATM media name. As this name was not use yet, no problems
harti
2003-06-02
1
-1
/
+1
*
Wrap macro in do {...} while(0);
phk
2003-05-31
1
-1
/
+1
*
Remove break after return.
phk
2003-05-31
1
-3
/
+0
*
Replace a handrolled defrag function with m_defrag. The handrolled
silby
2003-05-28
1
-22
/
+15
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
2
-0
/
+63
*
Back out rev 1.146 -- it broke the LINT build.
obrien
2003-05-05
1
-1
/
+1
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
2
-2
/
+2
*
Add media types and options for ATM. While on most ATM cards media cannot
harti
2003-04-29
2
-0
/
+63
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
2
-1
/
+26
*
o add support for multi-mode devices like 802.11 wireless cards that support
sam
2003-04-28
3
-40
/
+80
*
Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.
archie
2003-04-23
1
-1
/
+2
*
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
[next]