index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zserv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Update zserv debug messages to give a bit more useful info
Donald Sharp
2019-02-10
1
-3
/
+6
*
zebra: Remove zclient->idinfo restrictions
Donald Sharp
2019-02-05
1
-2
/
+0
*
zebra: Remove `struct zebra_t`
Donald Sharp
2019-01-31
1
-2
/
+2
*
zebra: Move packets_to_process to zrouter
Donald Sharp
2019-01-31
1
-2
/
+2
*
zebra: Move rtm_table_default to zrouter
Donald Sharp
2019-01-31
1
-1
/
+1
*
zebra: Make zebrad.sock zserv.c private data
Donald Sharp
2019-01-31
1
-14
/
+17
*
zebra: Move client_list to the zebra_router data structure
Donald Sharp
2019-01-31
1
-6
/
+6
*
zebra: Move the master thread handler to the zrouter structure
Donald Sharp
2019-01-31
1
-4
/
+5
*
zebra, lib: send VRF backend to the client daemons
Renato Westphal
2019-01-20
1
-2
/
+0
*
lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages
Renato Westphal
2019-01-14
1
-4
/
+6
*
zebra: make incoming zserv message-processing a singleton event
Mark Stapp
2018-12-13
1
-2
/
+13
*
*: only use 32-bit atomics
Quentin Young
2018-11-19
1
-1
/
+1
*
zebra: Add counting to nexthop register/unregister events
Donald Sharp
2018-10-31
1
-0
/
+4
*
lib: remove frr_pthread->id
David Lamparter
2018-09-19
1
-1
/
+0
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-3
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-4
/
+4
*
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
-16
/
+14
*
*: pthread set name abstraction
Chirag Shah
2018-08-30
1
-1
/
+2
*
*: use frr_elevate_privs() (2/2: manual)
David Lamparter
2018-08-14
1
-10
/
+7
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES
Donald Sharp
2018-08-14
1
-2
/
+3
*
zebra: don't close client socket from I/O pthread
Quentin Young
2018-08-01
1
-4
/
+4
*
zebra: ensure cleanup of rib on client close
Quentin Young
2018-08-01
1
-6
/
+1
*
zebra: dont delete pthreads from under themselves
Quentin Young
2018-07-31
1
-26
/
+50
*
zebra: remove unused var in zserv.c
Quentin Young
2018-07-24
1
-1
/
+0
*
zebra: fix zapi fuzzing infra
Quentin Young
2018-07-18
1
-12
/
+4
*
zebra: Fix function call in fuzzing code
Stephen Worley
2018-07-12
1
-2
/
+2
*
zebra: remove asserts on task nullity
Quentin Young
2018-07-02
1
-8
/
+0
*
Merge pull request #2532 from donaldsharp/various_stuff
Jafar Al-Gharaibeh
2018-06-29
1
-0
/
+5
|
\
|
*
lib, zebra: Add a bit of code to look at fifo
Donald Sharp
2018-06-28
1
-0
/
+5
*
|
zebra: Fix use of uninited variable
Donald Sharp
2018-06-29
1
-1
/
+1
|
/
*
zebra: Cleanup code to test for failure once
Donald Sharp
2018-06-13
1
-9
/
+11
*
zebra: fix race condition in i/o pthread shutdown
Quentin Young
2018-05-29
1
-12
/
+3
*
zebra: misc fixes, perf improvements
Quentin Young
2018-05-29
1
-22
/
+28
*
zebra: don't send data after closing connection
Quentin Young
2018-05-29
1
-5
/
+18
*
zebra: fix zserv_read rescheduling
Quentin Young
2018-05-29
1
-1
/
+2
*
zebra: fix write task collision
Quentin Young
2018-05-29
1
-54
/
+43
*
zebra: style
Quentin Young
2018-05-29
1
-3
/
+3
*
zebra: some more i/o optimizations
Quentin Young
2018-05-29
1
-32
/
+41
*
zebra: fix uninitialized value
Quentin Young
2018-05-29
1
-6
/
+6
*
zebra: handle label manager & fuzzing growths
Quentin Young
2018-05-29
1
-33
/
+28
*
zebra: optimize zserv_process_messages
Quentin Young
2018-05-29
1
-43
/
+21
*
zebra: optimize zserv_write
Quentin Young
2018-05-29
1
-22
/
+32
*
zserv: optimize zserv_read
Quentin Young
2018-05-29
1
-10
/
+25
*
zebra: refactor zserv names, consolidate events
Quentin Young
2018-05-29
1
-60
/
+130
*
zebra: reorganize zserv.c by pthread affinity
Quentin Young
2018-05-29
1
-258
/
+274
*
zebra: fix session stats data race, memory leak
Quentin Young
2018-05-29
1
-35
/
+78
*
zebra: fix some memory errors, scheduling bugs
Quentin Young
2018-05-29
1
-0
/
+8
[next]