summaryrefslogtreecommitdiff
path: root/sys/net/link_proto.c
AgeCommit message (Expand)Author
2021-12-31sys: Use if_init wrapper function.riastradh
2019-09-25Make panic messages more informativeozaki-r
2019-04-29rtsock: Route address message simplificationroy
2019-01-28Fix memory leaks pointed out by Ilja Van Sprundel: allmartin
2017-04-06Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl"ozaki-r
2017-04-05Make sure to hold if_ioctl_lock when calling ifp->if_ioctlozaki-r
2017-01-11Don't call ifa_remove with holding psrefozaki-r
2016-12-26Use psz/psref to hold ifaozaki-r
2016-11-19Make fstat(2) work on AF_LINK socket descriptors.njoly
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-01-21Revert previous: ran cvs commit when I meant cvs diff. Sorry!riastradh
2016-01-21Give proper prototype to ip_output.riastradh
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 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-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-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_CONNECT, PRU_RCVOOB and PRU_SENDOOB into separate functionsrtr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-07-21Don't assume if_init is always setozaki-r
2014-07-15socklen_t is not uint8_t, so don't print it as such.joerg
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-06* split PRU_SENSE functionality out of link_usrreq() 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-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2011-10-07Cosmetic: remove whitespace at the end of line.dyoung
2010-11-12Add RTM_CHGADDR to signal that an address on the interface has changed.roy
2008-11-07*** Summary ***dyoung
2008-05-13Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address ondyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-07Lengthen sockaddr_dl so that a 16-byte FireWire address will fitdyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung