Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-01-01 | Call if_counters_alloc() before if_attach(). | Vitaliy Makkoveev |
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 |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-02-20 | move gif from calling l3 protocol input handlers to using if_vinput. | David Gwynne |
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 |
2020-06-17 | make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags. | David Gwynne |
2019-10-04 | gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. | David Gwynne |
2019-04-19 | use the factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | allow configuration of rxprio | David Gwynne |
2018-11-29 | allow configuration of ecn processing | David Gwynne |
2018-11-14 | provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. | David Gwynne |
2018-11-14 | remove the encapsulation headers before looking at the inner headers | David Gwynne |
2018-11-14 | revert 1.121. i got confused between ecn on ingress and egress | David Gwynne |
2018-11-14 | get ecn ingress args the right way round. again. | David Gwynne |
2018-11-14 | according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulation | David Gwynne |
2018-11-13 | get the inner and outer tos values right for passing to ip_ecn_ingress | David Gwynne |
2018-11-13 | add txprio setting support | David Gwynne |
2018-11-11 | copy the mpls cos and use it as the ip dscp/tos/tclass thing. | David Gwynne |
2018-04-18 | If m_pullup() changes the mbuf in gif_input(), also adjust the mbuf | Alexander Bluhm |
2018-04-08 | use the specified protocol on v6 output | David Gwynne |
2018-04-08 | on output, actually attach the mbuf tag to packet. | David Gwynne |
2018-03-15 | Remove the check for flags M_AUTH and M_CONF (AH and ESP). | remi |
2018-02-28 | fix up matching of incoming traffic to interfaces. | David Gwynne |
2018-02-19 | enable configuration of tunnel fragmentation. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-01-12 | move gif_encap from gif_output to gif_start. | David Gwynne |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2018-01-09 | Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion. | Martin Pieuchot |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-17 | #if -> #ifdef for consistency | Jeremie Courreges-Anglas |
2017-11-17 | Rename functions that now handle only MPLS-in-IP | Jeremie Courreges-Anglas |
2017-11-13 | Remove useless comment about if_ioctl() & reduce grep noise. | Martin Pieuchot |
2017-10-25 | Remove Multicast and Broadcast flags from the encapsulated packet in | Martin Pieuchot |
2017-10-16 | Remove kernel support for the following ioctl(2)s, deprecated since 2001: | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-06-20 | Do not use the interface pointer after if_put(). Rename ipip_input_gif() | Alexander Bluhm |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-05-18 | The function name ip4_input() is confusing as it also handles IPv6 | Alexander Bluhm |
2017-05-17 | Protect the global list of interfaces with the NET_LOCK(). | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-04-14 | Remove unused define satoin6(). | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
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 |