summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun
2019-08-15Merge branch 'fix-printf'Alexei Starovoitov
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko
2019-08-15Merge branch 'bpftool-net-attach'Alexei Starovoitov
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2019-08-13Merge branch 'r8152-RX-improve'Jakub Kicinski
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang
2019-08-13r8152: support skb_add_rx_fragHayes Wang
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang
2019-08-13r8152: replace array with linking list for rx informationHayes Wang
2019-08-13r8152: separate the rx buffer sizeHayes Wang
2019-08-13Merge branch 'net-phy-let-phy_speed_down-up-support-speeds-1Gbps'Jakub Kicinski
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit
2019-08-13net: devlink: remove redundant rtnl lock assertVlad Buslov
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing
2019-08-13devlink: send notifications for deleted snapshots on region destroyJiri Pirko
2019-08-13Merge branch 'bpf-libbpf-read-sysfs-btf'Daniel Borkmann
2019-08-13libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov
2019-08-13tools: bpftool: add feature check for zlibPeter Wu
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko
2019-08-13netfilter: connlabels: prefer static lock initialiserFlorian Westphal
2019-08-13netfilter: nf_nat_proto: make tables staticValdis Klētnieks
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks
2019-08-13kbuild: remove all netfilter headers from header-test blacklist.Jeremy Sowden
2019-08-13netfilter: remove "#ifdef __KERNEL__" guards from some headers.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f...Jeremy Sowden