index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
kernel_netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: use typesafe lib lists in zebra dplane
Mark Stapp
2023-01-23
1
-8
/
+9
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-13
/
+30
*
zebra: fix broken evpn
anlan_cs
2022-09-08
1
-6
/
+12
*
zebra: add tc netlink and dplane ops
Siger Yang
2022-08-10
1
-0
/
+15
*
zebra: Add a `mpls enable` interface node command
Donald Sharp
2022-08-08
1
-1
/
+3
*
zebra: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-1
/
+1
*
zebra: Realign SOL_NETLINK to warn when FRR does not have it
Donald Sharp
2022-06-30
1
-2
/
+7
*
zebra: Correct implication of SOL_NETLINK NETLINK_ADD_MEMBERSHIP usage
Donald Sharp
2022-06-30
1
-13
/
+32
*
zebra: netlink rtm tunnel msg parsing
Chirag Shah
2022-06-24
1
-1
/
+6
*
zebra: add error check condition to sock option
Chirag Shah
2022-05-31
1
-3
/
+10
*
Merge pull request #11216 from chiragshah6/fdev2
Sri Mohana Singamsetty
2022-05-19
1
-6
/
+14
|
\
|
*
zebra: netlink registry rtm tunnel notif
Chirag Shah
2022-05-18
1
-6
/
+14
*
|
zebra: Fix newline in log message
Donald Sharp
2022-05-18
1
-1
/
+1
*
|
zebra: new netlink parse utility for rta
Chirag Shah
2022-05-16
1
-0
/
+67
|
/
*
zebra: Note when the netlink DUMP command is interrupted
Donald Sharp
2022-03-26
1
-0
/
+12
*
zebra: add command for setting protodown bit
Stephen Worley
2022-03-09
1
-0
/
+4
*
zebra: add support for protodown reason code
Stephen Worley
2022-03-09
1
-0
/
+6
*
zebra: Allow *BSD to specify a receive buffer size
Donald Sharp
2022-02-27
1
-10
/
+8
*
zebra: use dataplane to read interface NETCONF info
Mark Stapp
2022-02-25
1
-8
/
+8
*
zebra: add dplane type for NETCONF data
Mark Stapp
2022-02-25
1
-0
/
+1
*
zebra: add xxxNETCONF messages to the netlink BPF filter
Mark Stapp
2022-02-25
1
-10
/
+25
*
zebra: Start of work to get data about mpls from kernel
Donald Sharp
2022-02-25
1
-1
/
+10
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
Merge pull request #10561 from mjstapp/nlsock_hash_lock
Jafar Al-Gharaibeh
2022-02-16
1
-44
/
+81
|
\
|
*
zebra: make netlink object hash threadsafe
Mark Stapp
2022-02-11
1
-44
/
+81
*
|
zebra: Fix spelling mistake
Donald Sharp
2022-02-14
1
-1
/
+1
|
/
*
zebra: Make netlink buffer reads resizeable when needed
Donald Sharp
2022-02-08
1
-27
/
+41
*
zebra: Remove `struct nlsock` from dataplane information and use `int fd`
Donald Sharp
2022-02-08
1
-10
/
+62
*
zebra: Store the sequence number to use as part of the dp_info
Donald Sharp
2022-02-08
1
-7
/
+7
*
Merge pull request #9926 from donaldsharp/update_issues
Jafar Al-Gharaibeh
2022-02-05
1
-10
/
+55
|
\
|
*
zebra: Fix v6 route replace failure turned into success
Donald Sharp
2022-02-04
1
-9
/
+37
|
*
zebra: When we get an implicit or ack or full failure mark status
Donald Sharp
2022-02-04
1
-1
/
+18
*
|
zebra: reduce incoming netlink messages for dplane thread
Mark Stapp
2022-02-01
1
-2
/
+7
|
/
*
zebra: remove netlink buffer size log message
David Lamparter
2022-01-17
1
-3
/
+0
*
zebra: Use a bool for startup indications
Donald Sharp
2021-10-05
1
-5
/
+5
*
zebra: use the dataplane to read netlink intf addr changes
Mark Stapp
2021-09-14
1
-17
/
+60
*
zebra: add new dplane op codes for interface addr events
Mark Stapp
2021-09-14
1
-0
/
+2
*
zebra: use uint32_t instead of __u32
Mark Stapp
2021-09-14
1
-1
/
+1
*
zebra: add inbound netlink socket for dataplane
Mark Stapp
2021-09-14
1
-18
/
+50
*
zebra: RTM_GETNEIGH messages may be used by nhrp
Philippe Guibert
2021-08-17
1
-13
/
+1
*
zebra: Add nl_attr_put8 so we can put uint8_t in netlink messages
Donald Sharp
2021-07-08
1
-0
/
+6
*
zebra: memset the `struct rtattr *tb[SIZE]` in setting function
Donald Sharp
2021-05-12
1
-0
/
+2
*
zebra: new dplane action to set gre link interface
Philippe Guibert
2021-04-30
1
-0
/
+3
*
zebra: move neighbor table configuration to dplane contexts
Philippe Guibert
2021-04-09
1
-0
/
+1
*
zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane framework
Philippe Guibert
2021-04-09
1
-0
/
+2
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
zebra: move ipset and ipset_entry to zebra dplane contexts
Philippe Guibert
2021-03-10
1
-0
/
+4
*
zebra: move iptable handling in zebra_dplane
Philippe Guibert
2021-03-04
1
-0
/
+4
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-2
/
+2
[next]