index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
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]