index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
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
Age
Commit message (
Expand
)
Author
2023-04-17
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
2023-04-17
mptcp: remove unused 'remaining' variable
Matthieu Baerts
2023-04-17
mptcp: make userspace_pm_append_new_local_addr static
Geliang Tang
2023-04-17
mptcp: fastclose msk when cleaning unaccepted sockets
Paolo Abeni
2023-04-17
mptcp: move first subflow allocation at mpc access time
Paolo Abeni
2023-04-17
mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()
Paolo Abeni
2023-04-17
mptcp: avoid unneeded __mptcp_nmpc_socket() usage
Paolo Abeni
2023-04-17
mptcp: drop unneeded argument
Paolo Abeni
2023-04-14
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
2023-04-14
net: skb: plumb napi state thru skb freeing paths
Jakub Kicinski
2023-04-14
net/ipv6: Initialise msg_control_is_user
Kevin Brodsky
2023-04-14
net/compat: Update msg_control_is_user when setting a kernel pointer
Kevin Brodsky
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-04-14
vsock/loopback: don't disable irqs for queue access
Arseniy Krasnov
2023-04-13
net/sched: taprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
2023-04-13
net/sched: mqprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
2023-04-13
net/sched: pass netlink extack to mqprio and taprio offload
Vladimir Oltean
2023-04-13
net/sched: mqprio: add an extack message to mqprio_parse_opt()
Vladimir Oltean
2023-04-13
net/sched: mqprio: add extack to mqprio_parse_nlattr()
Vladimir Oltean
2023-04-13
net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS
Vladimir Oltean
2023-04-13
net: ethtool: create and export ethtool_dev_mm_supported()
Vladimir Oltean
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
2023-04-13
mptcp: fix NULL pointer dereference on fastopen early fallback
Paolo Abeni
2023-04-13
mptcp: stricter state check in mptcp_worker
Paolo Abeni
2023-04-13
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
2023-04-13
xsk: Elide base_addr comparison in xp_unaligned_validate_desc
Kal Conley
2023-04-13
xsk: Simplify xp_aligned_validate_desc implementation
Kal Conley
2023-04-13
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Xin Long
2023-04-13
net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
Ziyang Xuan
2023-04-12
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2023-04-12
bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
Christian Ehrig
2023-04-12
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2023-04-12
bpf, sockmap: fix deadlocks in the sockhash and sockmap
Xin Liu
2023-04-12
smc: Fix use-after-free in tcp_write_timer_handler().
Kuniyuki Iwashima
2023-04-12
net: dsa: add trace points for VLAN operations
Vladimir Oltean
2023-04-12
net: dsa: add trace points for FDB/MDB operations
Vladimir Oltean
2023-04-11
Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2023-04-11
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-10
Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-10
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
2023-04-10
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
2023-04-10
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
[next]