]> git.proxmox.com Git - mirror_iproute2.git/history - lib
ss: print skmeminfo for packet sockets
[mirror_iproute2.git] / lib /
2018-02-22 David AhernMerge branch 'iproute2-master' into iproute2-next
2018-02-21 David AhernMerge branch 'bridge-color-json' into next
2018-02-21 Stephen Hemmingerip: always print interface name in color
2018-02-16 David AhernMerge branch 'print_linkinfo_brief' into next
2018-02-16 Serhey Popovychutils: Introduce and use print_name_and_link() to print...
2018-02-16 Serhey Popovychutils: Introduce and use get_ifname_rta()
2018-02-16 Serhey Popovychlib: Correct object file dependencies
2018-02-16 Serhey Popovychutils: Reimplement ll_idx_n2a() and introduce ll_idx_a2n()
2018-02-16 Serhey Popovychip: Use single variable to represent -pretty
2018-02-10 David AhernMerge branch 'iproute-json-color' into next
2018-02-10 Stephen Hemmingerjson: fix newline at end of array
2018-02-10 Stephen Hemmingerjson: make pretty printing optional
2018-02-08 David AhernMerge branch 'dev_walk' into iproute2-next
2018-02-08 Serhey Popovychip: Introduce get_rtnl_link_stats_rta() to get link...
2018-01-29 David AhernMerge branch 'iproute2-master' into iproute2-next
2018-01-26 Jakub Kicinskitc: red: JSON-ify RED output
2018-01-25 David AhernMerge branch 'get_addr_rta' into iproute2-next
2018-01-25 Serhey Popovychutils: Introduce get_addr_rta() and inet_addr_match_rta()
2018-01-24 David AhernMerge branch 'iproute2-master' into iproute2-next
2018-01-21 David AhernMerge branch 'inet_get_addr' into net-next
2018-01-21 Serhey Popovychip: Get rid of inet_get_addr()
2018-01-21 Serhey Popovychutils: Fast inet address classification after get_addr()
2018-01-21 Serhey Popovychutils: Always specify family and ->bytelen in get_prefi...
2018-01-21 Serhey Popovychutils: Always specify family for address in get_addr_1()
2018-01-21 David AhernMerge branch 'master' into net-next
2018-01-19 Jakub Kicinskibpf: support map offload
2018-01-15 David AhernMerge branch 'tc-batch' into net-next
2018-01-14 Chris Milib/libnetlink: Add a new function rtnl_talk_iov
2018-01-08 David AhernMerge branch 'master' into net-next
2017-12-26 Serhey Popovychutils: ll_addr: Handle ARPHRD_IP6GRE in ll_addr_n2a()
2017-12-19 Alexander Zubkoviproute: "list/flush/save default" selected all of...
2017-12-18 Stephen Hemmingerutils: fix makeargs stack overflow
2017-11-28 Stephen HemmingerMerge branch 'master' into net-next
2017-11-26 Jakub Kicinskibpf: allow loading programs for a specific ifindex
2017-11-26 Jakub Kicinskibpf: expose bpf_parse_common() and bpf_load_common()
2017-11-26 Jakub Kicinskibpf: rename bpf_parse_common() to bpf_parse_and_load_co...
2017-11-26 Jakub Kicinskibpf: split parse from program loading
2017-11-26 Jakub Kicinskibpf: allocate opcode table in struct bpf_cfg_in
2017-11-26 Jakub Kicinskibpf: keep parsed program mode in struct bpf_cfg_in
2017-11-26 Jakub Kicinskibpf: pass program type in struct bpf_cfg_in
2017-11-24 Stephen HemmingerSPDX license identifiers
2017-11-24 Nishanth Devarajantc: B.W limits can now be specified in %.
2017-11-24 Jakub Kicinskibpf: initialize the verifier log
2017-11-13 Stephen HemmingerMerge branch 'master' into net-next
2017-11-13 Stephen Hemmingerutils: remove duplicate include of ctype.h
2017-11-13 Stephen HemmingerMerge branch 'master' into net-next
2017-11-13 Stephen Hemmingerdrop unneeded include of syslog.h
2017-11-13 Stephen HemmingerMerge branch 'master' into net-next
2017-11-13 Ivan Veceralib: make resolve_hosts variable common
2017-11-09 David Ahernlibnetlink: Handle extack messages for non-error case
2017-11-09 Stephen HemmingerMerge branch 'master' into net-next
2017-11-01 Stephen HemmingerMerge branch 'master' into net-next
2017-10-31 Stephen HemmingerMerge branch 'master' into net-next
2017-10-27 Stephen HemmingerMerge branch 'master' into net-next
2017-10-26 Hangbin Liulib/libnetlink: update rtnl_talk to support malloc...
2017-10-26 Hangbin Liulib/libnetlink: re malloc buff if size is not enough
2017-10-19 Stephen HemmingerMerge branch 'master' of git://git.kernel.org/pub/scm...
2017-10-16 Stephen HemmingerMerge branch 'master' into net-next
2017-10-16 Petr Vorelcolor: Rename enum
2017-10-16 Petr Vorelcolor: Cleanup code to remove "magic" offset + 7
2017-10-16 Petr Vorelcolor: Fix another ip segfault when using --color switch
2017-10-11 Stephen HemmingerMerge branch 'master' into net-next
2017-10-11 Ivan Delalandeutils: add print_escape_buf to format and print arbitra...
2017-10-11 Baruch Siachlib: fix multiple strlcpy definition
2017-10-02 Stephen HemmingerMerge branch 'master' into net-next
2017-10-02 Phil SutterCheck user supplied interface name lengths
2017-09-29 Stephen HemmingerMerge branch 'master' into net-next
2017-09-29 Julien Fortinlib: json_print: rework 'new_json_obj' drop FILE* argument
2017-09-27 Julien Fortinlib: json_print: rework 'new_json_obj' drop FILE* argument
2017-09-22 Stephen HemmingerMerge branch 'master' into net-next
2017-09-22 Daniel Borkmannbpf: properly output json for xdp
2017-09-22 Daniel Borkmannjson: move json printer to common library
2017-09-07 Phil Sutterutils: strlcpy() and strlcat() don't clobber dst
2017-09-05 Stephen HemmingerMerge branch 'net-next'
2017-09-05 Stephen HemmingerMerge branch 'master' into net-next
2017-09-05 Daniel Borkmannbpf: consolidate dumps to use bpf_dump_prog_info
2017-09-05 Daniel Borkmannbpf: minor cleanups for bpf_trace_pipe
2017-09-04 Phil Sutterlib/bpf: Fix bytecode-file parsing
2017-09-01 Stephen HemmingerMerge branch 'master' into net-next
2017-09-01 Stephen HemmingerMerge branch 'master' into net-next
2017-09-01 Phil SutterConvert the obvious cases to strlcpy()
2017-09-01 Phil Sutterutils: Implement strlcpy() and strlcat()
2017-08-30 Stephen HemmingerMerge branch 'master' into net-next
2017-08-24 Stephen HemmingerMerge branch 'master' into net-next
2017-08-24 Phil Sutterlib/libnetlink: Don't pass NULL parameter to memcpy()
2017-08-24 Phil Sutterlib/fs: Fix and simplify make_path()
2017-08-24 Phil Sutterlib/bpf: Check return value of write()
2017-08-24 Stephen Hemmingerbpf: drop unused parameter to bpf_report_map_in_map
2017-08-24 Stephen Hemmingerlibnetlink: drop unused parameter to rtnl_dump_done
2017-08-24 Phil Sutterlib/ll_map: Choose size of new cache items at run-time
2017-08-24 Phil Sutterlib/inet_proto: Review inet_proto_{a2n,n2a}()
2017-08-24 Phil Sutterlib/fs: Fix format string in find_fs_mount()
2017-08-23 Stephen Hemmingerconfig: put CFLAGS/LDLIBS in config.mk
2017-08-22 Stephen HemmingerMerge branch 'master' into net-next
2017-08-22 Phil Sutterlib/bpf: Don't leak fp in bpf_find_mntpt()
2017-08-22 Stephen HemmingerMerge branch 'master' into net-next
2017-08-22 Phil Sutterlib/rt_names: Drop dead code in rtnl_rttable_n2a()
2017-08-18 Stephen HemmingerMerge branch 'master' into net-next
2017-08-18 David Ahernlibnetlink: Fix extack attribute parsing
2017-08-18 Julien Fortinjson_writer: add new json handlers (null, float with...
next