aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-09-12ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-09-12ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-09-12inet: switch IP ID generator to siphashEric Dumazet
2019-08-02tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-08-02tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-08-02tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-08-02tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-08-02tcp: limit payload size of sacked skbsEric Dumazet
2019-08-02xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-08-02esp4: add length check for UDP encapsulationSabrina Dubroca
2019-08-02vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-05-30ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-23ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-15ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-15ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-05-15net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-05-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-05-15net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2019-05-15ip: fail fast on IP defrag errorsPeter Oskolkov
2019-05-15ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-05-15ip: process in-order fragments efficientlyPeter Oskolkov
2019-05-15ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-05-15ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2019-05-15ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-05-15ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-05-15tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-05-15net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-05-05net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-05-05vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-05-05tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-05-05tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-03-26netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell
2019-03-26esp: Skip TX bytes accounting when sending from a request socketMartin Willi
2019-03-20tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-20tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-03-20tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-20route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-20ipv4/route: fail early when inet dev is missingPaolo Abeni
2019-03-20vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun
2019-03-16ipv4: Return error for RTA_VIA attributeDavid Ahern
2019-03-16net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-16net: Add __icmp_send helper.Nazarov Sergey
2019-03-16netlabel: fix out-of-bounds memory accessesPaul Moore
2019-03-16ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-03-08netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo
2019-03-08inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-03-08netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-03-08tcp: tcp_v4_err() should be more carefulEric Dumazet