summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell
2019-01-27tcp: change pingpong threshold to 3Wei Wang
2019-01-27tcp: Refactor pingpong codeWei Wang
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-01-24tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha
2019-01-24tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian 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-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