aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/netcnt_common.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04selftests/bpf: Don't hard-code root cgroup idStanislav Fomichev1-1/+1
2019-12-04samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer1-3/+3
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-2/+4
2019-12-04net: sfp: fix hwmonRussell King1-9/+4
2019-12-04net: sfp: fix unbindRussell King1-0/+4
2019-12-04ionic: keep users rss hash across lif resetShannon Nelson1-6/+10
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-12-04act_ct: support asymmetric conntrackAaron Conole1-1/+12
2019-12-04openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca11-35/+39
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca11-19/+19
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi3-61/+95
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2-0/+2
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet1-2/+8
2019-12-03net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean1-4/+10
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg1-1/+3
2019-12-03net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov1-0/+6
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter1-3/+3
2019-12-03can: xilinx_can: Fix usage of skb memorySrinivas Neeli1-12/+13
2019-12-03can: xilinx_can: skip error message on deferred probeVenkatesh Yadav Abbarapu1-1/+2
2019-12-03can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-12-03can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-12-03MAINTAINERS: add myself as maintainer of MCAN MMIO device driverSriram Dash1-0/+9
2019-12-03MAINTAINERS: add fragment for xilinx CAN driverAppana Durga Kedareswara rao1-0/+8
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese4-5/+11
2019-12-02sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle1-0/+1
2019-12-02libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno1-2/+2
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit1-0/+9
2019-12-01r8169: fix resume on cable plug-inHeiner Kallweit1-0/+1
2019-12-01r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit1-1/+1
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim1-2/+13
2019-12-01mm/Kconfig: fix trivial help text punctuationRandy Dunlap1-1/+1
2019-12-01mm/Kconfig: fix indentationKrzysztof Kozlowski1-19/+19
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder4-9/+0
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang2-2/+2
2019-12-01mm: fix struct member name in function commentsHao Lee1-1/+1
2019-12-01mm/shmem.c: cast the type of unmap_start to u64Chen Jun1-1/+1
2019-12-01mm: shmem: use proper gfp flags for shmem_writepage()Yang Shi1-1/+2
2019-12-01mm/shmem.c: make array 'values' static const, makes object smallerColin Ian King1-1/+1
2019-12-01userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORKMike Rapoport1-7/+11
2019-12-01fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_register()Andrea Arcangeli1-1/+2
2019-12-01userfaultfd: wrap the common dst_vma check into an inlined functionWei Yang1-24/+32
2019-12-01userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb()Wei Yang1-5/+0
2019-12-01userfaultfd: use vma_pagesize for all huge page size calculationWei Yang1-3/+4
2019-12-01mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang1-2/+2
2019-12-01mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye1-4/+4
2019-12-01mm/mmap.c: make vma_merge() comment more easy to understandWei Yang1-9/+12
2019-12-01mm/hwpoison-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-2/+2