| Commit message (Expand) | Author | Files | Lines |
2019-04-12 | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event | David Miller | 1 | -1/+10 |
2019-04-12 | sctp: Always pass skbs on a list to sctp_ulpq_tail_event(). | David Miller | 1 | -6/+10 |
2019-04-12 | sctp: Remove superfluous test in sctp_ulpq_reasm_drain(). | David Miller | 1 | -1/+1 |
2019-04-12 | net: sched: flower: fix filter net reference counting | Vlad Buslov | 1 | -11/+6 |
2019-04-12 | selftests: Add debugging options to pmtu.sh | David Ahern | 1 | -89/+124 |
2019-04-12 | bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN | Stanislav Fomichev | 1 | -0/+6 |
2019-04-11 | tools: add smp_* barrier variants to include infrastructure | Daniel Borkmann | 2 | -2/+15 |
2019-04-11 | ipv6: Refactor __ip6_route_redirect | David Ahern | 1 | -23/+33 |
2019-04-11 | ipv6: Refactor rt6_device_match | David Ahern | 1 | -13/+25 |
2019-04-11 | ipv6: Move fib6_multipath_select down in ip6_pol_route | David Ahern | 1 | -3/+3 |
2019-04-11 | ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup | David Ahern | 1 | -12/+13 |
2019-04-11 | ipv6: Refactor find_rr_leaf | David Ahern | 1 | -36/+30 |
2019-04-11 | ipv6: Refactor find_match | David Ahern | 1 | -18/+32 |
2019-04-11 | ipv6: Pass fib6_nh and flags to rt6_score_route | David Ahern | 1 | -8/+10 |
2019-04-11 | ipv6: Change rt6_probe to take a fib6_nh | David Ahern | 2 | -12/+12 |
2019-04-11 | ipv6: Remove rt6_check_dev | David Ahern | 1 | -11/+4 |
2019-04-11 | ipv6: Only call rt6_check_neigh for nexthop with gateway | David Ahern | 1 | -9/+7 |
2019-04-11 | dns: remove redundant zero length namelen check | Colin Ian King | 1 | -2/+0 |
2019-04-11 | selftests_bpf: add L2 encap to test_tc_tunnel | Alan Maguire | 3 | -59/+277 |
2019-04-11 | bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2 | Alan Maguire | 1 | -0/+10 |
2019-04-11 | bpf: add layer 2 encap support to bpf_skb_adjust_room | Alan Maguire | 2 | -4/+18 |
2019-04-11 | selftests_bpf: extend test_tc_tunnel for UDP encap | Alan Maguire | 3 | -48/+143 |
2019-04-11 | tipc: use standard write_lock & unlock functions when creating node | Jon Maloy | 1 | -2/+3 |
2019-04-11 | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -9/+29 |
2019-04-11 | net: sched: flower: use correct ht function to prevent duplicates | Vlad Buslov | 2 | -3/+23 |
2019-04-11 | netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() | Guillaume Nault | 1 | -1/+1 |
2019-04-11 | selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -0/+110 |
2019-04-11 | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev | 3 | -0/+17 |
2019-04-11 | bpf: support input __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 3 | -9/+151 |
2019-04-11 | tools/bpftool: show btf id in program information | Prashant Bhole | 1 | -0/+6 |
2019-04-11 | libbpf: Fix build with gcc-8 | Andrey Ignatov | 1 | -1/+1 |
2019-04-11 | mailmap: add entry for email addresses | Daniel Borkmann | 1 | -0/+9 |
2019-04-11 | net: fou: remove redundant code in gue_udp_recv | Lorenzo Bianconi | 1 | -3/+1 |
2019-04-11 | fou: correct spelling of encapsulation | Simon Horman | 1 | -2/+2 |
2019-04-11 | net/sched: cbs: fix port_rate miscalculation | Leandro Dorileo | 1 | -14/+84 |
2019-04-11 | net/sched: taprio: fix picos_per_byte miscalculation | Leandro Dorileo | 1 | -16/+81 |
2019-04-10 | net: strparser: fix comment | Jakub Kicinski | 1 | -1/+1 |
2019-04-10 | ipv4: Handle RTA_GATEWAY set to 0 | David Ahern | 2 | -2/+4 |
2019-04-10 | Revert: "net: sched: put back q.qlen into a single location" | Paolo Abeni | 3 | -20/+28 |
2019-04-10 | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too | Paolo Abeni | 3 | -9/+42 |
2019-04-10 | net: sched: always do stats accounting according to TCQ_F_CPUSTATS | Paolo Abeni | 2 | -42/+31 |
2019-04-10 | net: sched: prefer qdisc_is_empty() over direct qlen access | Paolo Abeni | 1 | -1/+1 |
2019-04-10 | net: caif: avoid using qdisc_qlen() | Paolo Abeni | 1 | -4/+8 |
2019-04-10 | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE | Magnus Karlsson | 1 | -4/+5 |
2019-04-10 | bpf, bpftool: fix a few ubsan warnings | Yonghong Song | 1 | -10/+9 |
2019-04-10 | bpf, selftest: add test cases for BTF Var and DataSec | Daniel Borkmann | 1 | -2/+663 |
2019-04-10 | bpf, selftest: test global data/bss/rodata sections | Joe Stringer | 3 | -4/+267 |
2019-04-10 | bpf, selftest: test {rd, wr}only flags and direct value access | Daniel Borkmann | 4 | -5/+573 |
2019-04-10 | bpf: bpftool support for dumping data/bss/rodata sections | Daniel Borkmann | 2 | -4/+65 |
2019-04-10 | bpf, libbpf: add support for BTF Var and DataSec | Daniel Borkmann | 5 | -20/+235 |