Age | Commit message (Expand) | Author |
2016-08-22 | Do not dereference ``rt->rt_ifa'' after calling rtfree(9). | Martin Pieuchot |
2015-12-09 | Always pass a valid interface pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-22 | Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-19 | Sync rtisvalid(9) check for local route entries with r1.257 of | Martin Pieuchot |
2015-09-23 | Always increment rt_use inside rtalloc(9) instead of doing it in some | Martin Pieuchot |
2015-09-11 | When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in | Alexander Bluhm |
2015-09-10 | if_put after if_get in icmp input. | David Gwynne |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-08-14 | Replace sockaddr casts with the proper satosin() or satosin6() calls. | Alexander Bluhm |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-05-19 | Do not leak a rtentry if it is unusable. | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-02-05 | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). | Martin Pieuchot |
2015-01-28 | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s | Martin Pieuchot |
2015-01-26 | Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll | Martin Pieuchot |
2014-12-22 | Make sure rtrequest1(9) is called under splsoftnet(). | Martin Pieuchot |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-09-30 | Do not use the global list of IPv4 addresses in icmp_reflect()... | Martin Pieuchot |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-20 | revert rev. 1.115 | Sebastian Benoit |
2014-03-13 | fix buffer overflows in icmp redirect handling introduced in rev 1.106 | Jonathan Gray |
2014-03-11 | In case imcp_reflect() is called without a given source address | Martin Pieuchot |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-11-26 | instead of calculating the icmp checksum here, just set the flag that | Henning Brauer |
2013-11-17 | Instead of stripping the IP options manually in icmp_reflect(), | Alexander Bluhm |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-08-21 | Stop using static variables in ICMP. While this is perfectly ok for | Martin Pieuchot |
2013-08-13 | When net.inet.ip.sourceroute is enable, store the source route | Martin Pieuchot |
2013-08-08 | Constify the table of common MTUs and use nitems(), no functional change. | Martin Pieuchot |
2013-08-08 | Change MTU discovery functions to not abuse the global icmpsrc variable | Martin Pieuchot |