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
/
dev
/
patm
/
if_patm_tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-4
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+1
*
Fix another fallout from the ifnet change that assumed that a softc
harti
2005-07-01
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-21
/
+21
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Eliminate multiple __FBSDID and sys/cdefs.h.
bms
2004-03-10
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.
harti
2003-08-06
1
-2
/
+2
*
Send events for VCC state changes, ACR rate changes and interface state
harti
2003-07-29
1
-1
/
+2
*
When padding an mbuf chain to have a length that is a multiple
harti
2003-07-22
1
-0
/
+1
*
This is a driver for IDT77252 based ATM interfaces. It has been tested
harti
2003-07-15
1
-0
/
+1273