aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-27tcp: Refactor pingpong codeWei Wang5-14/+14
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei1-1/+1
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+24
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu1-93/+19
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu1-2/+3
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2-11/+28
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu1-5/+15
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn2-7/+5
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2-262/+320
2019-01-24tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha1-1/+121
2019-01-24tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha1-21/+39
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing1-29/+22
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing1-19/+4
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2-9/+17
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang1-23/+20
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-22/+52
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski1-5/+56
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski1-2/+70
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski1-4/+39
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()Eric Dumazet2-4/+4
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2-9/+1
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long1-9/+14
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet1-2/+7
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-5/+14
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo1-6/+16
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo1-1/+10
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo1-7/+26