summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2018-01-051-0/+1
* tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2018-01-051-0/+4
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-023-5/+16
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-021-2/+7
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2018-01-021-2/+5
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-021-1/+19
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-023-12/+18
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-251-1/+1
* net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland2017-12-251-1/+1
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-251-18/+1
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-12-251-8/+17
* icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-12-201-3/+12
* tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-161-0/+6
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-141-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-141-2/+7
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-142-5/+4
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-091-1/+1
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-301-1/+6
* 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