summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-05-26net: ipv4: Remove event arg to rt_fill_infoDavid Ahern
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern
2017-05-25tcp: better validation of received ack sequencesEric Dumazet
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-22net: ipv4: tcp: fixed comment coding style issueRohit Chavan
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet
2017-05-21fou: make local function staticstephen hemminger
2017-05-21tcpnv: do not export local functionstephen hemminger
2017-05-21inet: fix warning about missing prototypestephen hemminger
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka
2017-05-21arp: fixed error in a commentIhar Hrachyshka
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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 *udp*_queue_rcv_skb() functions staticPaolo Abeni
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-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka
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-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-16ipmr: vrf: Find VIFs using the actual deviceThomas Winter
2017-05-16tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
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