summaryrefslogtreecommitdiff
path: root/sys/netipsec
AgeCommit message (Expand)Author
2016-06-22fix: locking about IFQ_ENQUEUE and ALTQknakahara
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-05-12Protect ifnet list with psz and psrefozaki-r
2016-04-28introduce new ifnet MP-scalable sending interface "if_transmit".knakahara
2016-03-07PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD)christos
2016-03-06Simplify the port comparison code further.christos
2016-03-05kill stray &christos
2016-03-05Fix port matching; we need to ignore ports when they are 0 not only inchristos
2016-03-05gather more information from mbuf.christos
2016-03-05Add more debugging, no functional change.christos
2016-01-26eliminate variable argument in encapswknakahara
2016-01-26implement encapsw instead of protosw and uniform prototype.knakahara
2016-01-22Back out previous change to introduce struct encapsw.riastradh
2016-01-22Don't abuse struct protosw for ip_encap -- introduce struct encapsw.riastradh
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-20Eliminate struct protosw::pr_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
2015-04-01Pull out ipsec routines from ip6_inputozaki-r
2015-04-01Fix wrong commentsozaki-r
2015-03-30Tidy up opt_ipsec.h inclusionsozaki-r
2015-03-27Remove unnecessary ifdef IPSECozaki-r
2015-03-27KNFozaki-r
2014-09-05Don't use C++ keyword newmatt
2014-08-13C99 6.5.15 Conditional operator note 3 states that the second andplunky
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* 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-06-16cleanup debugging printfs and fix port endianness printing issue.christos
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-06-05CID 1220169: Reverse NULLchristos
2014-06-05CID 1220167: NULL Derefchristos
2014-06-05CID 274353: Forward NULLchristos