summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-01-19nl80211/mac80211: mesh: add mesh path change count to mpath infoJulan Hsu
2019-01-19nl80211/mac80211: mesh: add hop count to mpath infoJulan Hsu
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen
2019-01-19cfg80211: Add airtime statistics and settingsToke Høiland-Jørgensen
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha
2019-01-18devlink: Add health diagnose commandEran Ben Elisha
2019-01-18devlink: Add health recover commandEran Ben Elisha
2019-01-18devlink: Add health set commandEran Ben Elisha
2019-01-18devlink: Add health get commandEran Ben Elisha
2019-01-18devlink: Add health report functionalityEran Ben Elisha
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha
2019-01-18devlink: Add health buffer supportEran Ben Elisha
2019-01-18net_sched: add hit counter for matchallCong Wang
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet
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-17tipc: remove unneeded semicolon in trace.cYueHaibing
2019-01-17net: add a route cache full diagnostic messagePeter 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-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-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-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-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu