| Commit message (Expand) | Author | Age | Files | Lines |
* | move gif from calling l3 protocol input handlers to using if_vinput. |  dlg | 2021-02-20 | 1 | -25/+5 |
* | Leave default ifq_maxlen handling to ifq_init() |  kn | 2020-08-21 | 1 | -2/+1 |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 1 | -2/+2 |
* | make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags. |  dlg | 2020-06-17 | 1 | -3/+3 |
* | gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. |  dlg | 2019-10-04 | 1 | -2/+1 |
* | use the factored out txhprio and rxhprio checks |  dlg | 2019-04-19 | 1 | -16/+5 |
* | allow configuration of rxprio |  dlg | 2019-04-19 | 1 | -4/+49 |
* | allow configuration of ecn processing |  dlg | 2018-11-29 | 1 | -4/+13 |
* | provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. |  dlg | 2018-11-14 | 1 | -2/+3 |
* | remove the encapsulation headers before looking at the inner headers |  dlg | 2018-11-14 | 1 | -5/+5 |
* | revert 1.121. i got confused between ecn on ingress and egress |  dlg | 2018-11-14 | 1 | -5/+5 |
* | get ecn ingress args the right way round. again. |  dlg | 2018-11-14 | 1 | -5/+5 |
* | according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulation |  dlg | 2018-11-14 | 1 | -18/+5 |
* | get the inner and outer tos values right for passing to ip_ecn_ingress |  dlg | 2018-11-13 | 1 | -3/+3 |
* | add txprio setting support |  dlg | 2018-11-13 | 1 | -1/+31 |
* | copy the mpls cos and use it as the ip dscp/tos/tclass thing. |  dlg | 2018-11-11 | 1 | -6/+13 |
* | If m_pullup() changes the mbuf in gif_input(), also adjust the mbuf |  bluhm | 2018-04-18 | 1 | -5/+6 |
* | use the specified protocol on v6 output |  dlg | 2018-04-08 | 1 | -2/+2 |
* | on output, actually attach the mbuf tag to packet. |  dlg | 2018-04-08 | 1 | -1/+3 |
* | Remove the check for flags M_AUTH and M_CONF (AH and ESP). |  remi | 2018-03-15 | 1 | -5/+1 |
* | fix up matching of incoming traffic to interfaces. |  dlg | 2018-02-28 | 1 | -3/+3 |
* | enable configuration of tunnel fragmentation. |  dlg | 2018-02-19 | 1 | -2/+15 |
* | restore the previous semantics wrt if up, tunnel, and address config. |  dlg | 2018-02-12 | 1 | -34/+38 |
* | rework gif to be more consistent. |  dlg | 2018-02-10 | 1 | -445/+596 |
* | move gif_encap from gif_output to gif_start. |  dlg | 2018-01-12 | 1 | -50/+7 |
* | Creating a cloned interface could return ENOMEM due to temporary |  bluhm | 2018-01-09 | 1 | -5/+2 |
* | Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion. |  mpi | 2018-01-09 | 1 | -9/+3 |
* | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running |  mpi | 2017-11-20 | 1 | -2/+5 |
* | #if -> #ifdef for consistency |  jca | 2017-11-17 | 1 | -3/+3 |
* | Rename functions that now handle only MPLS-in-IP |  jca | 2017-11-17 | 1 | -3/+3 |
* | Remove useless comment about if_ioctl() & reduce grep noise. |  mpi | 2017-11-13 | 1 | -2/+1 |
* | Remove Multicast and Broadcast flags from the encapsulated packet in |  mpi | 2017-10-25 | 1 | -1/+2 |
* | Remove kernel support for the following ioctl(2)s, deprecated since 2001: |  mpi | 2017-10-16 | 1 | -105/+3 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -7/+5 |
* | Do not use the interface pointer after if_put(). Rename ipip_input_gif() |  bluhm | 2017-06-20 | 1 | -3/+3 |
* | When dealing with mbuf pointers passed down as function parameters, |  bluhm | 2017-06-19 | 1 | -2/+2 |
* | The function name ip4_input() is confusing as it also handles IPv6 |  bluhm | 2017-05-18 | 1 | -5/+6 |
* | Protect the global list of interfaces with the NET_LOCK(). |  mpi | 2017-05-17 | 1 | -8/+5 |
* | Introduce sstosa() for converting sockaddr_storage with a type safe |  bluhm | 2017-05-04 | 1 | -9/+5 |
* | Remove unused define satoin6(). |  bluhm | 2017-04-14 | 1 | -2/+1 |
* | Pass down the address family through the pr_input calls. This |  bluhm | 2017-04-14 | 1 | -5/+5 |
* | Change the IPv4 pr_input function to the way IPv6 is implemented, |  bluhm | 2017-01-29 | 1 | -11/+9 |
* | Since raw_input() and route_input() are gone from pr_input, we can |  bluhm | 2017-01-25 | 1 | -9/+3 |
* | Flag pseudo-interfaces as such in order to call add_net_randomness() |  mpi | 2017-01-23 | 1 | -1/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | make v6 tunnel address handling consider ipv6 scope. |  dlg | 2016-12-13 | 1 | -3/+14 |
* | Retire bridge(4) support. |  mpi | 2016-09-13 | 1 | -21/+2 |
* | We're always ready! So send IFQ_SET_READY() to the bitbucket. |  mpi | 2016-04-13 | 1 | -2/+1 |
* | No need for a splnet() dance around IFQ_DEQUEUE() anymore. |  mpi | 2016-01-14 | 1 | -6/+2 |
* | remove old lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |