| Age | Commit message (Expand) | Author |
| 2018-02-28 | Remove unused ipsec_private.h includes. | maxv |
| 2018-02-28 | Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-14 | Revert my two last changes in this file. They are apparently causing | maxv |
| 2018-02-12 | Don't rebase the pointers. 'm' is only allowed to become NULL (which | maxv |
| 2018-02-10 | If the socket wants a ESP-over-UDP packet, and the packet is incorrect, | maxv |
| 2018-02-08 | More style, no functional change. | maxv |
| 2018-02-08 | Style, and remove printfs. | maxv |
| 2018-02-08 | Fix three pretty bad mistakes in NAT-T: | maxv |
| 2017-12-11 | As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent without EADDRINUSE | ryo |
| 2017-08-10 | Add support IP_PKTINFO for sendmsg(2). | ryo |
| 2017-07-06 | Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single | christos |
| 2017-04-20 | Remove unnecessary NULL checks for inp_socket and in6p_socket | ozaki-r |
| 2017-04-20 | Simplify logic of udp4_sendup and udp6_sendup | ozaki-r |
| 2017-03-03 | Pass inpcb/in6pcb instead of socket to ip_output/ip6_output | ozaki-r |
| 2017-01-24 | Tweak softnet_lock and NET_MPSAFE | ozaki-r |
| 2016-11-18 | fix: "ifconfig destory" can stalls when "ifconfig" is done parallel. | knakahara |
| 2016-11-15 | Enforce alignment requirements that are violated in some cases. | mlelstv |
| 2016-10-19 | Remove unnecessary #ifdef IPSEC | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 2016-02-15 | Reduce code duplication. | rtr |
| 2016-01-20 | Give proper prototype to udp_output. | riastradh |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 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 |
| 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-08-02 | restore splsoftnet() in various usrreqs that were removed during the PRU | 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-23 | where appropriate rename xxx_ioctl() struct mbuf * parameters from | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2014-05-22 | Move udp6_input(), udp6_sendup(), udp6_realinput() and udp6_input_checksum() | 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 |