summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/fs: fix file leak in task_get_nameStephen Hemminger2023-05-131-1/+3
* remove unnecessary checks for NULL before calling free()Stephen Hemminger2023-05-101-2/+1
* ip: Support IP address protocolPetr Machata2023-03-301-0/+62
* libnetlink.c: Fix memory leak in batch modeDenys Fedoryshchenko2023-02-171-0/+2
* lib: replace GPL boilerplate with SPDXStephen Hemminger2023-01-1414-76/+15
* libnetlink: Fix memory leak in __rtnl_talk_iov()Lahav Schlesinger2022-12-091-6/+11
* json: do not escape single quotesAndrea Claudi2022-11-031-3/+0
* rtnetlink: add new function rtnl_echo_talk()Hangbin Liu2022-09-291-0/+22
* libnetlink: add offset for nl_dump_ext_ack_doneHangbin Liu2022-09-272-6/+5
* utils: extract CTRL_ATTR_MAXATTR and save itJacob Keller2022-08-311-6/+12
* Merge branch 'main' into nextDavid Ahern2022-08-011-0/+1
|\
| * bpf_glue: include errno.hJuhee Kang2022-07-251-0/+1
* | lib: Introduce ppp protocolsWojciech Drewek2022-07-292-1/+53
* | lib: refactor ll_proto functionsWojciech Drewek2022-07-292-25/+42
* | libbpf: add xdp program name supportHangbin Liu2022-07-082-5/+32
|/
* bridge: vni: add support for stats dumpingNikolay Aleksandrov2022-05-081-1/+3
* bridge: vxlan device vnifilter supportRoopa Prabhu2022-05-081-0/+18
* libbpf: Remove use of bpf_map_is_offload_neutralDavid Ahern2022-05-021-1/+6
* libbpf: Remove use of bpf_program__set_priv and bpf_program__privDavid Ahern2022-05-021-6/+10
* libbpf: Use bpf_object__load instead of bpf_object__load_xattrDavid Ahern2022-05-021-6/+1
* libnetlink: Add filtering to rtnl_statsdump_req_filter()Petr Machata2022-04-271-5/+14
* Merge branch 'main' into nextDavid Ahern2022-03-121-10/+13
|\
| * lib/fs: fix memory leak in get_task_name()Andrea Claudi2022-03-111-10/+13
* | bpf: Remove use of bpf_create_map_xattrDavid Ahern2022-03-071-12/+12
* | bpf: Export bpf syscall wrapperDavid Ahern2022-03-072-12/+13
* | bpf_glue: Remove use of bpf_load_program from libbpfDavid Ahern2022-03-072-12/+7
* | lib: add profinet and ethercat as link layer protocol namesDaniel Braunwarth2022-03-041-0/+2
* | Merge branch 'main' into nextDavid Ahern2022-02-271-6/+9
|\ \ | |/
| * libnetlink: fix socket leak in rtnl_open_byproto()Maxim Petrov2022-02-111-6/+9
* | json_print: suppress clang format warningStephen Hemminger2022-01-261-0/+8
* | libbpf: fix clang warning about format non-literalStephen Hemminger2022-01-261-2/+4
|/
* lib: fix ax25.h include for muslSam James2022-01-151-1/+1
* lib/bpf: fix verbose flag when using libbpfPaul Chaignon2021-12-171-1/+6
* lib/bpf_legacy: remove always-true checkMaxim Petrov2021-11-181-3/+1
* Merge branch 'main' into nextDavid Ahern2021-11-041-2/+1
|\
| * lib/bpf: fix map-in-map creation without prepopulationPaul Chaignon2021-10-141-2/+1
* | Merge branch 'main' into nextDavid Ahern2021-10-091-1/+4
|\ \ | |/
| * lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf existsAndrea Claudi2021-09-221-1/+4
* | ROSE: Print decoded addresses rather than hex numbers.Ralf Baechle2021-09-231-0/+2
* | ROSE: Add rose_ntop implementation.Ralf Baechle2021-09-231-0/+56
* | NETROM: Print decoded addresses rather than hex numbers.Ralf Baechle2021-09-231-0/+2
* | NETROM: Add netrom_ntop implementation.Ralf Baechle2021-09-232-7/+38
* | AX.25: Print decoded addresses rather than hex numbers.Ralf Baechle2021-09-231-0/+2
* | AX.25: Add ax25_ntop implementation.Ralf Baechle2021-09-231-0/+74
* | lib: bpf_legacy: add prog name, load time, uid and btf id in prog info dumpGokul Sivakumar2021-09-211-0/+20
|/
* ip: remove leftovers from IPX and DECnetStephen Hemminger2021-09-011-20/+2
* lib: bpf_glue: remove useless assignmentAndrea Claudi2021-08-101-1/+1
* lib: bpf_legacy: fix potential NULL-pointer dereferenceAndrea Claudi2021-08-101-0/+3
* lib/bpf: Fix btf_load error lead to enable debug logFeng Zhou2021-08-101-2/+2
* ipmonitor: Fix recvmsg with ancillary dataLahav Schlesinger2021-07-171-5/+5