index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sockopt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Do not show TCP MSS if the socket is broken
Donatas Abraitis
2024-02-07
1
-0
/
+3
*
lib: Prevent infinite loop in ospf
Donald Sharp
2023-11-14
1
-4
/
+10
*
*: Remove APPLE #defines from build
Donald Sharp
2023-11-07
1
-7
/
+6
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
Merge pull request #9998 from pguibert6WIND/bgp_tcp_keepalive
Donatas Abraitis
2022-10-10
1
-0
/
+49
|
\
|
*
lib: add a function to configure tcp keepalive parameters
Xiaofeng Liu
2022-07-28
1
-0
/
+49
*
|
lib: Remove usage of inet_ntop in lib/sockopt.c
Donald Sharp
2022-08-02
1
-5
/
+2
*
|
lib: Use pI4 instead of inet_ntop in sockopt.c
Donald Sharp
2022-07-30
1
-5
/
+2
|
/
*
lib: finish fixing spelling in lib files
ewlumpkin
2021-10-22
1
-2
/
+2
*
lib: Avoid using assignments within checks
Donatas Abraitis
2021-06-29
1
-10
/
+6
*
bgpd: Support tcp-mss for bgp neighbors
Abhinay Ramesh
2021-05-04
1
-0
/
+36
*
build: run autoupdate
David Lamparter
2021-04-21
1
-0
/
+10
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-51
/
+0
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
lib: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-2
/
+1
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-2
/
+0
*
lib: random unused bits cleanup
David Lamparter
2019-12-14
1
-15
/
+0
*
lib: Add getsockopt_so_recvbuf
Donald Sharp
2019-10-16
1
-0
/
+15
*
lib: On some platforms function did not return anything
Donald Sharp
2019-06-07
1
-0
/
+6
*
lib: add support for extended TCP MD5 auth
Quentin Young
2019-04-16
1
-5
/
+45
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-4
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-19
/
+19
*
lib: Convert sockopt.c to flog_err
Donald Sharp
2018-09-06
1
-25
/
+36
*
lib: remove Linux 2.4 TCP-MD5 support
David Lamparter
2018-08-25
1
-25
/
+1
*
Merge pull request #2448 from qlyoung/error-reference-cards
David Lamparter
2018-08-16
1
-4
/
+8
|
\
|
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-6
/
+7
|
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
|
*
lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET
Donald Sharp
2018-08-14
1
-4
/
+7
*
|
lib, ripngd, zebra: Remove pre-solaris 9 special cased code
Donald Sharp
2018-08-15
1
-1
/
+1
|
/
*
lib: fix getsockopt_cmsg_data retrieval
Rafael Zalamena
2018-08-01
1
-1
/
+1
*
bgpd isisd ldpd lib ospfd pimd: redundancy (infer)
paco
2018-06-20
1
-3
/
+6
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-5
/
+5
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-6
/
+4
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-4
/
+6
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-456
/
+452
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: add frr_init() infrastructure
David Lamparter
2017-03-07
1
-23
/
+0
*
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-02-02
1
-0
/
+23
|
\
|
*
*: fix warning fallout from set_socket_path
David Lamparter
2017-02-01
1
-2
/
+2
|
*
lib: Add set_socket_path() to sockopt.c to override the path element of a (vt...
Martin Winter
2017-01-25
1
-0
/
+23
*
|
frr: Remove HAVE_IPV6 from code base
Donald Sharp
2017-01-13
1
-8
/
+0
|
/
*
*: always set SO_SNDBUF and SO_RCVBUF using a best effort approach
Renato Westphal
2016-12-08
1
-16
/
+16
*
*: create a helper function to set the IP_MULTICAST_LOOP sockoption
Renato Westphal
2016-11-25
1
-1
/
+14
*
lib: update Solaris multicast API (BZ#725)
Christian Franke
2016-09-23
1
-0
/
+34
*
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
Paul Jakma
2016-08-18
1
-8
/
+8
*
lib: fix setting of IPv4 multicast sockopts on OpenBSD
Renato Westphal
2016-08-08
1
-6
/
+13
*
sockopt: add support for querying tcp round-trip-time
Timo Teräs
2016-05-26
1
-0
/
+16
*
lib: compile even without IPV6_TCLASS
Denis Ovsienko
2011-10-17
1
-1
/
+3
*
IPv6 transport class suppport
Stephen Hemminger
2011-10-17
1
-1
/
+12
[next]