summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-25xfrm: Reset secpath in xfrm failureMyungho Jung
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-05udp: fix GRO packet of deathEric Dumazet
2019-05-05udp: fix GRO reception in case of length mismatchPaolo Abeni
2019-05-05tcp: add sanity tests in tcp_add_backlog()Eric Dumazet
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-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-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-19tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-03-19tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-19ipv4/route: fail early when inet dev is missingPaolo Abeni
2019-03-19fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore
2019-02-27ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-02-25net: Add __icmp_send helper.Nazarov Sergey
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-01-28esp: Skip TX bytes accounting when sending from a request socketMartin Willi
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev