summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-28ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-22netfilter: nft_fib: Fix existence check supportPhil Sutter
2019-06-22net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-19bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend
2019-06-19bpf: sockmap remove duplicate queue freeJohn Fastabend
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-11ipmr_base: Do not reset index in mr_table_dumpDavid Ahern
2019-06-11udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale
2019-06-11ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-04net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-06-04ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-06-04ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-04inet: switch IP ID generator to siphashEric Dumazet
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-01udp: fix GRO packet of deathEric Dumazet
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-29tcp: add sanity tests in tcp_add_backlog()Eric Dumazet
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-11dctcp: more accurate tracking of packets deliveryEric Dumazet
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-02xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-03-26esp4: add length check for UDP encapsulationSabrina Dubroca
2019-03-21vti4: removed duplicate log message.Jeremy Sowden
2019-03-21vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-03-11tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-08xfrm: Reset secpath in xfrm failureMyungho Jung