aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-20tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroupYonghong Song1-1/+8
2017-12-20Merge branch 'bpftool-improvements-kallsymfix'Alexei Starovoitov7-35/+379
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann7-35/+370
2017-12-20bpf: fix kallsyms handling for subprogsDaniel Borkmann2-0/+9
2017-12-20libbpf: Fix build errors.David Miller1-2/+3
2017-12-19bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2-3/+15
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song1-2/+3
2017-12-19selftests/bpf: add netdevsim to configJakub Kicinski1-0/+1
2017-12-19bpf: arm64: fix uninitialized variableAlexei Starovoitov1-0/+1
2017-12-19bpf: make function skip_callee static and return NULL rather than 0Colin Ian King1-1/+2
2017-12-19bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King1-1/+1
2017-12-18cxgb4: Simplify PCIe Completion Timeout settingBjorn Helgaas1-18/+3
2017-12-18Merge branch 'erspan-a-couple-fixes'David S. Miller2-4/+8
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu2-2/+6
2017-12-18net: erspan: fix wrong return valueWilliam Tu2-2/+2
2017-12-18Merge branch 'sfp-phylink-fixes'David S. Miller2-25/+24
2017-12-18phylink: fix locking assertsRussell King1-17/+17
2017-12-18sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King1-4/+3
2017-12-18sfp: fix non-detection of PHYRussell King1-4/+4
2017-12-18net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas1-32/+3
2017-12-18Merge branch 'phy-meson-gxl-clean-up-and-improvements'David S. Miller1-39/+146
2017-12-18net: phy: meson-gxl: join the authorsJerome Brunet1-0/+1
2017-12-18net: phy: meson-gxl: add interrupt supportJerome Brunet1-1/+36
2017-12-18net: phy: meson-gxl: leave CONFIG_A6 untouchedJerome Brunet1-9/+0
2017-12-18net: phy: meson-gxl: use genphy_config_initJerome Brunet1-1/+1
2017-12-18net: phy: meson-gxl: add read and write helpers for banked registersJerome Brunet1-61/+69
2017-12-18net: phy: meson-gxl: define control registersJerome Brunet1-20/+66
2017-12-18net: phy: meson-gxl: check phy_write return valueJerome Brunet1-12/+38
2017-12-18Merge branch 'sfc-Medford2'David S. Miller9-68/+162
2017-12-18sfc: populate the timer reload fieldBert Kenward1-2/+3
2017-12-18sfc: update EF10 register definitionsBert Kenward2-25/+37
2017-12-18sfc: improve PTP error reportingEdward Cree3-2/+13
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree1-0/+4
2017-12-18sfc: support VI strides other than 8kEdward Cree5-27/+70
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree5-12/+35
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller73-352/+6071
2017-12-17trace: reenable preemption if we modify the ipJosef Bacik1-1/+8
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski1-1/+1
2017-12-17libbpf: fix Makefile exit code if libelf not foundJakub Kicinski1-2/+2
2017-12-17Merge branch 'bpf-to-bpf-function-calls'Daniel Borkmann23-269/+4378
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann1-0/+597
2017-12-17bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov1-4/+64
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov7-6/+189
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov10-11/+13
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov4-17/+116
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov3-1/+916
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov3-6/+492
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov3-44/+134
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov1-2/+64
2017-12-17bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2-29/+103