summaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
AgeCommit message (Expand)Author
2019-11-08convert interface address change hooks to tasks and a task_list.David Gwynne
2019-11-07turn the linkstate hooks into a task list, like the detach hooks.David Gwynne
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-06-10Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.Martin Pieuchot
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-04-23a first cut at converting some virtual ethernet interfaces to if_vinputDavid Gwynne
2018-12-03Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDRClaudio Jeker
2018-11-15add support for txprio configurationDavid Gwynne
2018-08-17the stack already counts bytes and packets, so don't do it again here.David Gwynne
2018-02-20add support for setting the tunnel df bit.David Gwynne
2018-01-22Do not call ip_output() recursively in vxlan_start().Martin Pieuchot
2018-01-09Creating a cloned interface could return ENOMEM due to temporaryAlexander Bluhm
2017-11-20Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningMartin Pieuchot
2017-10-25Remove Multicast and Broadcast flags from the encapsulated packet inMartin Pieuchot
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-08-10A missing break in vxlan_sockaddr_cmp() could eventually trick anReyk Floeter
2017-05-04Introduce sstosa() for converting sockaddr_storage with a type safeAlexander Bluhm
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Use mallocarray to allocate multicast group memberships.David Hill
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-04As noticed by bluhm@ the netlock is required for the multicast cleanupMike Belopuhov
2017-01-03Don't try to reconfigure the multicast group in the detach handler ofReyk Floeter
2016-12-13make v6 tunnel address handling consider ipv6 scope.David Gwynne
2016-12-02Rremoves 'struct route_in6 *' argument from in6_selectsrc().Martin Pieuchot
2016-11-29For virtual Ethernet drivers that don't have a technical limit of theReyk Floeter
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-10-14Fulfil our contractual obligations with ether_inputMike Belopuhov
2016-10-07Fix vxlan_lookup() to comply the assumption of ether_input(). Put theYASUOKA Masahiko
2016-09-30Accept a packet smaller than ETHERMIN.YASUOKA Masahiko
2016-09-29Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoidReyk Floeter
2016-09-28Fix vxlan to use the destination address correctly.YASUOKA Masahiko
2016-09-28Fix the way of checking the length of vxlan packet and made it strict.YASUOKA Masahiko
2016-09-04Remove the IFF_LINK0 option to send the response back to the peer'sReyk Floeter
2016-09-03Add support for a multipoint-to-multipoint mode in vxlan(4). In thisReyk Floeter
2016-08-07whitespaceReyk Floeter
2016-08-07Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.Reyk Floeter
2016-08-06Add support for IPv6 tunnel endpoints. This currently only works forReyk Floeter
2016-08-06Fix multicast mode (destination is a multicast IP): the BCAST andReyk Floeter
2016-04-13We're always ready! So send IFQ_SET_READY() to the bitbucket.Martin Pieuchot
2016-01-22Drop packets whose VNI flag is not set and VNI is not zeroKazuya Goda
2016-01-14No need for a splnet() dance around IFQ_DEQUEUE() anymore.Martin Pieuchot
2015-12-05remove old lint annotationsTed Unangst
2015-11-27Keep "struct vxlan_softc" private to prevent pulling more headers whenMartin Pieuchot
2015-10-25arp_ifinit() is no longer required.Martin Pieuchot
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-15Fix previous. The port number is not included in sc_src and it isYASUOKA Masahiko
2015-10-12dont need to do suser checks in ioctl paths cos if.c does them for us.David Gwynne
2015-10-03When multiple vxlan interfaces are configured with same VNI, select theYASUOKA Masahiko
2015-09-09if_put after the if_get.David Gwynne
2015-07-20Remove splassert(IPL_NET) from if_input().Martin Pieuchot