index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
kernel_socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Add missing enums to switch statements
Donald Sharp
2023-01-31
1
-1
/
+2
*
zebra: use typesafe lib lists in zebra dplane
Mark Stapp
2023-01-23
1
-4
/
+4
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-3
/
+8
*
Merge pull request #11997 from sri-mohan1/sri-zebra-dbg1
Donatas Abraitis
2022-09-23
1
-4
/
+3
|
\
|
*
zebra: changes for code maintainability
sri-mohan1
2022-09-23
1
-4
/
+3
*
|
zebra: No need for a rib_delete before a rib_add
Donald Sharp
2022-08-17
1
-8
/
+0
|
/
*
zebra: add empty placeholders for tc via BSD socket
Siger Yang
2022-08-10
1
-0
/
+6
*
zebra: Add a `mpls enable` interface node command
Donald Sharp
2022-08-08
1
-3
/
+21
*
zebra: handle FreeBSD routing socket ENOBUFS
Rafael Zalamena
2022-07-01
1
-0
/
+11
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
Merge pull request #10867 from donaldsharp/ifp_use_after_free
David Lamparter
2022-03-25
1
-12
/
+15
|
\
|
*
zebra: Fix use after deletion event in freebsd
Donald Sharp
2022-03-25
1
-12
/
+15
*
|
zebra: When handling unprocessed messages from kernel print usable string
Donald Sharp
2022-03-25
1
-1
/
+7
|
/
*
zebra: add boilerplate protodown updates for *bsd
Stephen Worley
2022-03-10
1
-0
/
+6
*
Merge pull request #10672 from donaldsharp/bsd_zebra_graceful_restart_cleanup
Jafar Al-Gharaibeh
2022-02-28
1
-7
/
+12
|
\
|
*
zebra: Get zebra graceful restart working when restarting on *BSD
Donald Sharp
2022-02-28
1
-7
/
+12
*
|
zebra: Allow *BSD to specify a receive buffer size
Donald Sharp
2022-02-27
1
-0
/
+20
|
/
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+4
*
zebra: make netlink object hash threadsafe
Mark Stapp
2022-02-11
1
-0
/
+14
*
zebra: Fix ships in the night issue
Donald Sharp
2022-02-07
1
-1
/
+1
*
*: Cleanup some documentation from quagga->frr
Donald Sharp
2021-11-11
1
-1
/
+1
*
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
1
-2
/
+4
*
zebra: use the dataplane to read netlink intf addr changes
Mark Stapp
2021-09-14
1
-0
/
+8
*
zebra: replace sockunion2str in kernel_socket.c
Mark Stapp
2021-09-14
1
-11
/
+5
*
zebra: Mark some bsd interface prefixes as SECONDARY
Donald Sharp
2021-07-20
1
-3
/
+9
*
*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
*
Revert "zebra: When shutting down an interface immediately notify about rnh"
Donald Sharp
2020-12-12
1
-2
/
+2
*
zebra: Consolidate on 32 bits as the flag size for route flags
Donald Sharp
2020-10-29
1
-1
/
+1
*
BSD: Add whitespace between declaration and code
Roy Marples
2020-10-05
1
-0
/
+1
*
BSD: Detect route(4) overflows
Roy Marples
2020-10-04
1
-2
/
+24
*
Merge pull request #7067 from donaldsharp/remove_solaris
Mark Stapp
2020-09-22
1
-35
/
+0
|
\
|
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-35
/
+0
*
|
zebra: Allow FreeBSD to set and delete addresses from an interface
Donald Sharp
2020-09-21
1
-2
/
+8
|
/
*
zebra: When shutting down an interface immediately notify about rnh
Donald Sharp
2020-08-28
1
-2
/
+2
*
lib, zebra: add support for sending ARP requests
Jakub Urbańczyk
2020-08-12
1
-0
/
+1
*
zebra: remove old kernel one-update-at-a-time api
Jakub Urbańczyk
2020-08-10
1
-5
/
+89
*
zebra: prepare dplane for batching
Jakub Urbańczyk
2020-08-10
1
-0
/
+10
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-7
/
+3
*
*: remove line breaks from log messages
David Lamparter
2020-03-24
1
-1
/
+1
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
zebra: Use shorthand operator in ifm_read()
Donatas Abraitis
2020-02-04
1
-1
/
+1
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-4
/
+4
*
zebra: Update rib_add to take a nexthop ID
Stephen Worley
2019-10-25
1
-1
/
+2
*
*: Cleanup interface creation apis
Stephen Worley
2019-10-10
1
-1
/
+1
*
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-1
/
+1
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-5
/
+3
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-1
/
+1
*
lib, ospfd, pimd, zebra: change if_create() api with vrf
Philippe Guibert
2019-06-11
1
-1
/
+2
[next]