summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-4/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-071-1/+1
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-011-3/+0
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-212-2/+5
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-9/+20
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* 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/+2
* 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/+5
* 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