index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2023-12-13
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
2023-12-13
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
2023-12-08
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Zhengchao Shao
2023-12-08
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-20
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2023-11-20
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
Eric Dumazet
2023-11-20
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
2023-11-20
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
2023-11-20
tcp_metrics: add missing barriers on delete
Eric Dumazet
2023-11-20
tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
Aananth V
2023-11-08
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-25
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
2023-10-25
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-25
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
2023-10-10
tcp: fix delayed ACKs for MSS boundary condition
Neal Cardwell
2023-10-10
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
2023-10-10
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
2023-09-23
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
2023-09-23
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
2023-09-23
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
2023-09-23
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-09-23
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
2023-08-30
net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
Jason Xing
2023-08-30
ip_vti: fix potential slab-use-after-free in decode_session6
Zhengchao Shao
2023-08-11
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
2023-08-11
tcp_metrics: fix addr_same() helper
Eric Dumazet
2023-07-27
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2023-07-27
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
2023-07-27
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
2023-07-27
tcp: annotate data-races around tp->linger2
Eric Dumazet
2023-07-27
net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX
Cambda Zhu
2023-07-27
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2023-07-27
tcp: annotate data races in __tcp_oow_rate_limited()
Eric Dumazet
2023-06-28
xfrm: Linearize the skb after offloading if needed.
Sebastian Andrzej Siewior
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
2023-06-09
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
2023-06-09
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
2023-06-05
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2023-05-30
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
2023-05-30
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
2023-05-30
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2023-05-17
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
2023-04-26
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
[next]