summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal
2019-01-18netfilter: conntrack: remove invert_tuple callbackFlorian Westphal
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal
2019-01-18netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal
2019-01-18netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter
2019-01-18netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-01-18netfilter: conntrack: remove helper hook againFlorian Westphal
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal
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