summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-05-08Revert "ipv4: restore rt->fi for reference counting"David S. Miller
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08vti: check nla_put_* return valueHangbin Liu
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang
2017-05-08ipv4: restore rt->fi for reference countingWANG Cong
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet