index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rtadv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+2
*
zebra: keep rtadv_sock field in zrouter for optimisation
Philippe Guibert
2019-06-04
1
-9
/
+25
*
zebra: move rtadv service from zrouter to zvrf
Philippe Guibert
2019-06-04
1
-57
/
+62
*
Revert "zebra: move rtadv service from zrouter to zvrf"
Donald Sharp
2019-05-16
1
-62
/
+57
*
Revert "zebra: keep rtadv_sock field in zrouter for optimisation"
Donald Sharp
2019-05-16
1
-24
/
+9
*
zebra: keep rtadv_sock field in zrouter for optimisation
Philippe Guibert
2019-04-25
1
-9
/
+24
*
zebra: move rtadv service from zrouter to zvrf
Philippe Guibert
2019-04-25
1
-57
/
+62
*
zebra: Fix CLANG suggestion for braces on init of struct
Stephen Worley
2019-02-12
1
-4
/
+4
*
Merge pull request #3723 from slrz/zebra-rtadv-add-rfc8106-support
David Lamparter
2019-02-12
1
-0
/
+406
|
\
|
*
zebra: prefer DEFINE_MTYPE_STATIC for local memtypes
Lars Seipel
2019-02-11
1
-0
/
+3
|
*
zebra: avoid exceeding link MTU through RA options
Lars Seipel
2019-02-02
1
-6
/
+31
|
*
zebra: support DNS configuration options in rtadv
Lars Seipel
2019-02-02
1
-0
/
+378
*
|
zebra: Move the master thread handler to the zrouter structure
Donald Sharp
2019-01-31
1
-5
/
+5
|
/
*
zebra: Move rtadv to zebra_router
Donald Sharp
2018-10-24
1
-35
/
+28
*
zebra: Trust the mac address received in some situations
Donald Sharp
2018-09-19
1
-5
/
+42
*
*: 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
-7
/
+7
*
zebra: fix includes
Quentin Young
2018-09-06
1
-0
/
+1
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-26
/
+39
*
Merge pull request #2448 from qlyoung/error-reference-cards
David Lamparter
2018-08-16
1
-12
/
+10
|
\
|
*
zebra: fix warnings from frr_elevate_privs()
David Lamparter
2018-08-14
1
-1
/
+1
|
*
*: use frr_elevate_privs() (1/2: coccinelle)
David Lamparter
2018-08-14
1
-9
/
+3
|
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-4
/
+4
|
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-3
/
+3
|
*
zebra, lib: error references for zebra
Quentin Young
2018-08-14
1
-8
/
+12
*
|
lib, ripngd, zebra: Remove pre-solaris 9 special cased code
Donald Sharp
2018-08-15
1
-2
/
+2
|
/
*
bgpd zebra: element overflow (PVS-Studio)
F. Aragon
2018-07-02
1
-1
/
+1
*
zebra: clean up zapi organization
Quentin Young
2018-04-23
1
-1
/
+1
*
Revert "zebra: implement draft-bz-v4goawayflag-00"
Quentin Young
2018-04-02
1
-22
/
+0
*
zebra: implement draft-bz-v4goawayflag-00
Quentin Young
2018-04-01
1
-0
/
+22
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-8
/
+8
*
zebra: reorganize zserv, batch i/o
Quentin Young
2018-03-12
1
-10
/
+9
*
zebra: standardize ZAPI message handler args
Quentin Young
2018-03-12
1
-7
/
+16
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-3
/
+3
*
zebra: socket operations stick to namespace if necessary
Philippe Guibert
2018-02-27
1
-3
/
+4
*
zebra: do not display ipv6 ra commands created by bgpd
Don Slice
2017-12-06
1
-13
/
+33
*
lib, zebra: Modify zebra to use STREAM_GET for zapi
Donald Sharp
2017-11-13
1
-3
/
+5
*
*: fix coverity warnings - resource leaks
Renato Westphal
2017-10-24
1
-0
/
+1
*
zebra: No need to pass sock descriptor around.
Donald Sharp
2017-10-24
1
-1
/
+1
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+1
*
zebra: Properly initialize memory for rtadv
Donald Sharp
2017-10-02
1
-2
/
+4
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-30
/
+37
*
zebra: Coverity Code Cleanup
Donald Sharp
2017-08-25
1
-1
/
+0
*
*: fix assorted issues detected by Coverity Scan
Renato Westphal
2017-08-25
1
-0
/
+1
*
zebra: start detangling rtadv & irdp
David Lamparter
2017-08-15
1
-1
/
+76
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-4
/
+3
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-3
/
+4
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1209
/
+1180
*
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
1
-9
/
+9
|
\
[next]