aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk/ddp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-1/+1
* In the ddp_output() path, which can be called in a variety of threadingRobert Watson2005-02-221-2/+2
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesWarner Losh2005-01-071-1/+1
* Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson2004-06-131-0/+2
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isRobert Watson2004-03-221-1/+1
* Since I have my hands all over netatalk adding locking and restructuringRobert Watson2004-03-221-49/+49
* Spell "(struct foo *)0" as "NULL".Robert Watson2004-03-211-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+4
* More checking of M_PREPEND() return values: pass through link-layerRobert Watson2003-08-291-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.Robert Watson2002-08-151-0/+10
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+3
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-4/+37
* Fix braino in last commit.Julian Elischer1998-07-131-1/+1
* Slight optimisation. Don't do the same calculation twice.Julian Elischer1998-07-091-17/+14
* Go through the loopback code with a broom..Julian Elischer1998-06-121-0/+9
* Remove stray debug message.Steve Price1998-05-241-1/+0
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-3/+3
* Removed unused #includes.Bruce Evans1997-09-071-6/+0
* Cleaned up a little.Bruce Evans1997-09-071-1/+0
* Add a per-interface-address pointer to a function that can be suppliedJulian Elischer1997-08-281-3/+19
* make the netatalk output routine matcy the prtotype used in theJulian Elischer1997-03-051-1/+4
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-5/+5
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-123/+3
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-0/+298