| Age | Commit message (Expand) | Author |
| 2019-06-12 | make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. | christos |
| 2019-02-26 | Fix locking: it is fine if the lock is already key_so_mtx, this can happen | maxv |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-24 | Remove unused function. | maxv |
| 2018-11-08 | Don't call soroverflow when we return the error to the sender. | roy |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-19 | Remove extra long file paths from the headers. | maxv |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2017-09-28 | - sanitize key debugging so that we don't print extra newlines or unassociated | christos |
| 2017-09-25 | Fix race condition on the rawcb list shared by rtsock and keysock | ozaki-r |
| 2017-08-08 | Fix KASSERT(solocked(sb->sb_so)) failure in sbappendaddr that is called event... | ozaki-r |
| 2017-07-27 | Let PF_KEY socks hold their own lock instead of softnet_lock | ozaki-r |
| 2017-05-25 | Support SO_OVERFLOWED on PF_KEY sockets | ozaki-r |
| 2017-05-25 | Warn if failed to send up a PF_KEY message | ozaki-r |
| 2017-05-25 | KNF: remove extra leading whitespaces | ozaki-r |
| 2017-05-16 | Use kmem(9) instead of malloc/free | ozaki-r |
| 2017-04-27 | Fix KASSERT; restore a lost statement | ozaki-r |
| 2017-04-21 | Use KASSERT | ozaki-r |
| 2017-04-19 | Tweak KEYDEBUG macros | ozaki-r |
| 2017-04-19 | Retire ipsec_osdep.h | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-01-20 | Eliminate struct protosw::pr_output. | riastradh |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2015-03-30 | Tidy up opt_ipsec.h inclusions | ozaki-r |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 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-07 | backout change that made pr_stat return EOPNOTSUPP for protocols that | rtr |
| 2014-07-07 | * have pr_stat return EOPNOTSUPP consistently for all protocols that do | rtr |
| 2014-07-06 | * split PRU_SENSE functionality out of xxx_usrreq() switches and place into | rtr |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-06-05 | CID 1220167: NULL Deref | christos |
| 2014-05-21 | G/C __FreeBSD__ | rmind |
| 2014-05-21 | raw_detach: rawpcb may be embedded, free using the real size (saved in rcb). | rmind |
| 2014-05-20 | Adjust 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-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |