index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rt_socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-13
/
+9
*
zebra: prepare dplane for batching
Jakub UrbaĆczyk
2020-08-10
1
-14
/
+0
*
zebra: Stub rt_socket functions for L2 NHG programming
Anuradha Karuppiah
2020-08-05
1
-0
/
+21
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
zebra: Add code to install v6 blackhole routes on *bsd
Donald Sharp
2020-05-07
1
-5
/
+16
*
zebra: BSD null routes were not being installed
Donald Sharp
2019-11-21
1
-4
/
+5
*
zebra: Add bsd nexthop install boilerplate
Stephen Worley
2019-10-25
1
-0
/
+5
*
zebra: inform upper layer error when reading correct speed interface
Julien Floret
2019-09-17
1
-1
/
+1
*
zebra: move EVPN VTEP programming to dataplane
Mark Stapp
2019-09-04
1
-10
/
+0
*
Merge pull request #4877 from mjstapp/dplane_neighs
Donald Sharp
2019-09-04
1
-11
/
+6
|
\
|
*
zebra: Use dataplane for evpn neighbor changes
Mark Stapp
2019-08-23
1
-11
/
+6
*
|
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-1
/
+1
|
/
*
zebra: use dataplane for vxlan remote mac programming
Mark Stapp
2019-08-02
1
-9
/
+5
*
zebra: Modify code so that dplane is responsible for indicating success/fail ...
Donald Sharp
2019-03-27
1
-16
/
+38
*
zebra: Fix use before initialized
Donald Sharp
2019-01-26
1
-3
/
+2
*
zebra: Having one goto in a function to just return is silly
Donald Sharp
2019-01-26
1
-4
/
+1
*
zebra: fix routing socket logic for labelled nexthops
Mark Stapp
2019-01-22
1
-4
/
+6
*
zebra: fix debug test in routing-socket update path
Mark Stapp
2019-01-22
1
-2
/
+1
*
zebra: remove unused functions
Rafael Zalamena
2019-01-22
1
-48
/
+0
*
zebra: use proper sockaddr size in kernel_rtm
Rafael Zalamena
2019-01-22
1
-18
/
+24
*
zebra: fix debug prefix string size
Rafael Zalamena
2019-01-21
1
-8
/
+25
*
zebra: fix debug messages with prefixes
Rafael Zalamena
2019-01-21
1
-10
/
+9
*
zebra: Fixup spaces/tabs issue found by CI in rt_socket.c
Donald Sharp
2018-12-19
1
-4
/
+4
*
zebra: Make label processing guaranteed to be unique
Donald Sharp
2018-12-19
1
-0
/
+1
*
zebra: Convert gate in kernel_rtm to a bool
Donald Sharp
2018-12-19
1
-5
/
+5
*
zebra: The mask and sin_mask are a bit redundant for kernel_rtm
Donald Sharp
2018-12-19
1
-22
/
+9
*
zebra: Refactor kernel_rtm to be a bit smarter about how it handles options
Donald Sharp
2018-12-19
1
-131
/
+127
*
zebra: Refactor kernel_socket kernel_rtm_ipv4 and ipv6 functions
Donald Sharp
2018-12-19
1
-165
/
+108
*
zebra: Move sin6_masklen to earlier in the file
Donald Sharp
2018-12-19
1
-24
/
+24
*
zebra: Convert socket interface to use `union sockunion`
Donald Sharp
2018-12-19
1
-41
/
+41
*
zebra: Fix privs elevation
Donald Sharp
2018-11-16
1
-1
/
+1
*
zebra: revise struct names to resolve review comments
Mark Stapp
2018-10-25
1
-1
/
+1
*
zebra: remove old apis after new dplane work
Mark Stapp
2018-10-25
1
-37
/
+0
*
zebra: add handy res2str utility
Mark Stapp
2018-10-25
1
-38
/
+41
*
zebra: update routing socket path
Mark Stapp
2018-10-25
1
-26
/
+66
*
zebra: start dataplane layer work
Mark Stapp
2018-10-25
1
-0
/
+5
*
zebra: Notice when a route fails to install on *bsd
Donald Sharp
2018-10-24
1
-4
/
+7
*
Merge pull request #3052 from donaldsharp/dplane_2
Russ White
2018-09-24
1
-11
/
+11
|
\
|
*
zebra: Create zebra_dplane.c and .h
Mark Stapp
2018-09-20
1
-11
/
+11
*
|
zebra: Use boolean for certain VxLAN-EVPN flags
vivek
2018-09-18
1
-1
/
+1
*
|
zebra: Remove unused parameter in MAC delete
vivek
2018-09-18
1
-1
/
+1
|
/
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Quentin Young
2018-09-13
1
-2
/
+2
*
zebra: fix includes
Quentin Young
2018-09-06
1
-0
/
+1
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-5
/
+6
*
*: use frr_elevate_privs() (1/2: coccinelle)
David Lamparter
2018-08-14
1
-8
/
+6
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-4
/
+4
*
zebra, lib: error references for zebra
Quentin Young
2018-08-14
1
-3
/
+5
*
bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES
Donald Sharp
2018-08-14
1
-2
/
+3
*
Merge pull request #2665 from chiragshah6/evpn_dev
Russ White
2018-07-24
1
-1
/
+1
|
\
[next]