summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2-4/+6
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-07-28ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-22netfilter: nft_fib: Fix existence check supportPhil Sutter1-20/+3
2019-06-22net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-19bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend1-1/+4
2019-06-19bpf: sockmap remove duplicate queue freeJohn Fastabend1-2/+0
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-11ipmr_base: Do not reset index in mr_table_dumpDavid Ahern1-2/+1
2019-06-11udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-11ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-11/+11
2019-06-04net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2
2019-06-04ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet1-11/+11
2019-06-04ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet1-17/+30
2019-06-04inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-02udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-24/+37
2019-04-30tcp: add sanity tests in tcp_add_backlog()Eric Dumazet1-1/+12
2019-04-28udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2019-04-25ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-04-17tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-13ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-12dctcp: more accurate tracking of packets deliveryEric Dumazet1-28/+17
2019-04-11net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-09net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-02xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert1-11/+13
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra2-6/+5
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li1-1/+2
2019-03-26esp4: add length check for UDP encapsulationSabrina Dubroca1-5/+15
2019-03-21vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2019-03-21vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-03-12tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch1-8/+1
2019-03-09tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2-2/+13
2019-03-09fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet1-2/+2
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-08xfrm: Reset secpath in xfrm failureMyungho Jung1-3/+5