Age | Commit message (Expand) | Author |
2024-04-16 | Run raw IPv6 input in parallel. | Alexander Bluhm |
2024-01-11 | Use domain name for socket lock. | Alexander Bluhm |
2022-11-23 | Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly | Klemens Nanni |
2022-09-02 | Move PRU_CONTROL request to (*pru_control)(). | Vitaliy Makkoveev |
2022-08-15 | Introduce 'pr_usrreqs' structure and move existing user-protocol | Vitaliy Makkoveev |
2022-02-25 | Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com | Philip Guenther |
2022-02-25 | Move pr_attach and pr_detach to a new structure pr_usrreqs that can | Philip Guenther |
2022-02-22 | Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never | Philip Guenther |
2021-10-24 | Remove code duplication by merging the v4 and v6 input functions | Alexander Bluhm |
2021-05-25 | As network features are not added dynamically, the domain structures | Alexander Bluhm |
2019-06-13 | Copy the user provided sockaddr into a normalized sockaddr in rtrequest() | Claudio Jeker |
2018-11-19 | Retire dom_rtkeylen from struct domain. Nothing is using this anymore. | Claudio Jeker |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-02-07 | update the gre driver. | David Gwynne |
2017-11-23 | Constify protocol tables and remove an assert now that ip_deliver() is | 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-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-05-18 | The function name ip4_input() is confusing as it also handles IPv6 | Alexander Bluhm |
2017-05-17 | The large and nested GIF #ifdef in protosw made it hard to figure | Alexander Bluhm |
2017-05-09 | Remove rip_output() and rip6_output() from inetsw and inet6sw. The | Alexander Bluhm |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-02 | Convert domain declarations to C99 initializers. | Martin Pieuchot |
2017-02-22 | Use c99 struct initialization with protosw. | David Hill |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-09-28 | Merge gif(4)'s tentacles in a single file. | Martin Pieuchot |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | 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-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-07-09 | Set default of net.inet6.icmp6.nodeinfo to 0, | Sebastian Benoit |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-01 | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. | Alexander Bluhm |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |