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_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
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-06
ipv4: use dev_sw_netstats_rx_add()
Fabian Frederick
2020-10-06
tcp: fix receive window update in tcp_add_backlog()
Eric Dumazet
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-03
tcp: account total lost packets properly
Yuchung Cheng
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-02
tcp: fix syn cookied MPTCP request socket leak
Paolo Abeni
2020-10-02
tcp: use sendpage_ok() to detect misused .sendpage
Coly Li
2020-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-30
tcp: add exponential backoff in __tcp_send_ack()
Eric Dumazet
2020-09-30
inet: remove icsk_ack.blocked
Eric Dumazet
2020-09-28
udp_tunnel: add the ability to share port tables
Jakub Kicinski
2020-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-09-25
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
2020-09-25
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-24
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
2020-09-24
tcp: skip DSACKs with dubious sequence ranges
Priyaranjan Jha
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-21
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
2020-09-15
ipv4: Update exception handling for multipath routes via same device
David Ahern
2020-09-14
tcp: schedule EPOLLOUT after a partial sendmsg
Soheil Hassas Yeganeh
2020-09-14
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
Soheil Hassas Yeganeh
2020-09-14
lwtunnel: only keep the available bits when setting vxlan md->gbp
Xin Long
2020-09-14
ipv4: Initialize flowi4_multipath_hash in data path
David Ahern
2020-09-14
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
2020-09-10
tcp: Simplify tcp_set_congestion_control() load=false case
Neal Cardwell
2020-09-10
tcp: simplify tcp_set_congestion_control(): Always reinitialize
Neal Cardwell
2020-09-10
tcp: Only init congestion control if not initialized already
Neal Cardwell
2020-09-10
tcp: reflect tos value received in SYN to the socket
Wei Wang
2020-09-10
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
2020-09-10
tcp: record received TOS value in the request socket
Wei Wang
2020-09-10
ipmr: Use full VIF ID in netlink cache reports
Paul Davey
2020-09-10
ipmr: Add high byte of VIF ID to igmpmsg
Paul Davey
2020-09-10
ipmr: Add route table ID to netlink cache reports
Paul Davey
2020-09-08
ip: fix tos reflection in ack and reset packets
Wei Wang
2020-09-08
cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c
Wang Hai
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-03
ip: expose inet sockopts through inet_diag
Wei Wang
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
2020-08-31
net: clean up codestyle
Miaohe Lin
2020-08-31
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
[next]