summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-12bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11tools: add smp_* barrier variants to include infrastructureDaniel Borkmann
2019-04-11Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'David S. Miller
2019-04-11ipv6: Refactor __ip6_route_redirectDavid Ahern
2019-04-11ipv6: Refactor rt6_device_matchDavid Ahern
2019-04-11ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern
2019-04-11ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern
2019-04-11ipv6: Refactor find_rr_leafDavid Ahern
2019-04-11ipv6: Refactor find_matchDavid Ahern
2019-04-11ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern
2019-04-11ipv6: Remove rt6_check_devDavid Ahern
2019-04-11ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern
2019-04-11dns: remove redundant zero length namelen checkColin Ian King
2019-04-11Merge branch 'bpf-l2-encap'Daniel Borkmann
2019-04-11selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire
2019-04-11bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire
2019-04-11selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault
2019-04-11selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole
2019-04-11libbpf: Fix build with gcc-8Andrey Ignatov
2019-04-11mailmap: add entry for email addressesDaniel Borkmann
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi
2019-04-10fou: correct spelling of encapsulationSimon Horman
2019-04-10Merge branch 'net-sched-taprio-fix-picos_per_byte-miscalculation'David S. Miller
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo
2019-04-10net: strparser: fix commentJakub Kicinski
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-10Merge branch 'net-sched-move-back-qlen-to-per-CPU-accounting'David S. Miller
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni
2019-04-10net: caif: avoid using qdisc_qlen()Paolo Abeni
2019-04-10libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson
2019-04-10bpf, bpftool: fix a few ubsan warningsYonghong Song
2019-04-09Merge branch 'support-global-data'Alexei Starovoitov
2019-04-09bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf, selftest: test global data/bss/rodata sectionsJoe Stringer
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann