aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2-2/+1
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit1-0/+3
2019-01-18tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao1-0/+2
2019-01-18net: jme: fix indentation issuesColin Ian King1-3/+2
2019-01-18net: vxge: fix indentation issueColin Ian King1-1/+1
2019-01-18net: phy: improve get_phy_idHeiner Kallweit1-9/+2
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit2-8/+0
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi1-2/+2
2019-01-17Merge branch 'tcp_openreq_child'David S. Miller2-35/+20
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()Eric Dumazet2-4/+4
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2-9/+1
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17net/mlx4: remove unneeded semicolonYueHaibing2-2/+2
2019-01-17net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing1-2/+2
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-17qed: remove duplicated include from qed_if.hYueHaibing1-1/+0
2019-01-17sb1000: fix a couple of indentation issues and remove assignment in if statementsColin Ian King1-4/+7
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov1-1/+5
2019-01-17dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu1-34/+34
2019-01-17wan: dscc4: fix various indentation issuesColin Ian King1-25/+25
2019-01-17Merge branch 'vxlan-FDB-veto'David S. Miller27-188/+421
2019-01-17selftests: mlxsw: Test veto of unsupported VXLAN FDBsPetr Machata1-0/+126
2019-01-17mlxsw: spectrum: Add extack messages to VXLAN FDB rejectionPetr Machata2-10/+19
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata10-19/+24
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata3-31/+46
2019-01-17mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata3-3/+5
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata14-16/+31
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata1-9/+8
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata1-21/+14
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata1-1/+5
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata1-18/+46
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata1-2/+4
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata1-61/+97
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata1-30/+29
2019-01-17Merge branch 'improving-TCP-behavior-on-host-congestion'David S. Miller2-76/+54
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8