aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk/aarp.c
Commit message (Expand)AuthorAgeFilesLines
* Use queue(9) instead of hand-crafted link lists for the global netatalkRobert Watson2009-06-241-1/+1
* Break at_ifawithnet() into two variants:Robert Watson2009-06-241-12/+24
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkRobert Watson2009-06-221-4/+34
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+1
* Add additional robustness to at_aarpinput() by testing for broadcastRobert Watson2007-11-201-0/+7
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-2/+2
* Re-style aarp with style(9): normal plethora of white space, brace,Robert Watson2007-01-121-496/+483
* Break out my copyrights with our 2-clause BSD license from the UMichRobert Watson2007-01-081-2/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-4/+5
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-2/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+5
* When generating a phase II ARP lookup from aarpwhohas(), use aRobert Watson2005-02-221-1/+1
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutRobert Watson2005-02-221-9/+8
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesWarner Losh2005-01-071-2/+2
* Inline umich license from COPYRIGHT to make it clear what license theRobert Watson2004-08-101-3/+47
* Remove 'Not used' comment: at_org_code is used, just not in netatalk/.Robert Watson2004-07-121-3/+0
* This commit does two things:Luigi Rizzo2004-04-251-36/+33
* Lock down the netatalk AARP code, which is responsible for appletalkRobert Watson2004-04-091-11/+30
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isRobert Watson2004-03-221-1/+1
* Compare pointers with NULL rather than 0, or treating them as boolans inRobert Watson2004-03-221-5/+5
* Since I have my hands all over netatalk adding locking and restructuringRobert Watson2004-03-221-217/+217
* Const-poison atmulticastaddr, which should be read but not modified.Robert Watson2004-03-131-9/+9
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-0/+2
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.Warner Losh2003-10-231-3/+3
* More checking of M_PREPEND() return values: pass through link-layerRobert Watson2003-08-291-0/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.Robert Watson2002-08-151-0/+8
* Fix warning; Extra tokens after #endifPeter Wemm2002-05-241-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Slight cleanup of aarp codeJulian Elischer2000-03-291-11/+13
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+0
* Staticize.Eivind Eklund1998-02-091-3/+3
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-27/+18
* Update for new callout interface.Justin T. Gibbs1997-09-211-5/+8
* Removed unused #includes.Bruce Evans1997-09-071-9/+4
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-3/+4
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-13/+14
* Massively COMMENT at_control.cJulian Elischer1996-08-291-2/+15
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-211/+6
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-0/+816