summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-17bpf: cpumap: make some functions staticWei Yongjun1-11/+12
2018-01-16bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin1-0/+1
2018-01-14Merge branch 'bpf-nfp-map-offload'Daniel Borkmann26-120/+1506
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski3-0/+109
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski2-9/+76
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski3-2/+138
2018-01-14nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2-0/+62
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski3-0/+87
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski3-4/+288
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski8-0/+317
2018-01-14nfp: bpf: add map data structureJakub Kicinski2-1/+24
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski7-13/+293
2018-01-14bpf: offload: factor out netdev checking at allocation timeJakub Kicinski1-8/+20
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski3-8/+8
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski8-40/+17
2018-01-14bpf: hashtab: move checks out of alloc functionJakub Kicinski1-16/+39
2018-01-14bpf: hashtab: move attribute validation before allocationJakub Kicinski1-24/+23
2018-01-14bpf: add map_alloc_check callbackJakub Kicinski2-4/+14
2018-01-12Merge branch 'error-injection'Alexei Starovoitov27-245/+819
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu4-0/+428
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu7-15/+66
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu22-213/+317
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2-15/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu7-32/+31
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer2-5/+4
2018-01-12Merge branch 'hns3-add-some-new-features-and-fix-some-bugs'David S. Miller7-87/+336
2018-01-12net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen1-2/+4
2018-01-12net: hns3: add feature check when feature changedJian Shen1-12/+15
2018-01-12net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang3-0/+21
2018-01-12net: hns3: change the unit of GL value macroFuyun Liang1-4/+4
2018-01-12net: hns3: remove unused GL setup functionFuyun Liang1-12/+0
2018-01-12net: hns3: refactor GL update functionFuyun Liang1-19/+16
2018-01-12net: hns3: refactor interrupt coalescing init functionFuyun Liang1-9/+20
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang3-4/+188
2018-01-12net: hns3: add ethtool_ops.get_coalesce support to PFFuyun Liang3-0/+40
2018-01-12net: hns3: remove TSO config command from VF driverPeng Li2-28/+0
2018-01-12net: hns3: add ethtool_ops.get_channels support for VFPeng Li2-0/+31
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-348/+778
2018-01-11Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+12
2018-01-11Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-12/+23
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller18-263/+760
2018-01-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller6-64/+207
2018-01-11net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun1-0/+2
2018-01-11net: socionext: Fix error return code in netsec_netdev_open()Wei Yongjun1-0/+1
2018-01-11net: socionext: include linux/io.h to fix buildArnd Bergmann1-0/+1
2018-01-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller15-194/+252
2018-01-11ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot1-0/+6
2018-01-11cxgb4: implement ndo_features_checkGanesh Goudar1-0/+19
2018-01-11cxgb4: add support for vxlan segmentation offloadGanesh Goudar3-37/+186
2018-01-11cxgb4: implement udp tunnel callbacksGanesh Goudar3-0/+251