index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rt_netlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: atomic FIB updates
Timo Teräs
2015-06-04
1
-23
/
+16
*
zebra-nexthop-tracking.patch
Dinesh G Dutt
2015-06-04
1
-0
/
+1
*
zebra: use prefix2str for logging where possible
Timo Teräs
2015-06-01
1
-23
/
+12
*
zebra: remove unused netlink_route()/kernel_rtm_ipv6()
David Lamparter
2015-04-21
1
-74
/
+0
*
zebra: remove kernel_delete_ipv6_old()
David Lamparter
2015-02-14
1
-9
/
+0
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
1
-4
/
+4
*
zebra: fix rtnh_len in the rt_netlink messages for multipath case
Lu Feng
2014-09-15
1
-1
/
+2
*
zebra: fix struct msghdr initializers
Timo Teräs
2014-08-18
1
-4
/
+20
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-1
/
+1
*
zebra: raise the privileges before calling socket()
Michal Sekletar
2014-05-27
1
-6
/
+6
*
zebra: set metric for directly connected routes via netlink to 0
Brett Ciphery
2014-04-01
1
-3
/
+3
*
zebra: implement NEXTHOP_FLAG_ONLINK
Christian Franke
2013-09-19
1
-1
/
+8
*
zebra: rework recursive route resolution
Christian Franke
2013-09-19
1
-297
/
+251
*
zebra: process information about new addresses (BZ#486)
Christian Franke
2013-09-19
1
-2
/
+5
*
zebra: use SO_RCVBUFFORCE for netlink socket
Ulrich Weber
2013-02-23
1
-1
/
+13
*
zebra: extern/extract some functions from rt_netlink.c
Avneesh Sachdev
2012-11-30
1
-22
/
+26
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-1
/
+1
*
zebra: no need to clear memory of the netlink buffers
Jorge Boncompte [DTI2]
2012-05-02
1
-3
/
+3
*
zebra: use larger buffer (4096) for netlink messages
JR Rivers
2012-04-16
1
-10
/
+12
*
Merge quagga mainline into the google ISIS code.
Avneesh Sachdev
2012-04-11
1
-14
/
+11
|
\
|
*
zebra: IPv6 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
1
-3
/
+3
|
*
zebra: IPv4 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
1
-3
/
+3
|
*
fix set never used warnings
Stephen Hemminger
2011-12-18
1
-5
/
+1
|
*
zebra: fix loss of metric for Linux routes
Dmitry Popov
2011-09-27
1
-2
/
+8
*
|
zebra: read multipath routes and hw addr from netlink
Josh Bailey
2012-04-07
1
-28
/
+160
|
/
*
[zebra] linux policy routing support with ipv6
Mathieu Goessens
2009-06-23
1
-2
/
+2
*
[zebra] MTU is unsigned
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra:linux] netlink: no need to change privs for receive
Stephen Hemminger
2008-08-22
1
-12
/
+3
*
[zebra:linux] netlink: quiet harmless errors
Stephen Hemminger
2008-08-22
1
-21
/
+20
*
[zebra:linux] netlink buffer size tweaking only needed on receive socket
Stephen Hemminger
2008-08-22
1
-43
/
+43
*
[zebra:linux] clean up blocking setting of netlink sockets
Stephen Hemminger
2008-08-22
1
-91
/
+6
*
[zebra:linux] Filter out unwanted netlink messages by PID
Stephen Hemminger
2008-08-22
1
-46
/
+27
*
[lib] mes_lookup string lookup table argument should be marked const
Stephen Hemminger
2008-08-22
1
-2
/
+2
*
[zebra] mark some rt_netlink functions static
Stephen Hemminger
2008-08-22
1
-19
/
+18
*
[zebra:netlink] Set proto/scope on all route update messages
Timo Teräs
2008-08-22
1
-6
/
+4
*
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
Paul Jakma
2008-05-29
1
-1
/
+54
*
Use the proper field length for the peer's address (netlink_interface_addr)
vize
2007-08-10
1
-5
/
+1
*
[zebra] Routemap support on received routes, with 'set src' command (linux)
Paul Jakma
2007-05-02
1
-13
/
+71
*
[PtP over ethernet] New peer flag allows much more addressing flexibility
Andrew J. Schorr
2006-12-12
1
-33
/
+21
*
[zebra] Fix CID #104, check addr for null, and #18, check nexthop type args
Paul Jakma
2006-07-02
1
-0
/
+7
*
[zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink
paul
2006-01-17
1
-0
/
+7
*
[zebra] fix some small compile errors, mark several functions static
paul
2005-11-23
1
-4
/
+5
*
2005-11-03 Paul Jakma <paul.jakma@sun.com>
paul
2005-11-03
1
-2
/
+2
*
2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-10-01
1
-0
/
+1
*
* zebra_rib.c, rib.h: Add distance and metric arguments to the
hasso
2005-08-27
1
-2
/
+3
*
* rt_netlink.c: Remove unused netlink-addr socket declaration.
hasso
2005-06-12
1
-14
/
+31
*
* rt_netlink.c: One tiny missing comma caused pointless debug messages
hasso
2005-04-09
1
-1
/
+1
*
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
hasso
2005-04-09
1
-59
/
+140
*
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-02
1
-4
/
+30
*
* rt_netlink.c (netlink_talk_filter): Show always warning message,
hasso
2005-03-31
1
-12
/
+5
[next]