summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "netfilter: nft_hash: add map lookups for hashing operations"Laura Garcia Liebana2019-01-181-121/+0Star
* netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal2019-01-181-2/+1Star
* netfilter: nft_meta: Add NFT_META_I/OIFKIND meta typewenxu2019-01-181-0/+12
* netfilter: nf_conntrack: provide modparam to always register conntrack hooksPablo Neira Ayuso2019-01-181-4/+24
* netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal2019-01-189-174/+43Star
* netfilter: conntrack: remove l4proto destroy hookFlorian Westphal2019-01-182-18/+11Star
* netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal2019-01-189-217/+56Star
* netfilter: conntrack: remove sysctl registration helpersFlorian Westphal2019-01-181-76/+1Star
* netfilter: conntrack: unify sysctl handlingFlorian Westphal2019-01-189-460/+391Star
* netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-188-64/+21Star
* netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal2019-01-181-16/+12Star
* netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal2019-01-183-48/+24Star
* netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-184-17/+0Star
* netfilter: conntrack: remove invert_tuple callbackFlorian Westphal2019-01-183-8/+10
* netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal2019-01-183-16/+6Star
* netfilter: conntrack: remove net_idFlorian Westphal2019-01-181-6/+2Star
* netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-185-85/+27Star
* netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal2019-01-181-22/+15Star
* 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/+36Star
* 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-182-6/+4Star
* 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/+0Star
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-182-9/+1Star
* 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/+0Star
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0Star
* 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/+0Star
* tipc: remove unneeded semicolon in trace.cYueHaibing2019-01-181-2/+2
* net: add a route cache full diagnostic messagePeter Oskolkov2019-01-181-1/+5
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-183-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-185-6/+11
* tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7Star
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-181-5/+3Star
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-181-7/+7
* tcp: create a helper to model exponential backoffYuchung Cheng2019-01-181-13/+18
* tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-181-0/+3
* tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-182-25/+7Star
* tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-181-8/+8
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-181-4/+2Star
* net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3Star