summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-04-12ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul
2019-04-12net/smc: cleanup of get vlan idKarsten Graul
2019-04-12net/smc: consolidate function parametersKarsten Graul
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul
2019-04-12net/smc: fallback to TCP after connect problemsKarsten Graul
2019-04-12net/smc: nonblocking connect reworkUrsula Braun
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller
2019-04-11net: sched: flower: fix filter net reference countingVlad Buslov
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-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-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan 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-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi
2019-04-10fou: correct spelling of encapsulationSimon Horman
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-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: caif: avoid using qdisc_qlen()Paolo Abeni
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern