summaryrefslogtreecommitdiff
path: root/sys/netnatm
AgeCommit message (Expand)Author
2018-09-06Remove the network ATM code.maxv
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2016-10-03Fix race condition on ifqueue used by traditional netisrozaki-r
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-11Sweep unncessary radix.h inclusionsozaki-r
2016-01-20Eliminate struct protosw::pr_output.riastradh
2015-11-06initialize npcb; founds by brainychristos
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 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_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* #include <sys/kmem.h> for kmem_intr_free()rtr
2014-07-06* #include <sys/kmem.h> for kmem_intr_xxx()rtr
2014-07-06fix pasto in function name should be natm_stat instead of natm_ioctlrtr
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-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
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-03-09unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. Nodyoung
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-05-22Delete unnecessary casts to void *.dyoung
2008-04-24Merge the socket locking patch:ad
2007-12-07Use struct initializers. No functional change.elad
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-13Properly define the domain, and #ifdef out the sysctl routine which doescube