aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-12net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet
2017-08-12tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-11ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel
2017-08-11udp6: fix socket leak on early demuxPaolo Abeni
2017-08-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-08-11tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell
2017-08-11tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell
2017-08-11tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell
2017-08-11tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell
2017-08-11tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-20igmp: add a missing spin_lock_init()WANG Cong
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
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-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka
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
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