summaryrefslogtreecommitdiffstats
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* Reverse misordered unlock and lock in at_control for netatalk phase Irwatson2009-08-121-2/+2
* Use queue(9) instead of hand-crafted link lists for the global netatalkrwatson2009-06-247-60/+41
* Printf fewer warnings when adding a route to an atalk address fails;rwatson2009-06-241-10/+2
* Break at_ifawithnet() into two variants:rwatson2009-06-243-93/+143
* Reduce debugging output for netatalk routing events.rwatson2009-06-241-44/+6
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-227-76/+143
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Don't lock sockets around calls to mac_socket_create_mbuf() -- policiesrwatson2009-06-201-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-053-5/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-5/+1
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-11/+24
* Lock interface address list lock around ifaddr inserts and deletesrwatson2009-04-191-1/+5
* Remove local variable 'ddp' from DDP's attach and detach routines; theyrwatson2009-02-041-6/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-3/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Annotate two possible bugs in a comment: (1) we allocate and explicitlyrwatson2007-11-201-0/+8
* 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
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-242-3/+3
* Mark wire data structures in netatalk as __packed so that they arerwatson2007-06-282-7/+9
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-5/+5
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizerwatson2007-02-191-1/+2
* Clean up DDP layer netatalk code:rwatson2007-01-127-875/+795
* Cleanup of netatalk atalk layer includes, protocol definitions, andrwatson2007-01-125-127/+115
* Re-style aarp with style(9): normal plethora of white space, brace,rwatson2007-01-123-531/+516
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-086-5/+95
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-1/+4
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-223-3/+6
* Since soisdisconnected() is no longer called in pru_detach(), call itrwatson2006-08-051-0/+2
* Remove call to soisdisconnected() in at_pcbdetach(): by the time therwatson2006-08-021-2/+0
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-3/+20
* Update global copyright statement for netatalk, as I claim copyrightrwatson2006-06-081-0/+1
* White space consistency with kasserts. Minor style tweaks.rwatson2006-04-011-2/+6
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-2/+1
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-3/+1
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anrwatson2006-03-251-3/+2
* Modify netatalk to ensure, and assert, that pcb's remain attached torwatson2006-03-172-26/+11
* - 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
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-20/+14
* Forward declare atalkdomain with static linkage, not extern, sincerodrigc2005-09-111-1/+1
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+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
* In the ddp_output() path, which can be called in a variety of threadingrwatson2005-02-221-2/+2
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutrwatson2005-02-224-14/+24
OpenPOWER on IntegriCloud