summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet11-114/+112
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2-4/+4
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet4-6/+6
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2-9/+9
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet3-12/+12
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet5-8/+8
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet4-12/+14
2017-05-16tcp: internal implementation for pacingEric Dumazet3-4/+88
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni1-10/+26
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-15/+123
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+5
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-27/+44
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-05-08Revert "ipv4: restore rt->fi for reference counting"David S. Miller1-17/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2-9/+2
2017-05-08vti: check nla_put_* return valueHangbin Liu1-6/+7
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-08ipv4: restore rt->fi for reference countingWANG Cong1-1/+17
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet3-20/+32
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-910/+1365
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari1-0/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-99/+113
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti1-1/+1
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert1-0/+3
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-5/+1
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+8
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2-12/+18
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet1-4/+0
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2-7/+4
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2-5/+5
2017-04-26tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet1-8/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet1-5/+4