| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -2/+2 |
* | in6_embedscope() needs to lose some weight. Remove the last argument. |  claudio | 2015-09-11 | 1 | -2/+2 |
* | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 2015-09-10 | 1 | -2/+2 |
* | Kill icmp6_ifstat_inc() and associated per-ifp storage. |  mpi | 2015-09-09 | 1 | -4/+2 |
* | Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats. |  mpi | 2015-09-09 | 1 | -10/+4 |
* | Implement pf divert-reply for raw sockets. Note that an empty |  bluhm | 2015-07-28 | 1 | -1/+4 |
* | iDo not link an ICMP6 socket to the pf state. When multiple ICMP |  bluhm | 2015-07-28 | 1 | -2/+3 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 1 | -11/+7 |
* | Get rid of the undocumented & temporary* m_copy() macro added for |  mpi | 2015-06-30 | 1 | -2/+2 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -5/+10 |
* | More damned eye searing whitespace. No change to .o files. |  krw | 2015-06-08 | 1 | -7/+7 |
* | Do not check if the interface index matches the scope when all we want |  mpi | 2015-03-04 | 1 | -2/+2 |
* | Userland (base & ports) was adapted to always include <netinet/in.h> |  deraadt | 2015-01-24 | 1 | -4/+5 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | To implement transparent relays for connectionless protocols, the |  bluhm | 2014-11-09 | 1 | -1/+6 |
* | Don't check for an empty list of interfaces. This is never true even if |  mpi | 2014-10-14 | 1 | -6/+2 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -13/+9 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -3/+3 |
* | Name the local variables for struct ifaddr consistently "ifa". |  bluhm | 2014-01-08 | 1 | -4/+4 |
* | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ |  krw | 2013-12-20 | 1 | -2/+2 |
* | Remove unused proc argument in in6_control(). |  mpi | 2013-11-22 | 1 | -2/+2 |
* | Back when some NRL code was merged into KAME to create the *BSD IPV6 |  deraadt | 2013-10-23 | 1 | -84/+63 |
* | Put a large chunk of the IPv6 rdomain support in-tree. |  phessler | 2013-10-20 | 1 | -4/+5 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -2/+2 |
* | Implement pf divert-to and divert-reply also for IPv6 raw sockets. |  bluhm | 2013-06-04 | 1 | -1/+18 |
* | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. |  bluhm | 2013-06-01 | 1 | -2/+2 |
* | Remove a bunch of sockaddr_in6 pointer casts and replace others |  bluhm | 2013-05-31 | 1 | -4/+4 |
* | The function rip6_ctlinput() claims that sa6_src is constant to |  bluhm | 2013-05-31 | 1 | -5/+5 |
* | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. |  mpi | 2013-05-02 | 1 | -2/+1 |
* | Make the SO_BINDANY socket option also work for raw IPv6 sockets. |  bluhm | 2013-04-07 | 1 | -1/+2 |
* | There is no IPv6 default scope in OpenBSD. Remove leftovers. |  bluhm | 2013-04-01 | 1 | -28/+1 |
* | The call to in_pcballoc() in user request attach was handled in |  bluhm | 2013-03-31 | 1 | -8/+4 |
* | Restrict protocol numbers for raw sockets to the range from 0 to 255. |  bluhm | 2013-03-30 | 1 | -1/+5 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, |  bluhm | 2013-03-28 | 1 | -2/+1 |
* | tedu faith(4), suggested by todd@ some weeks ago after a submission by |  mpi | 2013-03-14 | 1 | -13/+1 |
* | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. |  bluhm | 2013-03-04 | 1 | -2/+2 |
* | Add the IP_DIVERTFL socket option on divert(4) sockets to control |  benno | 2012-10-21 | 1 | -3/+36 |
* | rdomain support for IPv6 |  sperreault | 2011-11-24 | 1 | -4/+8 |
* | Revert the pf->socket linking diff. |  oga | 2011-05-13 | 1 | -21/+1 |
* | Double link between pf states and sockets. Henning has already |  bluhm | 2011-04-24 | 1 | -1/+21 |
* | Add the same SS_CANTRCVMORE check as was done in the other input |  claudio | 2011-04-04 | 1 | -1/+3 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+2 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -2/+3 |
* | When accessing cached routes make sure the route is actually still valid. |  claudio | 2008-11-23 | 1 | -5/+4 |
* | remove dead stores and newly created unused variables. |  chl | 2008-09-17 | 1 | -6/+1 |
* | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. |  mcbride | 2008-06-11 | 1 | -18/+7 |
* | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 1 | -1/+22 |