summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-161-0/+1
* ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-08-091-0/+3
* ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-08-041-3/+6
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-281-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-282-4/+6
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-2/+11
* ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-281-0/+8
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-07-281-6/+2Star
* bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-07-031-1/+5
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+4
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-07-031-1/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-173-9/+24
* ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-111-11/+11
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-06-041-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-041-17/+30
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-5/+7
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-05-251-11/+13
* esp4: add length check for UDP encapsulationSabrina Dubroca2019-05-251-5/+15
* vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-05-251-2/+3
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-051-0/+1
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-272-267/+328
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-271-1/+3
* net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-171-5/+10
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-172-6/+5Star
* tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-171-1/+2
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-171-18/+18
* netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-03-231-1/+1
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-231-1/+1
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1Star
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-191-0/+5
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-03-101-4/+5
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-102-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-3/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-101-1/+2
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-102-5/+14