aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKevin Lo2012-02-281-1/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-052-7/+7
* Reverse misordered unlock and lock in at_control for netatalk phase IRobert Watson2009-08-121-2/+2
* Use queue(9) instead of hand-crafted link lists for the global netatalkRobert Watson2009-06-247-60/+41
* Printf fewer warnings when adding a route to an atalk address fails;Robert Watson2009-06-241-10/+2
* Break at_ifawithnet() into two variants:Robert Watson2009-06-243-93/+143
* Reduce debugging output for netatalk routing events.Robert Watson2009-06-241-44/+6
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkRobert Watson2009-06-227-76/+143
* Clean up common ifaddr management:Robert Watson2009-06-211-3/+2
* Don't lock sockets around calls to mac_socket_create_mbuf() -- policiesRobert Watson2009-06-201-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-053-5/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson2009-06-021-5/+1
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-11/+24
* Lock interface address list lock around ifaddr inserts and deletesRobert Watson2009-04-191-1/+5
* Remove local variable 'ddp' from DDP's attach and detach routines; theyRobert Watson2009-02-041-6/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-3/+3
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-092-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+1
* Annotate two possible bugs in a comment: (1) we allocate and explicitlyRobert Watson2007-11-201-0/+8
* Add additional robustness to at_aarpinput() by testing for broadcastRobert Watson2007-11-201-0/+7
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-242-3/+3
* Mark wire data structures in netatalk as __packed so that they areRobert Watson2007-06-282-7/+9
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-5/+5
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizeRobert Watson2007-02-191-1/+2
* Clean up DDP layer netatalk code:Robert Watson2007-01-127-875/+795
* Cleanup of netatalk atalk layer includes, protocol definitions, andRobert Watson2007-01-125-127/+115
* Re-style aarp with style(9): normal plethora of white space, brace,Robert Watson2007-01-123-531/+516
* Break out my copyrights with our 2-clause BSD license from the UMichRobert Watson2007-01-086-5/+95
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-1/+4
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-223-3/+6
* Since soisdisconnected() is no longer called in pru_detach(), call itRobert Watson2006-08-051-0/+2
* Remove call to soisdisconnected() in at_pcbdetach(): by the time theRobert Watson2006-08-021-2/+0
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-3/+20
* Update global copyright statement for netatalk, as I claim copyrightRobert Watson2006-06-081-0/+1
* White space consistency with kasserts. Minor style tweaks.Robert Watson2006-04-011-2/+6
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-2/+1
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-3/+1
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anRobert Watson2006-03-251-3/+2
* Modify netatalk to ensure, and assert, that pcb's remain attached toRobert Watson2006-03-172-26/+11
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-4/+5
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-2/+1
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-20/+14
* Forward declare atalkdomain with static linkage, not extern, sinceCraig Rodrigues2005-09-111-1/+1
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+5
* When generating a phase II ARP lookup from aarpwhohas(), use aRobert Watson2005-02-221-1/+1