| Commit message (Expand) | Author | Age | Files | Lines |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | Robert Watson | 2009-06-24 | 1 | -1/+1 |
* | Break at_ifawithnet() into two variants: | Robert Watson | 2009-06-24 | 1 | -12/+24 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | Robert Watson | 2009-06-22 | 1 | -4/+34 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -3/+1 |
* | Add additional robustness to at_aarpinput() by testing for broadcast | Robert Watson | 2007-11-20 | 1 | -0/+7 |
* | Move towards more explicit support for various network protocol stacks | Robert Watson | 2007-10-28 | 1 | -2/+2 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | Robert Watson | 2007-10-26 | 1 | -2/+2 |
* | Re-style aarp with style(9): normal plethora of white space, brace, | Robert Watson | 2007-01-12 | 1 | -496/+483 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | Robert Watson | 2007-01-08 | 1 | -2/+1 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -4/+5 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | Ruslan Ermilov | 2005-11-11 | 1 | -2/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -5/+5 |
* | When generating a phase II ARP lookup from aarpwhohas(), use a | Robert Watson | 2005-02-22 | 1 | -1/+1 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | Robert Watson | 2005-02-22 | 1 | -9/+8 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | Warner Losh | 2005-01-07 | 1 | -2/+2 |
* | Inline umich license from COPYRIGHT to make it clear what license the | Robert Watson | 2004-08-10 | 1 | -3/+47 |
* | Remove 'Not used' comment: at_org_code is used, just not in netatalk/. | Robert Watson | 2004-07-12 | 1 | -3/+0 |
* | This commit does two things: | Luigi Rizzo | 2004-04-25 | 1 | -36/+33 |
* | Lock down the netatalk AARP code, which is responsible for appletalk | Robert Watson | 2004-04-09 | 1 | -11/+30 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | Robert Watson | 2004-03-22 | 1 | -1/+1 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | Robert Watson | 2004-03-22 | 1 | -5/+5 |
* | Since I have my hands all over netatalk adding locking and restructuring | Robert Watson | 2004-03-22 | 1 | -217/+217 |
* | Const-poison atmulticastaddr, which should be read but not modified. | Robert Watson | 2004-03-13 | 1 | -9/+9 |
* | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -0/+2 |
* | Remove unnecessary casts to (caddr_t) for if_broadcastaddr. | Warner Losh | 2003-10-23 | 1 | -3/+3 |
* | More checking of M_PREPEND() return values: pass through link-layer | Robert Watson | 2003-08-29 | 1 | -0/+6 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -4/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | Robert Watson | 2002-08-15 | 1 | -0/+8 |
* | Fix warning; Extra tokens after #endif | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -2/+2 |
* | Slight cleanup of aarp code | Julian Elischer | 2000-03-29 | 1 | -11/+13 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -1/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -1/+0 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+3 |
* | Make the debug options new-style. | Eivind Eklund | 1998-01-31 | 1 | -2/+4 |
* | Fix various problems with netatalk kernel support. | Julian Elischer | 1997-10-29 | 1 | -27/+18 |
* | Update for new callout interface. | Justin T. Gibbs | 1997-09-21 | 1 | -5/+8 |
* | Removed unused #includes. | Bruce Evans | 1997-09-07 | 1 | -9/+4 |
* | Fixed the type of timeout functions and removed casts that hid the | Bruce Evans | 1997-04-20 | 1 | -3/+4 |
* | Convert the interface address and IP interface address structures | Garrett Wollman | 1996-12-13 | 1 | -13/+14 |
* | Massively COMMENT at_control.c | Julian Elischer | 1996-08-29 | 1 | -2/+15 |
* | Submitted by: archie@whistle.com | Julian Elischer | 1996-07-23 | 1 | -211/+6 |
* | Obtained from: netatalk distribution netatalk@itd.umich.edu | Julian Elischer | 1996-05-24 | 1 | -0/+816 |