| Commit message (Expand) | Author | Age | Files | Lines |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -6/+6 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -5/+5 |
* | Fix typos | kevlo | 2012-02-28 | 1 | -1/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -3/+3 |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 1 | -12/+24 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 1 | -4/+34 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -3/+1 |
* | Add additional robustness to at_aarpinput() by testing for broadcast | rwatson | 2007-11-20 | 1 | -0/+7 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 1 | -2/+2 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -2/+2 |
* | Re-style aarp with style(9): normal plethora of white space, brace, | rwatson | 2007-01-12 | 1 | -496/+483 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | rwatson | 2007-01-08 | 1 | -2/+1 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+5 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | ru | 2005-11-11 | 1 | -2/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -5/+5 |
* | When generating a phase II ARP lookup from aarpwhohas(), use a | rwatson | 2005-02-22 | 1 | -1/+1 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | rwatson | 2005-02-22 | 1 | -9/+8 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -2/+2 |
* | Inline umich license from COPYRIGHT to make it clear what license the | rwatson | 2004-08-10 | 1 | -3/+47 |
* | Remove 'Not used' comment: at_org_code is used, just not in netatalk/. | rwatson | 2004-07-12 | 1 | -3/+0 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -36/+33 |
* | Lock down the netatalk AARP code, which is responsible for appletalk | rwatson | 2004-04-09 | 1 | -11/+30 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 1 | -1/+1 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 1 | -5/+5 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 1 | -217/+217 |
* | Const-poison atmulticastaddr, which should be read but not modified. | rwatson | 2004-03-13 | 1 | -9/+9 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -0/+2 |
* | Remove unnecessary casts to (caddr_t) for if_broadcastaddr. | imp | 2003-10-23 | 1 | -3/+3 |
* | More checking of M_PREPEND() return values: pass through link-layer | rwatson | 2003-08-29 | 1 | -0/+6 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -4/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 1 | -0/+8 |
* | Fix warning; Extra tokens after #endif | peter | 2002-05-24 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Slight cleanup of aarp code | julian | 2000-03-29 | 1 | -11/+13 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -1/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -1/+0 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 1 | -2/+4 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 1 | -27/+18 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 1 | -5/+8 |
* | Removed unused #includes. | bde | 1997-09-07 | 1 | -9/+4 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -3/+4 |