summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4
* libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
* libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
* libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
* libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
* libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-062-1/+40
* perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov2020-08-061-2/+4
* perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter2020-08-062-0/+33
* perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter2020-08-064-5/+200
* perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter2020-08-063-0/+9
* perf intel-pt: Time filter logged perf eventsAdrian Hunter2020-08-062-3/+19
* perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter2020-08-062-8/+14
* perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter2020-08-063-1/+17
* perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter2020-08-062-1/+17
* perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter2020-08-063-1/+61
* perf auxtrace: Add missing itrace options to help textAdrian Hunter2020-08-061-1/+5
* perf tools: Improve aux_output not supported errorAdrian Hunter2020-08-061-0/+4
* perf intel-pt: Fix duplicate branch after CBRAdrian Hunter2020-08-061-2/+6
* perf intel-pt: Fix FUP packet stateAdrian Hunter2020-08-061-14/+7
* Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-067577-138628/+521337
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-062088-40877/+117368
| |\
| | * net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-061-1/+3
| | * Merge branch 'misc-bug-fixes-for-the-hso-driver'David S. Miller2020-08-061-9/+7
| | |\
| | | * usb: hso: remove bogus check for EINPROGRESSOliver Neukum2020-08-061-2/+1
| | | * usb: hso: no complaint about kmalloc failureOliver Neukum2020-08-061-3/+2
| | | * hso: fix bailout in error case of probeOliver Neukum2020-08-061-4/+4
| | |/
| | * ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
| | * selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn2020-08-051-3/+2
| | * mptcp: be careful on subflow creationPaolo Abeni2020-08-051-0/+6
| | * Merge branch 'selftests-rtnetlink-Fix-for-false-negative-return-values'David S. Miller2020-08-051-22/+46
| | |\
| | | * selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin2020-08-051-0/+3
| | | * selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin2020-08-051-22/+43
| | |/
| | * net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean2020-08-051-11/+24
| | * Merge branch 'net-fix-a-mcast-issue-for-tipc-udp-media'David S. Miller2020-08-053-0/+49
| | |\
| | | * tipc: set ub->ifindex for local ipv6 addressXin Long2020-08-051-0/+8
| | | * ipv6: add ipv6_dev_find()Xin Long2020-08-052-0/+41
| | |/
| | * net: openvswitch: silence suspicious RCU usage warningTonghao Zhang2020-08-051-3/+3
| | * Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-051-2/+2
| | * ptp: only allow phase values lower than 1 periodVladimir Oltean2020-08-051-0/+13
| | * farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-051-13/+12
| | * wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-051-27/+27
| | * hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-051-3/+4
| | * dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-051-3/+3
| | * net: macb: Properly handle phylink on at91sam9xStefan Roese2020-08-051-4/+7
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-049-20/+182
| | |\
| | | * netfilter: flowtable: Set offload timeout when adding flowRoi Dayan2020-08-031-0/+2
| | | * netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan2020-08-032-12/+12
| | | * selftests: netfilter: add meta iif/oif match testFlorian Westphal2020-08-032-1/+125
| | | * netfilter: nft_meta: fix iifgroup matchingFlorian Westphal2020-08-021-1/+1
| | | * netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-07-313-6/+42