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
/
netatalk
/
ddp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up DDP layer netatalk code:
rwatson
2007-01-12
1
-153
/
+143
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Use the correct mbuf type for MGET().
andre
2005-08-30
1
-1
/
+1
*
Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is
rwatson
2005-07-05
1
-1
/
+1
*
In the ddp_output() path, which can be called in a variety of threading
rwatson
2005-02-22
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes, insert COPYRIGHT into files
imp
2005-01-07
1
-1
/
+1
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
1
-0
/
+2
*
Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is
rwatson
2004-03-22
1
-1
/
+1
*
Since I have my hands all over netatalk adding locking and restructuring
rwatson
2004-03-22
1
-49
/
+49
*
Spell "(struct foo *)0" as "NULL".
rwatson
2004-03-21
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+4
*
More checking of M_PREPEND() return values: pass through link-layer
rwatson
2003-08-29
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.
rwatson
2002-08-15
1
-0
/
+10
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-1
/
+3
*
fix broken loopback code for ddp (again)
julian
1998-08-04
1
-4
/
+37
*
Fix braino in last commit.
julian
1998-07-13
1
-1
/
+1
*
Slight optimisation. Don't do the same calculation twice.
julian
1998-07-09
1
-17
/
+14
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-0
/
+9
*
Remove stray debug message.
steve
1998-05-24
1
-1
/
+0
*
Fix various problems with netatalk kernel support.
julian
1997-10-29
1
-3
/
+3
*
Removed unused #includes.
bde
1997-09-07
1
-6
/
+0
*
Cleaned up a little.
bde
1997-09-07
1
-1
/
+0
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
1
-3
/
+19
*
make the netatalk output routine matcy the prtotype used in the
julian
1997-03-05
1
-1
/
+4
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-5
/
+5
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-123
/
+3
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
1
-0
/
+298