summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-17Merge branch 'tcp_openreq_child'David S. Miller
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-17net/mlx4: remove unneeded semicolonYueHaibing
2019-01-17net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing
2019-01-17qed: remove duplicated include from qed_if.hYueHaibing
2019-01-17sb1000: fix a couple of indentation issues and remove assignment in if statem...Colin Ian King
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov
2019-01-17dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu
2019-01-17wan: dscc4: fix various indentation issuesColin Ian King
2019-01-17Merge branch 'vxlan-FDB-veto'David S. Miller
2019-01-17selftests: mlxsw: Test veto of unsupported VXLAN FDBsPetr Machata
2019-01-17mlxsw: spectrum: Add extack messages to VXLAN FDB rejectionPetr Machata
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata
2019-01-17mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata
2019-01-17Merge branch 'improving-TCP-behavior-on-host-congestion'David S. Miller
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: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit
2019-01-17davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre
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