aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-12ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern1-2/+0
2019-04-12Merge branch 'netdevsim-Mostly-cleanup-in-sdev-bpf-iface-area'David S. Miller6-90/+159
2019-04-12netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko1-25/+38
2019-04-12netdevsim: make bpf_offload_dev_create() per-sdev instead of first nsJiri Pirko1-12/+14
2019-04-12netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko3-13/+13
2019-04-12netdevsim: move shared dev creation and destruction into separate fileJiri Pirko4-50/+104
2019-04-12Documentation: net: dsa: transition to the rst formatIoana Ciornei5-154/+169
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: loopback: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: dummy: use generic helper to report timestamping infoJulian Wiedmann1-13/+2
2019-04-12Merge branch 'smc-next'David S. Miller8-274/+294
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul4-59/+58
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul2-46/+54
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14
2019-04-12net/smc: cleanup of get vlan idKarsten Graul3-6/+10
2019-04-12net/smc: consolidate function parametersKarsten Graul7-141/+139
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul2-3/+10
2019-04-12net/smc: fallback to TCP after connect problemsKarsten Graul1-4/+4
2019-04-12net/smc: nonblocking connect reworkUrsula Braun2-42/+47
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump analysisDongli 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