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
/
netatm
/
atm_if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-2
/
+4
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-10
/
+18
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-7
/
+6
*
Make the ioctl() interface cleaner with regard to types: use size_t
harti
2003-07-29
1
-10
/
+9
*
Set the interface type of the network interfaces to IFT_IPOVERATM(114).
harti
2003-07-25
1
-1
/
+1
*
Now that we have if_detach() don't try to get rid of all the interface
harti
2003-07-24
1
-95
/
+5
*
Add BPF support to HARP network interfaces. This allows one to see
harti
2003-07-24
1
-0
/
+13
*
Handle the new MEDIA definitions.
harti
2003-07-23
1
-0
/
+9
*
Use __FBSDID().
obrien
2003-06-11
1
-10
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Indirectly pull in declaration for M_IFADDR.
hsu
2002-12-28
1
-0
/
+1
*
SMP locking for radix nodes.
hsu
2002-12-24
1
-0
/
+2
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-0
/
+2
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
1
-1
/
+1
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-1
/
+1
*
- Turn the hea and hfa HARP storage pools into UMA zones and insert
arr
2002-06-14
1
-12
/
+11
*
- Nuke some more not needed #ifdef cruft.
arr
2002-04-21
1
-19
/
+0
*
- Change KM_ macro calls to the appropriate function call.
arr
2002-04-19
1
-5
/
+5
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
1
-0
/
+4
*
Remove more unused #includes.
phk
2000-10-27
1
-4
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
1
-1
/
+28
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-7
/
+6
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-11
/
+12
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
1
-4
/
+4
*
Add new files for HARP3
phk
1998-09-15
1
-0
/
+1202