summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing
2019-01-17net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang
2019-01-17af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre
2019-01-16net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2019-01-16net_sched: refetch skb protocol for each filterCong Wang
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue