summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-25esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-13net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-31net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn
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-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-02ipv4: fib: Fix metrics match when deleting a routePhil Sutter
2018-01-02tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2018-01-02tcp: fix potential underestimation on rcv_rttWei Wang
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_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2018-01-02tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell
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-25ip_gre: check packet length and mtu correctly in erspan txWilliam Tu
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce
2017-12-20ipv4: ipv4_default_advmss() should use route mtuEric Dumazet
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-12-17tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet
2017-12-17tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-12-17tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric 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-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-11-02tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-11-01netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long