aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2-2/+2
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-17Merge branch 'bpf-af-xdp-wakeup'Daniel Borkmann23-115/+462
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy4-5/+48
2019-08-17net/mlx5e: Move the SW XSK code from NAPI poll to a separate functionMaxim Mikityanskiy1-2/+11
2019-08-17samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson1-72/+120
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson3-0/+23
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson6-20/+195
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson12-19/+32
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun1-7/+2
2019-08-15Merge branch 'fix-printf'Alexei Starovoitov10-19/+21
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet5-10/+12
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet1-4/+4
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet1-2/+2
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2-12/+11
2019-08-15Merge branch 'bpftool-net-attach'Alexei Starovoitov3-20/+278
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee1-3/+54
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee1-10/+55
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee1-1/+41
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee1-7/+129
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet3-2/+7
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski76-480/+527
2019-08-13Merge branch 'r8152-RX-improve'Jakub Kicinski1-70/+304
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang1-5/+86
2019-08-13r8152: support skb_add_rx_fragHayes Wang1-15/+105
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang1-20/+11
2019-08-13r8152: replace array with linking list for rx informationHayes Wang1-57/+125
2019-08-13r8152: separate the rx buffer sizeHayes Wang1-4/+8
2019-08-13Merge branch 'net-phy-let-phy_speed_down-up-support-speeds-1Gbps'Jakub Kicinski3-46/+54
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2-44/+18
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit2-0/+29
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit1-2/+7
2019-08-13net: devlink: remove redundant rtnl lock assertVlad Buslov1-3/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski121-920/+5229
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-13devlink: send notifications for deleted snapshots on region destroyJiri Pirko1-11/+12
2019-08-13Merge branch 'bpf-libbpf-read-sysfs-btf'Daniel Borkmann4-32/+82
2019-08-13libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko1-7/+57
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko3-25/+25
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov2-8/+27
2019-08-13tools: bpftool: add feature check for zlibPeter Wu1-3/+8
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko4-19/+104
2019-08-13netfilter: connlabels: prefer static lock initialiserFlorian Westphal1-2/+1
2019-08-13netfilter: nf_nat_proto: make tables staticValdis Klētnieks1-2/+2
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks3-3/+3