summaryrefslogtreecommitdiff
path: root/sys/netatalk
AgeCommit message (Expand)Author
2019-10-10Pull up following revision(s) (requested by maxv in ticket #297):martin
2019-02-24RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()maxv
2019-01-28Fix memory leaks pointed out by Ilja Van Sprundel: allmartin
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-05-29Remove aarp_clean, unused. By the way this function was probably buggymaxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-03-21Sprinkle more soroverflow().roy
2018-02-17Add NETATALKDEBUG to the option header and include that in the main sourcerjs
2017-12-09Mmh, pull up the packet to ether_aarp, otherwise we're reading past themaxv
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-10-03Fix race condition on ifqueue used by traditional netisrozaki-r
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-01-21Revert previous: ran cvs commit when I meant cvs diff. Sorry!riastradh
2016-01-21Give proper prototype to ip_output.riastradh
2016-01-20Give proper prototype to ddp_output.riastradh
2016-01-20Eliminate struct protosw::pr_output.riastradh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-26remove pr_generic from struct pr_usrreqs and all implementations ofrtr
2015-04-24make at_pcbconnect() take sockaddr_at * instead of mbuf *.rtr
2015-04-24make accept, getsockname and getpeername syscalls use sockaddr_big and modifyrtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2014-12-08Define netatalk module.uebayasi
2014-12-02- s/u_intX/uintX/christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-09Eliminate IFAREF() and IFAFREE() macros in favour of functions.rmind
2014-08-09split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreqrtr
2014-08-08split PRU_RCVD function out of pr_generic() usrreq switches and put intortr
2014-08-07suppress possibly used uninitialized warning on sgimipsrtr
2014-08-07remove KASSERT(nam != NULL) from ddp_send() the following code makesrtr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-08-05revert the removal of struct lwp * parameter from bind, listen and connectrtr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-07-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr
2014-07-09* split PRU_ACCEPT function out of pr_generic() usrreq switches and putrtr
2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr
2014-07-07* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.rtr
2014-07-07backout change that made pr_stat return EOPNOTSUPP for protocols thatrtr
2014-07-07* have pr_stat return EOPNOTSUPP consistently for all protocols that dortr
2014-07-06* split PRU_SENSE functionality out of xxx_usrreq() switches and place intortr
2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr
2014-06-23where appropriate rename xxx_ioctl() struct mbuf * parameters fromrtr
2014-06-22* split PRU_CONTROL functionality out of xxx_userreq() switches and placertr
2014-05-20Adjust PR_WRAP_USRREQS() to include the attach/detach functions.rmind