Age | Commit message (Expand) | Author |
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 |
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-09-13 | Retire bridge(4) support. | Martin Pieuchot |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2015-12-05 | remove old lint annotations | Ted Unangst |
2015-11-20 | dont check for OACTIVE | David Gwynne |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-28 | Merge gif(4)'s tentacles in a single file. | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-07-17 | Explicitly do EtherIP encapsulation in bridge_ifenqueue(). | Martin Pieuchot |
2015-07-16 | Keep private definitions private. | Martin Pieuchot |