summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet1-1/+10
2019-08-04ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long1-3/+6
2019-07-31tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2-4/+6
2019-07-31ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-31igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-06-27tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+1
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet3-9/+26
2019-06-17tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2019-06-09ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet1-11/+11
2019-06-09ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet1-17/+30
2019-06-09inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-05-31net: erspan: fix use-after-freeWilliam Tu1-1/+1
2019-05-25xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert1-11/+13
2019-05-25esp4: add length check for UDP encapsulationSabrina Dubroca1-5/+15
2019-05-25vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-08ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2-267/+328
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra2-6/+5
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-03-23esp: Skip TX bytes accounting when sending from a request socketMartin Willi1-1/+1
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2-2/+13
2019-03-19tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch1-8/+1
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-19ipv4/route: fail early when inet dev is missingPaolo Abeni1-4/+5
2019-03-14vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun1-0/+50
2019-03-14ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-03-14net: avoid use IPCB in cipso_v4_errorNazarov Sergey2-7/+32
2019-03-14net: Add __icmp_send helper.Nazarov Sergey1-3/+4
2019-03-14netlabel: fix out-of-bounds memory accessesPaul Moore1-1/+2
2019-02-27inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov1-1/+9
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+0
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-06Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman1-1/+1
2019-01-31ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2019-01-31tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-5/+14