aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit1-32/+11
2019-01-17davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre1-0/+1
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann9-10/+52
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2-71/+198
2019-01-17Merge branch 'dsa-lantiq_gswip-probe-fixes-and-remove-cleanup'David S. Miller1-11/+13
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold1-3/+0
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold1-7/+9
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold1-1/+4
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward3-10/+63
2019-01-17selftests/tls: Fix recv partial/large_buff test casesVakul Garg1-5/+7
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30