summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-241-1/+1
* tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-11-211-8/+10
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-17/+42
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-182-3/+3
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* soreuseport: fix initialization raceCraig Gallek2017-11-182-8/+2
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-185-33/+24
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-182-2/+2
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-121-1/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-10-121-0/+9
* tcp: fix data delivery rateEric Dumazet2017-10-121-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-10-121-7/+12
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-10-081-0/+1
* udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-10-081-0/+3
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-201-2/+2
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-201-9/+3
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-201-3/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-201-0/+4
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-301-2/+1
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-1/+1
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-301-5/+7
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-122-3/+6
* revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman2017-08-121-1/+1
* revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman2017-08-121-2/+1
* igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-122-6/+7
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-121-1/+2
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-121-2/+2
* net: account for current skb length when deciding about UFOMichal Kubeček2017-08-111-1/+2
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-111-1/+1
* ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov2017-08-111-1/+1
* netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-08-111-0/+2
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-08-111-4/+5
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-08-111-0/+1
* tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-08-111-1/+9
* tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-08-111-1/+0
* tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-08-111-5/+18
* tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-08-111-3/+11
* tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-08-111-2/+1
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-07-211-0/+2
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-07-051-3/+4
* igmp: add a missing spin_lock_init()WANG Cong2017-07-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-07-051-8/+13
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-06-171-6/+6
* tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-06-171-2/+2
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-1/+1