summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2019-12-21inet: protect against too small mtu values.Eric Dumazet2-10/+9
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-21tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-09-21tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-09-06inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet1-1/+10
2019-08-04tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-08-04ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-10ipv4: 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-8/+25
2019-06-11xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert1-11/+13
2019-06-11vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-16ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-16ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-05-16ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
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-27tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-03net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2019-04-03tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2019-03-23tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2019-03-23tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2-2/+13
2019-03-23route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2-0/+4
2019-03-23udplite: call proper backlog handlersEric Dumazet3-3/+3
2019-03-23vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun1-0/+50
2019-03-23netlabel: fix out-of-bounds memory accessesPaul Moore1-2/+4
2019-03-23net: avoid use IPCB in cipso_v4_errorNazarov Sergey2-7/+32
2019-03-23net: Add __icmp_send helper.Nazarov Sergey1-3/+4
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
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-08net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-7/+13
2019-02-08inet: frags: better deal with smp racesEric Dumazet1-13/+15
2019-02-08ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2019-02-08ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2019-02-08ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2019-02-08ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov2-87/+111