summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-11-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern1-1/+6
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-24tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov1-1/+1
2017-11-21tcp: provide timestamps for partial writesSoheil Hassas Yeganeh1-8/+10
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-11-18soreuseport: fix initialization raceCraig Gallek2-8/+2
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+24
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-18gso: fix payload length when gso_size is zeroAlexey Kodanev2-2/+2
2017-11-15IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef1-0/+3
2017-10-12vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-10-12tcp: fix data delivery rateEric Dumazet1-4/+3
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-10-08netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-10-08udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka1-0/+3
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
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-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
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-30ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn2-3/+6
2017-08-13revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman1-1/+1
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman1-2/+1
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-11net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-08-11ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-08-11ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov1-1/+1
2017-08-11netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+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-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-07-05netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2017-07-05igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-07-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong1-8/+13
2017-06-17NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2017-06-17tcp: tcp_probe: use spin_lock_bh()Eric Dumazet1-2/+2