summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-02ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2018-01-02tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2018-01-02tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung3-5/+16
2018-01-02ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2018-01-02tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2018-01-02tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2018-01-02tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-25tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-12-25ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-12-20ipv4: ipv4_default_advmss() should use route mtuEric Dumazet1-1/+1
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-6/+55
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2-4/+6
2017-12-17tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-17tcp/dccp: block bh before arming time_wait timerEric Dumazet1-0/+6
2017-12-17tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet1-19/+40
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet1-2/+10
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha1-1/+1
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+15
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal1-6/+10
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+2
2017-11-02tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov1-1/+1
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-01netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella1-0/+2
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-10-22soreuseport: fix initialization raceCraig Gallek2-8/+2
2017-10-21udp: make some messages more descriptiveMatteo Croce1-2/+2
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+25
2017-10-13ip: update policy routing config helpStephen Hemminger1-5/+3
2017-10-11Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-5/+0
2017-10-10net: defer call to cgroup_sk_alloc()Eric Dumazet1-0/+5
2017-10-10net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-0/+1