summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-03-20udplite: fix partial checksum initializationAlexey Kodanev
2018-03-20net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-04netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-03-04ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann
2018-03-04netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-03-04netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-02-28tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-28net: igmp: add a missing rcu locking sectionEric Dumazet
2018-02-28net: tcp: close sock if net namespace is exitingDan Streetman
2018-02-28ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-02-28net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-02-28netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2018-02-28ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2018-02-28tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-02-28net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-02-28ipv4: igmp: guard against silly MTU valuesEric Dumazet
2018-02-28tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran
2018-02-28netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2018-01-17route: update fnhe_expires for redirect when the fnhe existsXin Long
2018-01-17route: also update fnhe_genid when updating a route cacheXin Long
2018-01-17tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2018-01-17tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2018-01-17tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2018-01-17ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2018-01-17dccp/tcp: fix routing redirect raceJon Maxwell
2018-01-17tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2018-01-17ipv4: mask tos for input routeJulian Anastasov
2017-12-06tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-12-06ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-12-06tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-12-06IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef
2017-11-05vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-11-05netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-10-03tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-10-03tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-09-10ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-09-10ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-31igmp: add a missing spin_lock_init()WANG Cong
2017-07-31igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-06-25NET: Fix /proc/net/arp for AX.25Ralf Baechle
2017-06-25net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-25tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-06-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-06-24tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-06-24tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-06-24dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-13ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-06-13tcp: fix wraparound issue in tcp_lpEric Dumazet