aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-18net: erspan: reload pointer after pskb_may_pullWilliam Tu2-2/+6
2017-12-18net: erspan: fix wrong return valueWilliam Tu2-2/+2
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-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-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-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-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
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov1-1/+960
2017-12-17bpf: introduce function calls (verification)Alexei Starovoitov2-153/+585
2017-12-17bpf: introduce function calls (function boundaries)Alexei Starovoitov4-5/+155
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds7-22/+15
2017-12-15nfp: bpf: correct printk formats for size_tJakub Kicinski1-2/+2
2017-12-15net: qcom/emac: Reduce timeout for mdio read/writeHemanth Puranik1-3/+4
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-15net: sched: fix clsact init error pathJiri Pirko2-7/+3