summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-20udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+2
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-30net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-30ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn2-4/+6
2017-08-13igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-13tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-08-13net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-08-13tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-11ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-08-11udp6: fix socket leak on early demuxPaolo Abeni1-1/+2
2017-08-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-08-11tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell1-1/+9
2017-08-11tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell1-1/+0
2017-08-11tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell1-5/+18
2017-08-11tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell1-3/+11
2017-08-11tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell1-2/+1
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-06-20igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan1-0/+2
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer1-2/+6
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong1-8/+13
2017-06-12net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp1-17/+15
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller2-3/+3
2017-06-05net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos1-2/+4
2017-05-26ipv4: add reference counting to metricsEric Dumazet2-8/+19
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka1-1/+1
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+4
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka1-4/+5
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka1-7/+17
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka1-12/+23
2017-05-21arp: fixed error in a commentIhar Hrachyshka1-1/+1
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2-3/+2
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka1-2/+14
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+5
2017-05-12tcp: 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