index
:
pub/scm/linux/kernel/git/leo/linux.git
master
Leo kernel tree
Li Yang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-04
ipv6: use READ_ONCE() for bindv6only default in inet6_create()
Runyu Xiao
1
-1
/
+1
2026-06-04
inet: frags: remove redundant assignment in inet_frag_reasm_prepare()
yuan.gao
1
-2
/
+0
2026-06-04
rtnetlink: use dev_isalive() in rtnl_getlink()
Eric Dumazet
3
-6
/
+12
2026-06-04
bridge: mcast: Synchronously shutdown port multicast timers
Ido Schimmel
1
-2
/
+4
2026-06-04
inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush
Hyunwoo Kim
2
-3
/
+3
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
52
-322
/
+572
2026-06-04
net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
Jakub Kicinski
1
-3
/
+7
2026-06-04
net: sched: don't recurse on the netdev ops lock in qdiscs
Jakub Kicinski
2
-2
/
+2
2026-06-04
net: bridge: don't recurse on the port's netdev ops lock
Jakub Kicinski
1
-2
/
+5
2026-06-04
net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
Jakub Kicinski
3
-7
/
+18
2026-06-04
net: document NETDEV_CHANGENAME as ops locked
Jakub Kicinski
1
-0
/
+1
2026-06-04
net: ethtool: cmis_cdb: hold instance lock for ops locked devices
Jakub Kicinski
3
-6
/
+7
2026-06-04
net: rename netdev_ops_assert_locked()
Jakub Kicinski
8
-21
/
+21
2026-06-04
udp: clear skb->dev before running a sockmap verdict
Sechang Lim
1
-0
/
+8
2026-06-04
sctp: purge outqueue on stale COOKIE-ECHO handling
Xin Long
1
-5
/
+1
2026-06-04
net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr
Yizhou Zhao
1
-0
/
+9
2026-06-04
ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()
Eric Dumazet
1
-0
/
+5
2026-06-04
ipv6: mcast: Fix use-after-free when processing MLD queries
Ido Schimmel
1
-4
/
+4
2026-06-04
sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
Xin Long
1
-0
/
+5
2026-06-04
net/sched: fix pedit partial COW leading to page cache corruption
Rajat Gupta
1
-36
/
+41
2026-06-04
vsock/vmci: fix sk_ack_backlog leak on failed handshake
Raf Dickson
1
-1
/
+3
2026-06-04
wifi: mac80211: fix monitor mode frame capture for real chanctx drivers
傅继晗
1
-2
/
+12
2026-06-04
wifi: mac80211: Free keys associated with NAN Device
Ilan Peer
1
-0
/
+6
2026-06-04
xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATE
Antony Antony
1
-0
/
+24
2026-06-04
xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
Antony Antony
4
-15
/
+369
2026-06-04
xfrm: make xfrm_dev_state_add xuo parameter const
Antony Antony
1
-1
/
+1
2026-06-04
xfrm: extract address family and selector validation helpers
Antony Antony
1
-36
/
+44
2026-06-04
xfrm: refactor XFRMA_MTIMER_THRESH validation into a helper
Antony Antony
1
-11
/
+18
2026-06-04
xfrm: move encap and xuo into struct xfrm_migrate
Antony Antony
2
-14
/
+10
2026-06-04
xfrm: add error messages to state migration
Antony Antony
1
-2
/
+7
2026-06-04
xfrm: add state synchronization after migration
Antony Antony
1
-7
/
+4
2026-06-04
xfrm: check family before comparing addresses in migrate
Antony Antony
1
-3
/
+4
2026-06-04
xfrm: split xfrm_state_migrate into create and install functions
Antony Antony
1
-20
/
+53
2026-06-04
xfrm: rename reqid in xfrm_migrate
Antony Antony
4
-12
/
+12
2026-06-04
xfrm: fix NAT-related field inheritance in SA migration
Antony Antony
1
-1
/
+2
2026-06-04
xfrm: allow migration from UDP encapsulated to non-encapsulated ESP
Antony Antony
1
-8
/
+2
2026-06-04
xfrm: add extack to xfrm_init_state
Antony Antony
4
-6
/
+6
2026-06-04
xfrm: remove redundant assignments
Antony Antony
1
-2
/
+0
2026-06-04
xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()
Sanghyun Park
1
-11
/
+2
2026-06-03
ipv6: exthdrs: recompute network header pointer once
Justin Iurman
1
-6
/
+3
2026-06-03
Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
9
-75
/
+232
2026-06-03
Merge tag 'wireless-2026-06-03' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
3
-2
/
+20
2026-06-03
mptcp: change mptcp_established_options() to return opt_size
Eric Dumazet
2
-18
/
+20
2026-06-03
mptcp: add-addr: always drop other suboptions
Matthieu Baerts (NGI0)
3
-38
/
+14
2026-06-03
mptcp: fix uninit-value in mptcp_established_options
Paolo Abeni
1
-1
/
+5
2026-06-03
mptcp: check desc->count in read_sock
Gang Yan
1
-0
/
+2
2026-06-03
mptcp: sockopt: set sockopt on all subflows
Matthieu Baerts (NGI0)
1
-3
/
+4
2026-06-03
mptcp: sockopt: check timestamping ret value
Matthieu Baerts (NGI0)
1
-2
/
+6
2026-06-03
mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation
Tao Cui
1
-6
/
+8
2026-06-03
mptcp: allow subflow rcv wnd to shrink
Paolo Abeni
1
-0
/
+7
[prev]
[next]