summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Use queue(9) instead of hand-crafted link lists for the global netatalkrwatson2009-06-241-1/+1
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-221-1/+9
* Don't lock sockets around calls to mac_socket_create_mbuf() -- policiesrwatson2009-06-201-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Annotate two possible bugs in a comment: (1) we allocate and explicitlyrwatson2007-11-201-0/+8
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Clean up DDP layer netatalk code:rwatson2007-01-121-153/+143
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* In the ddp_output() path, which can be called in a variety of threadingrwatson2005-02-221-2/+2
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-1/+1
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+2
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-221-1/+1
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-221-49/+49
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-211-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+4
* More checking of M_PREPEND() return values: pass through link-layerrwatson2003-08-291-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.rwatson2002-08-151-0/+10
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+3
* fix broken loopback code for ddp (again)julian1998-08-041-4/+37
* Fix braino in last commit.julian1998-07-131-1/+1
* Slight optimisation. Don't do the same calculation twice.julian1998-07-091-17/+14
* Go through the loopback code with a broom..julian1998-06-121-0/+9
* Remove stray debug message.steve1998-05-241-1/+0
* Fix various problems with netatalk kernel support.julian1997-10-291-3/+3
* Removed unused #includes.bde1997-09-071-6/+0
* Cleaned up a little.bde1997-09-071-1/+0
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-281-3/+19
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-051-1/+4
* Updated #includes to 4.4Lite style.bde1996-09-101-5/+5
* Submitted by: archie@whistle.comjulian1996-07-231-123/+3
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+298
OpenPOWER on IntegriCloud