| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse misordered unlock and lock in at_control for netatalk phase I | rwatson | 2009-08-12 | 1 | -2/+2 |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 7 | -60/+41 |
* | Printf fewer warnings when adding a route to an atalk address fails; | rwatson | 2009-06-24 | 1 | -10/+2 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 3 | -93/+143 |
* | Reduce debugging output for netatalk routing events. | rwatson | 2009-06-24 | 1 | -44/+6 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 7 | -76/+143 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Don't lock sockets around calls to mac_socket_create_mbuf() -- policies | rwatson | 2009-06-20 | 1 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 3 | -5/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -5/+1 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+24 |
* | Lock interface address list lock around ifaddr inserts and deletes | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Remove local variable 'ddp' from DDP's attach and detach routines; they | rwatson | 2009-02-04 | 1 | -6/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -3/+3 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 2 | -1/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -3/+1 |
* | Annotate two possible bugs in a comment: (1) we allocate and explicitly | rwatson | 2007-11-20 | 1 | -0/+8 |
* | 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 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 2 | -3/+3 |
* | Mark wire data structures in netatalk as __packed so that they are | rwatson | 2007-06-28 | 2 | -7/+9 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -5/+5 |
* | Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorize | rwatson | 2007-02-19 | 1 | -1/+2 |
* | Clean up DDP layer netatalk code: | rwatson | 2007-01-12 | 7 | -875/+795 |
* | Cleanup of netatalk atalk layer includes, protocol definitions, and | rwatson | 2007-01-12 | 5 | -127/+115 |
* | Re-style aarp with style(9): normal plethora of white space, brace, | rwatson | 2007-01-12 | 3 | -531/+516 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | rwatson | 2007-01-08 | 6 | -5/+95 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -1/+4 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 3 | -3/+6 |
* | Since soisdisconnected() is no longer called in pru_detach(), call it | rwatson | 2006-08-05 | 1 | -0/+2 |
* | Remove call to soisdisconnected() in at_pcbdetach(): by the time the | rwatson | 2006-08-02 | 1 | -2/+0 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -3/+20 |
* | Update global copyright statement for netatalk, as I claim copyright | rwatson | 2006-06-08 | 1 | -0/+1 |
* | White space consistency with kasserts. Minor style tweaks. | rwatson | 2006-04-01 | 1 | -2/+6 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -2/+1 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -3/+1 |
* | In at_setsockaddr(), assert that ddp != NULL, rather than returning an | rwatson | 2006-03-25 | 1 | -3/+2 |
* | Modify netatalk to ensure, and assert, that pcb's remain attached to | rwatson | 2006-03-17 | 2 | -26/+11 |
* | - 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 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -20/+14 |
* | Forward declare atalkdomain with static linkage, not extern, since | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 1 | -1/+1 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -1/+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 |
* | In the ddp_output() path, which can be called in a variety of threading | rwatson | 2005-02-22 | 1 | -2/+2 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | rwatson | 2005-02-22 | 4 | -14/+24 |