summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-29ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt
2019-10-07udp: fix gso_segs calculationsJosh Hunt
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-10-05tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-10-01net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-09-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-08-09ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-08-04ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-28ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-11ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-04ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-06-04ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-04inet: switch IP ID generator to siphashEric Dumazet
2019-05-25xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-05-25esp4: add length check for UDP encapsulationSabrina Dubroca
2019-05-25vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-05ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-17net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-17tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-03-23netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell