aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-05tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2018-01-05tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-01-02tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-25tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran
2017-12-25net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland
2017-12-25netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-12-25inet: frag: release spinlock before calling icmp_send()Eric Dumazet
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce
2017-12-16tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long
2017-12-14netfilter: don't track fragmented packetsFlorian Westphal
2017-12-09tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-11-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-24tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov
2017-11-21tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet
2017-11-18soreuseport: fix initialization raceCraig Gallek
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-11-18gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-11-15IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef
2017-10-12vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-10-12tcp: fix data delivery rateEric Dumazet
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-10-08netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-10-08udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-30ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman