summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2015-08-03A recently added sanity check panic in pf_postprocess_addr() wasJonathan Gray
2015-07-29Don't use mpls_input() as input handler anymore and instead call itRafael Zalamena
2015-07-21Added OpenBSD CVS tag.Rafael Zalamena
2015-07-21No more AF_LINK addresses on the per-ifp address lists. ok mpi@Jeremie Courreges-Anglas
2015-07-21We don't do 'ARGSUSED' anymoreFlorian Obser
2015-07-21use curproc instead of proc0Florian Obser
2015-07-21Put the mbuf_list inside "#ifdef MPLS".Martin Pieuchot
2015-07-21- added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ...Alexandr Nedvedicky
2015-07-20Use the kernel socket interface (sosend(9) etc) instead of shovingFlorian Obser
2015-07-20Remove splassert(IPL_NET) from if_input().Martin Pieuchot
2015-07-20Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.Rafael Zalamena
2015-07-20Kill NETISR_MPLS, from now on we will use interface input handlers to dealRafael Zalamena
2015-07-20Add some panics to default paths where code later assumes a non defaultJonathan Gray
2015-07-20INET6 is here to stay, so stop hauling around never-compiled codeRyan Thomas McBride
2015-07-19rule_item might leak, when pf_create_state() failssashan
2015-07-19potential memory leak in SIOCADDRULEsashan
2015-07-19unsinged variables should not be compared to be leq than 0 (unsigned a <= 0)sashan
2015-07-19unused arguments at pf_normalize_tcp_init() and pf_refragment6()sashan
2015-07-18pf_send_tcp() should also use unhandled_af()sashan
2015-07-18Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().Kazuya Goda
2015-07-18NET_RT_DUMP is dumb and tries to iterates over all possible AF tablesMartin Pieuchot
2015-07-18msg.mpisashan
2015-07-18follow up changes on unknown AF handlingsashan
2015-07-18There's no longer a need to force carp(4) interfaces to be the last onesMartin Pieuchot
2015-07-18Abstract the routing table internals behind an rtable_* API.Martin Pieuchot
2015-07-18Even if pf(4) is not compiled with SMALL_KERNEL add a define aroundMartin Pieuchot
2015-07-18INET/INET6 address family check should be unified in PFsashan
2015-07-18Packets that make it to ether_input that have M_VLANTAG set must be dropped.Claudio Jeker
2015-07-18On systems with a full routing table (550k+), we often want to be able toPeter Hessler
2015-07-17Drop promiscuously received packets if the trunk(4) interface is notMartin Pieuchot
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Fix MPLS routing when receiving packet with multiple labels.rzalamena
2015-07-17sa_family_t should not be confused with u_int8_tsashan
2015-07-17fix the indentation of a block of code, no binary changeJonathan Gray
2015-07-17manage spd entries by using the radix api directly instead ofBret Lambert
2015-07-17Pass the correct argument to bstp_notify_rtage().Martin Pieuchot
2015-07-17Explicitly do EtherIP encapsulation in bridge_ifenqueue().Martin Pieuchot
2015-07-16Keep private definitions private.Martin Pieuchot
2015-07-16Kill IP_ROUTETOETHER.Martin Pieuchot
2015-07-16add missing malloc checkFlorian Obser
2015-07-16Fix rn_match and there for the expoerted lookup functions in radix.cClaudio Jeker
2015-07-16Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.Martin Pieuchot
2015-07-16Properly layer Router Solicitation code.Martin Pieuchot
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-07-08Linking the local socket to pf states went wrong when IPsec wasAlexander Bluhm
2015-07-08Use a new RTF_CONNECTED flag for interface (connected) routes.Martin Pieuchot
2015-07-08RTF_LOCAL and RTF_BROADCAST must not be settable by userland.Martin Pieuchot
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-07Do not return internal nodes to the upper layer in rn_lookup().Martin Pieuchot
2015-07-02most of the destinations for mbufs in ether_input are mpsafe except forDavid Gwynne