summaryrefslogtreecommitdiff
path: root/bfdd/bfd_packet.c
AgeCommit message (Expand)Author
2025-01-23bfdd: Fix CI build issue on kernel with no IPV6_HDRINCLwumu.zsl
2025-01-23bfdd: add bfdname info when notify bfd status to PTMwumu.zsl
2025-01-23bfdd: enable sbfd sessionwumu.zsl
2025-01-23bfdd: implement functions for sending sbfd pkts with SRv6 headerwumu.zsl
2024-07-16bfdd: changes for code maintainabilitysri-mohan1
2024-04-12Merge pull request #15697 from zmw12306/bfd_check_MflagIgor Ryzhov
2024-04-11bfdd: add check for flag Mzmw12306
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-07-28bfdd: add debug flag around loglynnemorrison
2023-06-08Merge pull request #13364 from zmw12306/bfd_authDonatas Abraitis
2023-05-11bfdd: Fix malformed session with vrfanlan_cs
2023-04-25bfd: fix missing Authentication in control pktzmw12306
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-03bfdd: Remove useless check for ECHO packetanlan_cs
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27bfdd: fix size_t format stringDavid Lamparter
2023-01-27*: apply proper format string attributesDavid Lamparter
2022-11-24bfdd: fix IPv4 socket source selectionRafael Zalamena
2022-09-05bfdd: changes for code maintainabilitysri-mohan1
2022-08-09Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena
2022-08-06bfdd: Some interfaces don't have mac addressesDonald Sharp
2022-08-02BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison
2022-07-22Merge pull request #11565 from pguibert6WIND/bfd_vrf_lite_supportRafael Zalamena
2022-07-19bfdd: allow l3vrf bfd sessions without udp leakingPhilippe Guibert
2022-07-19BFDD: Cleanup warninglynnemorrison
2022-07-06bfdd: fix coverity memory overrunRafael Zalamena
2022-07-06bfdd: fix coverity scan resource leakRafael Zalamena
2022-06-27bfdd: add IPv4 BFD Echo support that matches RFClynnemorrison
2022-05-06bfdd: fix override between sessionsanlan_cs
2022-05-02bfdd: remove "local_address" of bfd sessionewlumpkin
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-23bfdd: correct one word of commentanlan_cs
2022-01-18bfdd: fix the possibly wrong counter of control packetsanlan_cs
2021-12-03bfdd: fix detection timeout updateIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-14bfdd: cleanup vrf handling in packet receiveIgor Ryzhov
2021-06-01bfdd: don't store interface pointer for multihop sessionsIgor Ryzhov
2021-03-16bfdd: separate echo rx/tx timersIgor Ryzhov
2021-01-30bfdd: Prevent unininited data transmittalDonald Sharp
2021-01-09bfdd: update vrf of received packetPhilippe Guibert
2021-01-09bfdd: socket should be bound to vrf interface by defaultPhilippe Guibert
2020-11-05bfdd: fix possible null dereferenceIgor Ryzhov
2020-08-14bfdd: Allow it to work when V6 is completely turned offDonald Sharp
2020-08-11bfdd: implement minimum TTLRafael Zalamena
2020-04-14bfdd: add debug fine tuning capabilitiesRafael Zalamena
2020-04-10bfdd: use standard log macrosRafael Zalamena
2020-04-09bfdd: initialize packet data with zeroesRafael Zalamena