Age | Commit message (Expand) | Author |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-05 | Fix ip_is_idle_packet() to parse packets properly. | YASUOKA Masahiko |
2015-09-22 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-04-10 | mpi@ introduced a ph_cookie in mbuf packet headers that can be used | David Gwynne |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-01 | Check the header fields of GRE and MPPE packets strictly. | YASUOKA Masahiko |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko |
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko |
2014-10-21 | tun(4) has a pipex session which is used for multicast internally, it | YASUOKA Masahiko |
2014-10-20 | pipex(4): Converted to use pool(9) | Masao Uebayashi |
2014-10-18 | Whitespace. | Masao Uebayashi |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-13 | KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received | YASUOKA Masahiko |
2014-06-13 | Fix KASSERT on pipex_ppp_input(). Must not reached there even if the | YASUOKA Masahiko |
2014-06-13 | Fix tcp-mss-adjust of pipex and npppd to update the pointer of | YASUOKA Masahiko |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-18 | There is no need to initialize globals to 0. | Claudio Jeker |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-19 | simplify checksum handling. no need to compute the pseudo hdr cksum | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-09-20 | Fix a panic bug in pipex. If pipex deletes a session by the idle-timer | YASUOKA Masahiko |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-04-16 | When pipex session is terminated by idle timer, there was a problem that | YASUOKA Masahiko |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-02-13 | Pipex did panic when the 0 length mppe is given by ioctl. Return | YASUOKA Masahiko |
2012-12-14 | oops, debug printf sneaked in. i must be out of practice. | David Gwynne |
2012-12-13 | pipex_init can be called multiple times (by whatever subsystems want to use | David Gwynne |
2012-09-28 | fix adress family for ipv6 bpf packet capture; ok yasuoka | Markus Friedl |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |