aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee8-91/+93
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee1-0/+1
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee3-31/+103
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee9-64/+252
2020-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee3-15/+6
2020-05-16bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend1-26/+44
2020-05-16bpf: Selftests, add blacklist to test_sockmapJohn Fastabend1-2/+31
2020-05-16bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend1-1/+30
2020-05-16bpf: Selftests, provide verbose option for selftests executionJohn Fastabend1-108/+71
2020-05-16bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend1-375/+348
2020-05-16bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend1-3/+8
2020-05-16bpf: Selftests, print error in test_sockmap error casesJohn Fastabend1-8/+17
2020-05-16bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend1-6/+22
2020-05-16bpf: Selftests, remove prints from sockmap testsJohn Fastabend2-174/+9
2020-05-16bpf: Selftests, move sockmap bpf prog header into progsJohn Fastabend1-0/+0
2020-05-16selftests/bpf: Move test_align under test_progsStanislav Fomichev1-61/+7
2020-05-16selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev1-20/+21
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers1-3/+2
2020-05-16libbpf, hashmap: Remove unused #includeIan Rogers1-1/+0
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann1-1/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller342-1523/+3458
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds78-204/+459
2020-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-39/+68
2020-05-15Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds4-12/+22
2020-05-15Merge tag 'riscv-for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds9-21/+25
2020-05-15Merge branch 'mptcp-fix-MP_JOIN-failure-handling'David S. Miller7-26/+35
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni1-6/+9
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni2-5/+9
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni5-15/+17
2020-05-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2020-05-15net: phy: tja11xx: execute cable test on link upOleksij Rempel1-5/+43
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller14-43/+137
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo2-5/+53
2020-05-15Merge branch 'cxgb4-improve-and-tune-TC-MQPRIO-offload'David S. Miller9-61/+190
2020-05-15cxgb4: add EOTID tracking and software context dumpRahul Lakkireddy5-28/+133
2020-05-15cxgb4: tune burst buffer size for TC-MQPRIO offloadRahul Lakkireddy5-19/+31
2020-05-15cxgb4: improve credits recovery in TC-MQPRIO Tx pathRahul Lakkireddy1-14/+26
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller67-252/+741
2020-05-15net: dsa: mt7530: fix VLAN setupDENG Qingfang1-12/+1
2020-05-15Merge branch 'Implement-classifier-action-terse-dump-mode'David S. Miller8-17/+174
2020-05-15selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts1-1/+1
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2-12/+18
2020-05-15selftests: implement flower classifier terse dump testsVlad Buslov1-0/+38
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-05-15net: sched: implement terse dump support in actVlad Buslov4-9/+52
2020-05-15net: sched: introduce terse dump flagVlad Buslov3-8/+41
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz1-5/+5
2020-05-15Merge tag 'hwmon-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-4/+14
2020-05-15Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-13/+111
2020-05-15Merge tag 'drm-fixes-2020-05-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds38-274/+439