| Age | Commit message (Expand) | Author |
| 2019-01-28 | Fix memory leaks pointed out by Ilja Van Sprundel: all | martin |
| 2018-12-27 | Remove M_COPY_PKTHDR, M_MOVE_PKTHDR, M_ALIGN and MH_ALIGN. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-11 | Retire ICMPPRINTFS, it's annoying and it doesn't build. | maxv |
| 2018-04-11 | Add one more XXX in the list. | maxv |
| 2018-01-19 | Add XXX. | maxv |
| 2018-01-19 | Move the ICMP Extension structures from mpls_ttl.c to ip_icmp.h; that's | maxv |
| 2017-12-08 | Style, and fix several bugs: | maxv |
| 2017-09-21 | Invalidate rtcache based on a global generation counter | ozaki-r |
| 2016-10-08 | Assert size for sockaddr_mpls, but don't require it to be packed. | joerg |
| 2016-10-03 | Fix race condition on ifqueue used by traditional netisr | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 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-07-31 | add missing KASSERT(req != PRU_XXX) to mpls_usrreq() for PRUs that have | 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-06 | * split PRU_SENSE functionality out of mpls_usrreq() 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-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 |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-08-07 | reserve space for ICMP header accordingly to RFC4884 | kefren |
| 2013-07-23 | Implement RFC4182 changes - switchable via sysctl | kefren |
| 2013-07-18 | explicitly call sysctl setup in init. Needed for future dynamic loading | kefren |
| 2012-02-01 | old style def | christos |
| 2011-03-31 | Hide the radix-trie implementation of the forwarding table so that we | dyoung |
| 2010-07-05 | do some rudimentary checks on ip4 header before passing packet to | kefren |
| 2010-07-02 | * correct packet size | kefren |
| 2010-06-26 | Fix build for MPLS import: add options MPLS, changed pseudo-device mpls | kefren |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |