aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song4-3/+8
2017-12-12Merge branch 'bpf-override-return'Alexei Starovoitov29-12/+424
2017-12-12btrfs: allow us to inject errors at io_ctl_initJosef Bacik1-0/+2
2017-12-12samples/bpf: add a test for bpf_override_returnJosef Bacik6-2/+71
2017-12-12bpf: add a bpf_override_function helperJosef Bacik15-9/+154
2017-12-12btrfs: make open_ctree error injectableJosef Bacik1-0/+2
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik6-1/+195
2017-12-12Merge branch 'bpf-tracing-multiprog-tp-query'Alexei Starovoitov9-1/+255
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song4-1/+182
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song5-0/+73
2017-12-12selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=yNaresh Kamboju1-0/+1
2017-12-08Merge branch 'bpf-bpftool-makefile-cleanups'Daniel Borkmann3-40/+52
2017-12-08tools: bpftool: create "uninstall", "doc-uninstall" make targetsQuentin Monnet3-3/+18
2017-12-08tools: bpftool: harmonise Makefile and Documentation/MakefileQuentin Monnet2-39/+36
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-5/+572
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang1-3/+4
2017-12-07Merge branch 'smc-fixes-next'David S. Miller8-55/+118
2017-12-07smc: support variable CLC proposal messagesUrsula Braun3-24/+107
2017-12-07smc: no consumer update in tasklet contextUrsula Braun2-16/+5
2017-12-07smc: cleanup close checking during data receivalUrsula Braun1-4/+1
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun1-2/+0
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun2-7/+4
2017-12-07smc: make smc_close_active_abort() staticUrsula Braun2-2/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli8-22/+56
2017-12-07bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2017-12-06Merge branch 'bpf-devel-doc'Alexei Starovoitov2-0/+523
2017-12-06bpf, doc: add faq about bpf development processDaniel Borkmann1-0/+519
2017-12-06bpf, doc: add bpf trees and tps to maintainers entryDaniel Borkmann1-0/+4
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng1-11/+2
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko3-0/+52
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn1-3/+1
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole1-2/+2
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang1-9/+1
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang11-41/+26
2017-12-06Merge branch 'ipv6-add-ip6erspan-collect_md-mode'David S. Miller3-25/+180
2017-12-06samples/bpf: add ip6erspan sample codeWilliam Tu2-0/+95
2017-12-06ip6_gre: add ip6 erspan collect_md modeWilliam Tu1-25/+85
2017-12-06bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()Dan Carpenter1-4/+1
2017-12-05Merge branch 'macb-rx-filter-cleanups'David S. Miller1-24/+23
2017-12-05net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright1-1/+1
2017-12-05net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright1-5/+11
2017-12-05net: macb: kill useless use of list_empty()Julia Cartwright1-19/+12
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang12-16/+16
2017-12-05Merge branch 'dsa-use-per-port-upstream-port'David S. Miller3-25/+46
2017-12-05net: dsa: return per-port upstream portVivien Didelot2-4/+7
2017-12-05net: dsa: assign a CPU port to DSA portVivien Didelot1-1/+1
2017-12-05net: dsa: mv88e6xxx: setup global upstream portVivien Didelot1-13/+16
2017-12-05net: dsa: mv88e6xxx: helper to setup upstream portVivien Didelot1-7/+20
2017-12-05net: dsa: mv88e6xxx: egress floods all DSA portsVivien Didelot1-1/+3
2017-12-05Merge branch 'sch_api-style'David S. Miller2-49/+58