summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang2018-03-151-6/+6
* netfilter: add back stackpointer size checksFlorian Westphal2018-03-152-1/+10
* tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-03-081-18/+12
* tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-03-081-10/+7
* tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-03-081-1/+2
* tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-03-081-0/+1
* net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern2018-03-081-0/+2
* tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-03-081-4/+5
* tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-03-081-0/+25
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-081-0/+5
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-081-2/+6
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-081-0/+5
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-281-6/+1
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-252-11/+9
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-02-251-3/+13
* tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-121-3/+3
* Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-121-1/+0
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-121-0/+6
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-121-0/+4
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-252-3/+2
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-252-0/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-241-0/+1
|\
| * xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman2018-01-231-0/+1
* | net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-221-1/+1
* | gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-223-0/+9
|/
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-1/+6
* net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-122-1/+3
|\
| * esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-091-1/+2
| * xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-081-0/+1
* | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+11
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+11
* | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
* | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
* | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-133-3/+2
|\ \
| * | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| * | netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+1
| * | netfilter: remove redundant assignment to eColin Ian King2017-11-202-2/+0
* | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
* | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
* | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* | | net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2017-12-111-5/+10
* | | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8
* | | tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
* | | tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1