summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/aarp.c
Commit message (Expand)AuthorAgeFilesLines
* Use queue(9) instead of hand-crafted link lists for the global netatalkrwatson2009-06-241-1/+1
* Break at_ifawithnet() into two variants:rwatson2009-06-241-12/+24
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-221-4/+34
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Add additional robustness to at_aarpinput() by testing for broadcastrwatson2007-11-201-0/+7
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-2/+2
* Re-style aarp with style(9): normal plethora of white space, brace,rwatson2007-01-121-496/+483
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-081-2/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+5
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-2/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+5
* When generating a phase II ARP lookup from aarpwhohas(), use arwatson2005-02-221-1/+1
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutrwatson2005-02-221-9/+8
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-2/+2
* Inline umich license from COPYRIGHT to make it clear what license therwatson2004-08-101-3/+47
* Remove 'Not used' comment: at_org_code is used, just not in netatalk/.rwatson2004-07-121-3/+0
* This commit does two things:luigi2004-04-251-36/+33
* Lock down the netatalk AARP code, which is responsible for appletalkrwatson2004-04-091-11/+30
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-221-1/+1
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-221-5/+5
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-221-217/+217
* Const-poison atmulticastaddr, which should be read but not modified.rwatson2004-03-131-9/+9
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-0/+2
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.imp2003-10-231-3/+3
* More checking of M_PREPEND() return values: pass through link-layerrwatson2003-08-291-0/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.rwatson2002-08-151-0/+8
* Fix warning; Extra tokens after #endifpeter2002-05-241-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Slight cleanup of aarp codejulian2000-03-291-11/+13
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+0
* Staticize.eivind1998-02-091-3/+3
* Make the debug options new-style.eivind1998-01-311-2/+4
* Fix various problems with netatalk kernel support.julian1997-10-291-27/+18
* Update for new callout interface.gibbs1997-09-211-5/+8
* Removed unused #includes.bde1997-09-071-9/+4
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-3/+4
* Convert the interface address and IP interface address structureswollman1996-12-131-13/+14
* Massively COMMENT at_control.cjulian1996-08-291-2/+15
* Submitted by: archie@whistle.comjulian1996-07-231-211/+6
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+816
OpenPOWER on IntegriCloud