Age | Commit message (Expand) | Author |
2024-08-20 | Unlock etherip_sysctl(). | Vitaliy Makkoveev |
2024-02-13 | Merge struct route and struct route_in6. | Alexander Bluhm |
2023-12-23 | Backout always allocate per-CPU statistics counters for network | Alexander Bluhm |
2023-12-22 | Always allocate per-CPU statistics counters for network interface | Vitaliy Makkoveev |
2023-11-28 | Remove struct inpcb from in6_embedscope() parameters. | Alexander Bluhm |
2023-09-16 | Allow counters_read(9) to take an optional scratch buffer. | Martin Pieuchot |
2022-02-28 | add the mbuf tags that prevent output loops. | David Gwynne |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-01-09 | Enforce range with sysctl_int_bounded in etherip_sysctl | gnezdo |
2020-08-21 | Leave default ifq_maxlen handling to ifq_init() | kn |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2019-04-23 | a first cut at converting some virtual ethernet interfaces to if_vinput | David Gwynne |
2019-04-19 | use the factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | add rxprio support | David Gwynne |
2018-12-17 | Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code. | David Gwynne |
2018-12-17 | If something like ether_ioctl returns ENETRESET, don't let it bubble out. | David Gwynne |
2018-11-12 | add txprio support | David Gwynne |
2018-11-12 | set the hardmtu on ether encap ifs so the mtu can be raised above 1500 | David Gwynne |
2018-10-29 | use the tunnelttl in the ip6 encap too, not ip6_defhlim. | David Gwynne |
2018-02-19 | initialise sc_df to 0 in clone create rather than setting sc_ttl badly | David Gwynne |
2018-02-19 | add code to support configuration of tunnel traffic fragmentation | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | ; ends c statements, not ;; | David Gwynne |
2018-02-09 | add support for setting the ttl on the tunnel traffic. | David Gwynne |
2018-02-09 | rework etherip to make it more consistent and reduce code duplication. | David Gwynne |
2018-02-01 | Done means to stop processing the protocol loop, but IP proto none | Alexander Bluhm |
2018-01-22 | Use ip_send() to not call ip_output() recursively in *start() routine. | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-17 | Rename etherip sysctl handler, there's no conflict with ip_ether.c any more | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip_allow where it is used | Jeremie Courreges-Anglas |
2017-11-17 | Don't pass unhandled packets to gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip counters and their allocation to etherip(4) | Jeremie Courreges-Anglas |
2017-11-15 | etherip(4) now handles etherip sysctls, move/remove code accordingly. | Jeremie Courreges-Anglas |
2017-11-10 | Use percpu counters with etheripstat. | Visa Hankala |
2017-10-25 | Remove Multicast and Broadcast flags from the encapsulated packet in | Martin Pieuchot |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-06-06 | Do not rely on <net/rtable.h> beeing included by other headers. | Martin Pieuchot |
2017-05-04 | If m is not a continuous mbuf cluster, m_pullup() in pr_input may | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-03-27 | Don't reject etherip packets if they are protected with IPsec. | Jeremie Courreges-Anglas |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-12-13 | make v6 tunnel address handling consider ipv6 scope. | David Gwynne |
2016-11-17 | Remove splsoftnet()s in the ioctl(2) path. | Martin Pieuchot |
2016-11-14 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |