summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devlink: Add health report functionalityEran Ben Elisha2019-01-183-0/+164
* devlink: Add health reporter create/destroy functionalityEran Ben Elisha2019-01-182-0/+186
* devlink: Add health buffer supportEran Ben Elisha2019-01-183-0/+585
* net_sched: add hit counter for matchallCong Wang2019-01-182-0/+30
* Merge branch 'phy-improve-stopping-PHY'David S. Miller2019-01-183-21/+5
|\
| * net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-183-20/+2
| * net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-182-2/+1
| * net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit2019-01-181-0/+3
|/
* tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao2019-01-181-0/+2
* net: jme: fix indentation issuesColin Ian King2019-01-181-3/+2
* net: vxge: fix indentation issueColin Ian King2019-01-181-1/+1
* net: phy: improve get_phy_idHeiner Kallweit2019-01-181-9/+2
* net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-182-8/+0
* net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi2019-01-181-2/+2
* Merge branch 'tcp_openreq_child'David S. Miller2019-01-182-35/+20
|\
| * tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-182-6/+4
| * tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-182-6/+6
| * tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-182-3/+3
| * tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-182-4/+4
| * tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-181-2/+0
| * tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-182-9/+1
| * tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-182-1/+1
| * tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-181-1/+0
| * tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0
| * tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-182-1/+1
| * tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0
|/
* net/mlx4: remove unneeded semicolonYueHaibing2019-01-182-2/+2
* net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing2019-01-181-2/+2
* tipc: remove unneeded semicolon in trace.cYueHaibing2019-01-181-2/+2
* qed: remove duplicated include from qed_if.hYueHaibing2019-01-181-1/+0
* sb1000: fix a couple of indentation issues and remove assignment in if statem...Colin Ian King2019-01-181-4/+7
* net: add a route cache full diagnostic messagePeter Oskolkov2019-01-181-1/+5
* dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu2019-01-181-34/+34
* wan: dscc4: fix various indentation issuesColin Ian King2019-01-181-25/+25
* Merge branch 'vxlan-FDB-veto'David S. Miller2019-01-1827-188/+421
|\
| * selftests: mlxsw: Test veto of unsupported VXLAN FDBsPetr Machata2019-01-181-0/+126
| * mlxsw: spectrum: Add extack messages to VXLAN FDB rejectionPetr Machata2019-01-182-10/+19
| * switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-1810-19/+24
| * vxlan: Add extack to switchdev operationsPetr Machata2019-01-183-31/+46
| * mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata2019-01-183-3/+5
| * net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-1814-16/+31
| * vxlan: changelink: Delete remote after updatePetr Machata2019-01-181-9/+8
| * vxlan: changelink: Postpone vxlan_config_apply()Petr Machata2019-01-181-21/+14
| * vxlan: changelink: Inline vxlan_dev_configure()Petr Machata2019-01-181-1/+5
| * vxlan: Allow vetoing of FDB notificationsPetr Machata2019-01-181-18/+46
| * vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata2019-01-181-2/+4
| * vxlan: Split vxlan_fdb_update() in twoPetr Machata2019-01-181-61/+97
| * vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata2019-01-181-30/+29
|/
* Merge branch 'improving-TCP-behavior-on-host-congestion'David S. Miller2019-01-182-76/+54
|\
| * tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7