summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: remove sysctl registration helpersFlorian Westphal2019-01-181-76/+1
* netfilter: conntrack: unify sysctl handlingFlorian Westphal2019-01-189-460/+391
* netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-188-64/+21
* netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal2019-01-181-16/+12
* netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal2019-01-183-48/+24
* netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-184-17/+0
* netfilter: conntrack: remove invert_tuple callbackFlorian Westphal2019-01-183-8/+10
* netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal2019-01-183-16/+6
* netfilter: conntrack: remove net_idFlorian Westphal2019-01-181-6/+2
* netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-185-85/+27
* netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal2019-01-181-22/+15
* netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal2019-01-183-8/+12
* netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal2019-01-187-44/+76
* netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter2019-01-181-0/+9
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-01-182-7/+7
* netfilter: conntrack: remove helper hook againFlorian Westphal2019-01-181-106/+36
* netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal2019-01-189-31/+39
* netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal2019-01-182-13/+93
* netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal2019-01-183-13/+18
* tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-172-6/+4
* tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-172-6/+6
* tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-172-3/+3
* tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-172-4/+4
* tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-171-2/+0
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-172-9/+1
* tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-171-1/+0
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tipc: remove unneeded semicolon in trace.cYueHaibing2019-01-171-2/+2
* net: add a route cache full diagnostic messagePeter Oskolkov2019-01-171-1/+5
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-173-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-175-6/+11
* tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-171-15/+7
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-171-5/+3
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-171-7/+7
* tcp: create a helper to model exponential backoffYuchung Cheng2019-01-171-13/+18
* tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-171-0/+3
* tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-172-25/+7
* tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-171-8/+8
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-171-4/+2
* net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-10/+36
* tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2019-01-171-70/+196
* net/tls: Make function tls_sw_do_sendpage staticYueHaibing2019-01-171-2/+2
* net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing2019-01-171-10/+0
* Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg2019-01-171-8/+17
* net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2019-01-161-1/+55