summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-20Merge branch 'bpftool-improvements-kallsymfix'Alexei Starovoitov
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann
2017-12-20bpf: fix kallsyms handling for subprogsDaniel Borkmann
2017-12-20libbpf: Fix build errors.David Miller
2017-12-19bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song
2017-12-19selftests/bpf: add netdevsim to configJakub Kicinski
2017-12-19bpf: arm64: fix uninitialized variableAlexei Starovoitov
2017-12-19bpf: make function skip_callee static and return NULL rather than 0Colin Ian King
2017-12-19bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King
2017-12-18cxgb4: Simplify PCIe Completion Timeout settingBjorn Helgaas
2017-12-18Merge branch 'erspan-a-couple-fixes'David S. Miller
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu
2017-12-18net: erspan: fix wrong return valueWilliam Tu
2017-12-18Merge branch 'sfp-phylink-fixes'David S. Miller
2017-12-18phylink: fix locking assertsRussell King
2017-12-18sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King
2017-12-18sfp: fix non-detection of PHYRussell King
2017-12-18net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas
2017-12-18Merge branch 'phy-meson-gxl-clean-up-and-improvements'David S. Miller
2017-12-18net: phy: meson-gxl: join the authorsJerome Brunet
2017-12-18net: phy: meson-gxl: add interrupt supportJerome Brunet
2017-12-18net: phy: meson-gxl: leave CONFIG_A6 untouchedJerome Brunet
2017-12-18net: phy: meson-gxl: use genphy_config_initJerome Brunet
2017-12-18net: phy: meson-gxl: add read and write helpers for banked registersJerome Brunet
2017-12-18net: phy: meson-gxl: define control registersJerome Brunet
2017-12-18net: phy: meson-gxl: check phy_write return valueJerome Brunet
2017-12-18Merge branch 'sfc-Medford2'David S. Miller
2017-12-18sfc: populate the timer reload fieldBert Kenward
2017-12-18sfc: update EF10 register definitionsBert Kenward
2017-12-18sfc: improve PTP error reportingEdward Cree
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree
2017-12-18sfc: support VI strides other than 8kEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17trace: reenable preemption if we modify the ipJosef Bacik
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski
2017-12-17libbpf: fix Makefile exit code if libelf not foundJakub Kicinski
2017-12-17Merge branch 'bpf-to-bpf-function-calls'Daniel Borkmann
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann
2017-12-17bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov
2017-12-17bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov