Age | Commit message (Expand) | Author |
2015-08-28 | Fix compiling a kernel without NBPFILTER > 0. | Reyk Floeter |
2015-08-26 | Use the specialized m_copym2() preserving the alignment of the payload | Martin Pieuchot |
2015-08-25 | #if INET && INET6 -> #ifdef INET6, the kernel no longer defines INET | Jonathan Gray |
2015-08-24 | Always increment the reference counter of the returned route entry in | Martin Pieuchot |
2015-08-24 | The bridge list is a relict, delete the remaining LIST_REMOVE. | Alexander Bluhm |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-23 | back out bpf+srp. its blowing up in a bridge setup. | David Gwynne |
2015-08-23 | bpf+srp is blowing up, so its being backed out. bpf will need the big lock. | David Gwynne |
2015-08-20 | Make ART internals free of 'struct sockaddr'. | Martin Pieuchot |
2015-08-20 | In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-license | Martin Pieuchot |
2015-08-20 | Import an alternative routing table backend based on Yoichi Hariguchi's | Martin Pieuchot |
2015-08-19 | PF must keep IPv6 fragment size as chosen by sender also for packets, | Alexandr Nedvedicky |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-19 | Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa(). | Martin Pieuchot |
2015-08-18 | Apply the logic used for "protocol" queues to bridge(4). This allows | Martin Pieuchot |
2015-08-18 | Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPD | Martin Pieuchot |
2015-08-18 | Check the error value returned by in6_ifattach(). | Martin Pieuchot |
2015-08-17 | Remove unused variable in rt_ifa_add(), prodded by bluhm@ | Martin Pieuchot |
2015-08-17 | Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry | Martin Pieuchot |
2015-08-17 | Match the free(3) semantic and accept NULL pointers in rtfree(9). | Martin Pieuchot |
2015-08-16 | dont need the biglock to call bpf now. | David Gwynne |
2015-08-16 | make bpf_mtap mpsafe by using SRPs. | David Gwynne |
2015-08-16 | avoid a toctou problem in if_input in the bpf handling. | David Gwynne |
2015-08-13 | If no handler consumed a mbuf, free it. This also apply if an interface | Martin Pieuchot |
2015-08-03 | A recently added sanity check panic in pf_postprocess_addr() was | Jonathan Gray |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-21 | Added OpenBSD CVS tag. | Rafael Zalamena |
2015-07-21 | No more AF_LINK addresses on the per-ifp address lists. ok mpi@ | Jeremie Courreges-Anglas |
2015-07-21 | We don't do 'ARGSUSED' anymore | Florian Obser |
2015-07-21 | use curproc instead of proc0 | Florian Obser |
2015-07-21 | Put the mbuf_list inside "#ifdef MPLS". | Martin Pieuchot |
2015-07-21 | - added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ... | Alexandr Nedvedicky |
2015-07-20 | Use the kernel socket interface (sosend(9) etc) instead of shoving | Florian Obser |
2015-07-20 | Remove splassert(IPL_NET) from if_input(). | Martin Pieuchot |
2015-07-20 | Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS. | Rafael Zalamena |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
2015-07-20 | Add some panics to default paths where code later assumes a non default | Jonathan Gray |
2015-07-20 | INET6 is here to stay, so stop hauling around never-compiled code | Ryan Thomas McBride |
2015-07-19 | rule_item might leak, when pf_create_state() fails | sashan |
2015-07-19 | potential memory leak in SIOCADDRULE | sashan |
2015-07-19 | unsinged variables should not be compared to be leq than 0 (unsigned a <= 0) | sashan |
2015-07-19 | unused arguments at pf_normalize_tcp_init() and pf_refragment6() | sashan |
2015-07-18 | pf_send_tcp() should also use unhandled_af() | sashan |
2015-07-18 | Raise SPL to SPL_NET before calling if_input() in vxlan_lookup(). | Kazuya Goda |
2015-07-18 | NET_RT_DUMP is dumb and tries to iterates over all possible AF tables | Martin Pieuchot |
2015-07-18 | msg.mpi | sashan |
2015-07-18 | follow up changes on unknown AF handling | sashan |
2015-07-18 | There's no longer a need to force carp(4) interfaces to be the last ones | Martin Pieuchot |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |