Age | Commit message (Expand) | Author |
2018-06-14 | Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call | Alexander Bluhm |
2018-06-11 | Push the KERNEL_LOCK() inside route_input(). | Martin Pieuchot |
2018-06-07 | The global zero addresses must not change, mark them constant. | Alexander Bluhm |
2018-06-03 | Use variable names for rtable and rdomain consistently in the in_pcb | Alexander Bluhm |
2018-06-03 | Consistently call the inpcb table parameter "table" in in6_pcbnotify(). | Alexander Bluhm |
2018-06-02 | Move the declarations of the raw ip and ip6 pcb tables into the | Alexander Bluhm |
2018-05-21 | All places that call carp_lsdrop() use the interface pointer already. | Alexander Bluhm |
2018-05-12 | Make the code a bit easier on the eye by factoring repeated embedded | Theo Buehler |
2018-05-06 | Nuke unused ia6_createtime struct member. | Florian Obser |
2018-05-06 | Continue refactoring and cleanup of in6_ioctl(). | Theo Buehler |
2018-05-04 | Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get() | Theo Buehler |
2018-05-02 | Push the NET_LOCK() down in in6_control() similar to what was done | Theo Buehler |
2018-04-24 | Make the ramdisks compile again, we don't have MROUTING on them. | Florian Obser |
2018-04-24 | Push NET_LOCK down in the default ifioctl case. | Paul Irofti |
2018-04-24 | Run duplicate address detection again if an existing address gets | Florian Obser |
2018-03-27 | Use memcpy instead of bcopy when the memory does not overlap. | David Hill |
2018-03-21 | In ip6_output() check that the interface of a route is valid. For | Alexander Bluhm |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-03-13 | Calculate RFC7217 link-local style addresses the same way as | Florian Obser |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-12 | Use IP6_SOIIKEY_LEN instead of hardcoded value. | Martin Pieuchot |
2018-02-11 | add an ipv6 "don't fragment" flag to mbufs for ip6_output to use. | David Gwynne |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-02-10 | Implement RFC 7217: "A Method for Generating Semantically Opaque | Florian Obser |
2018-02-07 | update the gre driver. | David Gwynne |
2018-02-01 | The function ip6_get_prevhdr() did return a pointer into a mbuf. | Alexander Bluhm |
2018-01-23 | The IPv6 gateway address passed to rt6_flush() comes either from a | Alexander Bluhm |
2018-01-15 | There was an issue that dynamic path MTU discovery together with | Alexander Bluhm |
2017-12-14 | The pf code marks ICMP packets belonging to an TCP or UDP divert | Alexander Bluhm |
2017-12-04 | Make divert lookup similar for all socket types. If PF_TAG_DIVERTED | Alexander Bluhm |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-28 | Fix mbuf leak when an interface is destroyed while forwarding IPv6 | Martin Pieuchot |
2017-11-27 | Use a single timer for all ND6 entries. | Martin Pieuchot |
2017-11-23 | Constify protocol tables and remove an assert now that ip_deliver() is | Martin Pieuchot |
2017-11-23 | Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch(). | Martin Pieuchot |
2017-11-21 | Do not assume if_get(9) returns a non NULL ifp when using a route | Martin Pieuchot |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-17 | Drop all Ethernet-in-IP support from gif(4) | Jeremie Courreges-Anglas |
2017-11-15 | Remove inet6 etherip sysctl entries | Jeremie Courreges-Anglas |
2017-11-14 | Put the net lock around frag6_freef() as it sends ICMP6 error | Alexander Bluhm |
2017-11-13 | Remove 18 year old #if 0. | Martin Pieuchot |
2017-11-10 | Introduce a reader version of the NET_LOCK(). | Martin Pieuchot |
2017-11-07 | Serialize access to the IPv6 reassembly queue with a mutex. | Visa Hankala |
2017-11-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-11-04 | Stop calling ifp->if_ioctl() inside in{,6}_ioctl(). | Martin Pieuchot |
2017-11-03 | We are processing Router Solicitation / Advertisement messages only | Florian Obser |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-11-02 | Over 17 years is probably 'a while...' | Florian Obser |
2017-11-01 | Fix typo in previous resulting in a NULL dereference. | Martin Pieuchot |
2017-10-31 | - add one more softnet taskq | Alexandr Nedvedicky |