summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-03-15netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal
2018-03-08tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-03-08tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-03-08tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-03-08net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-03-08tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-08tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-08fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-02-12tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-12Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-12tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-12net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2018-01-09esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert
2018-01-08xfrm: Return error on unknown encap_type in init_stateHerbert Xu
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell