summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-05v4.13.0v4.13.0Stephen Hemminger
2017-09-05bpf: consolidate dumps to use bpf_dump_prog_infoDaniel Borkmann
2017-09-05bpf: minor cleanups for bpf_trace_pipeDaniel Borkmann
2017-09-05tc actions: store and dump correct length of user cookiesSimon Horman
2017-09-04lib/bpf: Fix bytecode-file parsingPhil Sutter
2017-09-01iplink: double the buffer size also in iplink_get()Michal Kubecek
2017-09-01iplink: check for message truncation in iplink_get()Michal Kubecek
2017-09-01lnstat_util: Make sure buffer is NUL-terminatedPhil Sutter
2017-09-01tc_util: No need to terminate an snprintf'ed bufferPhil Sutter
2017-09-01ipxfrm: Replace STRBUF_CAT macro with strlcat()Phil Sutter
2017-09-01Convert harmful calls to strncpy() to strlcpy()Phil Sutter
2017-09-01Convert the obvious cases to strlcpy()Phil Sutter
2017-09-01utils: Implement strlcpy() and strlcat()Phil Sutter
2017-09-01link_gre6: Print the tunnel's tclass settingPhil Sutter
2017-09-01link_gre6: Fix for changing tclass/flowlabelPhil Sutter
2017-08-30ss: Fix for added diag support checkPhil Sutter
2017-08-24tc: use named initializer for default mqprio optionsStephen Hemminger
2017-08-24lib/libnetlink: Don't pass NULL parameter to memcpy()Phil Sutter
2017-08-24lib/fs: Fix and simplify make_path()Phil Sutter
2017-08-24lib/bpf: Check return value of write()Phil Sutter
2017-08-24netem/maketable: Check return value of fscanf()Phil Sutter
2017-08-24ss: Make sure scanned index value to unix_state_map is sanePhil Sutter
2017-08-24ss: Make struct tcpstat fields 'timer' and 'timeout' unsignedPhil Sutter
2017-08-24bpf: drop unused parameter to bpf_report_map_in_mapStephen Hemminger
2017-08-24libnetlink: drop unused parameter to rtnl_dump_doneStephen Hemminger
2017-08-24rdma: fix duplicate initialization in port_namesStephen Hemminger
2017-08-24lib/ll_map: Choose size of new cache items at run-timePhil Sutter
2017-08-24tc/m_xt: Fix for potential string buffer overflowsPhil Sutter
2017-08-24lnstat_util: Simplify alloc_and_open() a bitPhil Sutter
2017-08-24lib/inet_proto: Review inet_proto_{a2n,n2a}()Phil Sutter
2017-08-24lib/fs: Fix format string in find_fs_mount()Phil Sutter
2017-08-24ipntable: Avoid memory allocation for filter.namePhil Sutter
2017-08-24tipc/bearer: Prevent NULL pointer dereferencePhil Sutter
2017-08-24tc/tc_filter: Make sure filter name is not emptyPhil Sutter
2017-08-24tc/q_netem: Don't dereference possibly NULL pointerPhil Sutter
2017-08-24ifstat, nstat: Check fdopen() return valuePhil Sutter
2017-08-24ss: fix help/man TCP-STATE description for listeningAndreas Henriksson
2017-08-21lib/bpf: Don't leak fp in bpf_find_mntpt()Phil Sutter
2017-08-21devlink: Check return code of strslashrsplit()Phil Sutter
2017-08-21iplink_vrf: Complain if main table is not foundPhil Sutter
2017-08-21iproute: Check mark value inputPhil Sutter
2017-08-21tc/q_multiq: Don't pass garbage in TCA_OPTIONSPhil Sutter
2017-08-21netem/maketable: Check return value of fstat()Phil Sutter
2017-08-21ss: Use C99 initializer in netlink_show_one()Phil Sutter
2017-08-21ipmaddr: Avoid accessing uninitialized dataPhil Sutter
2017-08-21iplink_can: Prevent overstepping array boundsPhil Sutter
2017-08-21ipaddress: Avoid accessing uninitialized variable lclPhil Sutter
2017-08-21tc/m_gact: Drop dead codePhil Sutter
2017-08-21ss: Drop useless assignmentPhil Sutter
2017-08-21ss: Skip useless check in parse_hostcond()Phil Sutter