Age | Commit message (Expand) | Author |
2016-07-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-18 | Kill the rtableid variable in ip6_input(). It does not make sense | Alexander Bluhm |
2016-07-14 | Drop received packets with an IPv4-compatible address as source or | Martin Pieuchot |
2016-07-06 | Move Hop-by-Hop processing into its own function ip6_hbhchcheck(). | Martin Pieuchot |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-05-07 | Remove duplicate check. | Martin Pieuchot |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-11 | Search in the correct routing table if NPF is not defined. | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2016-01-06 | fix comment typos | Stuart Henderson |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-10-29 | RFC 2292 API support was removed 9 years ago, but left in a binary compat | Ted Unangst |
2015-10-23 | replace pointer arithmetic and casts with offsetof | Jonathan Gray |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-13 | Make use of rtisvalid(9) to check if local route entries match existing | Martin Pieuchot |
2015-09-11 | if_put for ip6_input. OK mpi@ | Claudio Jeker |
2015-09-10 | Fewer in6_ifstat_inc() | Martin Pieuchot |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-02-09 | Remove a chunk missed in previous scope ID shuffling creating wrong | Martin Pieuchot |
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-05-13 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-02-13 | Another chunk of IPv6 dead code bites the dust. | Martin Pieuchot |
2014-02-05 | Kill some dead code. | Martin Pieuchot |
2013-11-15 | After discussion with deraadt@ and Fernando Gont, it seems that the | Alexander Bluhm |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |