summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-12net/smc: nonblocking connect reworkUrsula Braun2-42/+47
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang2-16/+19
2019-04-11Merge branch 'sctp-skb-list'David S. Miller3-41/+71
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller3-20/+13
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller2-15/+39
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller1-1/+10
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller1-6/+10
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller1-1/+1
2019-04-11net: sched: flower: fix filter net reference countingVlad Buslov1-11/+6
2019-04-11selftests: Add debugging options to pmtu.shDavid Ahern1-89/+124
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller75-425/+4603
2019-04-12bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev1-0/+6
2019-04-11tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2-2/+15
2019-04-11Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'David S. Miller2-125/+149
2019-04-11ipv6: Refactor __ip6_route_redirectDavid Ahern1-23/+33
2019-04-11ipv6: Refactor rt6_device_matchDavid Ahern1-13/+25
2019-04-11ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern1-3/+3
2019-04-11ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern1-12/+13
2019-04-11ipv6: Refactor find_rr_leafDavid Ahern1-36/+30
2019-04-11ipv6: Refactor find_matchDavid Ahern1-18/+32
2019-04-11ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern1-8/+10
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2-12/+12
2019-04-11ipv6: Remove rt6_check_devDavid Ahern1-11/+4
2019-04-11ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern1-9/+7
2019-04-11dns: remove redundant zero length namelen checkColin Ian King1-2/+0
2019-04-11Merge branch 'bpf-l2-encap'Daniel Borkmann6-80/+417
2019-04-11selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire3-59/+277
2019-04-11bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire1-0/+10
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2-4/+18
2019-04-11selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire3-48/+143
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy1-2/+3
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2-9/+29
2019-04-11net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov2-3/+23
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault1-1/+1
2019-04-11selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2-0/+110
2019-04-11libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev3-0/+17
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev3-9/+151
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole1-0/+6
2019-04-11libbpf: Fix build with gcc-8Andrey Ignatov1-1/+1
2019-04-11mailmap: add entry for email addressesDaniel Borkmann1-0/+9
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi1-3/+1
2019-04-10fou: correct spelling of encapsulationSimon Horman1-2/+2
2019-04-10Merge branch 'net-sched-taprio-fix-picos_per_byte-miscalculation'David S. Miller2-30/+165
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo1-14/+84
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo1-16/+81
2019-04-10net: strparser: fix commentJakub Kicinski1-1/+1
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern2-2/+4
2019-04-10Merge branch 'net-sched-move-back-qlen-to-per-CPU-accounting'David S. Miller5-71/+105
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni3-20/+28
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni3-9/+42