aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern4-19/+26
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet1-1/+2
2017-05-21fou: make local function staticstephen hemminger1-41/+41
2017-05-21tcpnv: do not export local functionstephen hemminger1-3/+2
2017-05-21inet: fix warning about missing prototypestephen hemminger1-0/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh1-0/+3
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-24/+58
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet1-6/+6
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin1-9/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2-3/+2
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King1-1/+1
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-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka1-2/+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-16net: Improve handling of failures on link and route dumpsDavid Ahern2-16/+25
2017-05-16ipmr: vrf: Find VIFs using the actual deviceThomas Winter1-2/+16
2017-05-16tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
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/kernel/git/tip/tipLinus 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