index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mctp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
net: mctp: test: move TX packetqueue from dst to dev
Jeremy Kerr
3
-108
/
+59
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-11-27
net: mctp: unconditionally set skb->dev on dst output
Jeremy Kerr
1
-0
/
+1
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2
-3
/
+4
2025-11-05
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2
-2
/
+2
2025-09-09
net: mctp: fix typo in comment
Alok Tiwari
1
-1
/
+1
2025-09-04
mctp: return -ENOPROTOOPT for unknown getsockopt options
Alok Tiwari
1
-1
/
+1
2025-09-02
net: mctp: mctp_fraq_queue should take ownership of passed skb
Jeremy Kerr
1
-16
/
+19
2025-08-14
net: mctp: Fix bad kfree_skb in bind lookup test
Matt Johnston
1
-1
/
+0
2025-07-15
net: mctp: Add bind lookup test
Matt Johnston
2
-0
/
+191
2025-07-15
net: mctp: Test conflicts of connect() with bind()
Matt Johnston
3
-4
/
+59
2025-07-15
net: mctp: Allow limiting binds to a peer address
Matt Johnston
2
-7
/
+104
2025-07-15
net: mctp: Use hashtable for binds
Matt Johnston
2
-18
/
+68
2025-07-15
net: mctp: Add test for conflicting bind()s
Matt Johnston
3
-0
/
+162
2025-07-15
net: mctp: Treat MCTP_NET_ANY specially in bind()
Matt Johnston
1
-1
/
+15
2025-07-15
net: mctp: Prevent duplicate binds
Matt Johnston
1
-3
/
+23
2025-07-15
net: mctp: mctp_test_route_extaddr_input cleanup
Matt Johnston
1
-4
/
+2
2025-07-08
net: mctp: test: Add tests for gateway routes
Jeremy Kerr
4
-10
/
+271
2025-07-08
net: mctp: add gateway routing support
Jeremy Kerr
2
-56
/
+153
2025-07-08
net: mctp: allow NL parsing directly into a struct mctp_route
Jeremy Kerr
1
-62
/
+140
2025-07-08
net: mctp: remove routes by netid, not by device
Jeremy Kerr
1
-4
/
+10
2025-07-08
net: mctp: pass net into route creation
Jeremy Kerr
1
-15
/
+16
2025-07-08
net: mctp: test: Add initial socket tests
Jeremy Kerr
2
-0
/
+218
2025-07-08
net: mctp: test: add sock test infrastructure
Jeremy Kerr
3
-1
/
+21
2025-07-08
net: mctp: test: move functions into utils.[ch]
Jeremy Kerr
3
-163
/
+182
2025-07-08
net: mctp: test: Add extaddr routing output test
Jeremy Kerr
1
-0
/
+53
2025-07-08
net: mctp: test: Add an addressed device constructor
Jeremy Kerr
2
-2
/
+25
2025-07-08
net: mctp: separate cb from direct-addressing routing
Jeremy Kerr
1
-16
/
+5
2025-07-08
net: mctp: separate routing database from routing operations
Jeremy Kerr
3
-233
/
+284
2025-07-08
net: mctp: test: make cloned_frag buffers more appropriately-sized
Jeremy Kerr
1
-5
/
+3
2025-07-08
net: mctp: don't use source cb data when forwarding, ensure pkt_type is set
Jeremy Kerr
1
-1
/
+12
2025-05-26
net: mctp: use nlmsg_payload() for netlink message data extraction
Jeremy Kerr
2
-3
/
+6
2025-05-10
net: mctp: Ensure keys maintain only one ref to corresponding dev
Andrew Jeffery
1
-1
/
+3
2025-05-10
net: mctp: Don't access ifa_index when missing
Matt Johnston
1
-5
/
+12
2025-04-12
net: mctp: Set SOCK_RCU_FREE
Matt Johnston
1
-0
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-11
net: mctp: unshare packets when reassembling
Matt Johnston
2
-2
/
+117
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+112
2024-12-19
net: mctp: handle skb cleanup on sock_queue failures
Jeremy Kerr
2
-10
/
+112
2024-12-10
mctp: no longer rely on net->dev_index_head[]
Eric Dumazet
1
-31
/
+19
2024-11-09
net: mctp: Expose transport binding identifier via IFLA attribute
Khang Nguyen
1
-3
/
+9
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
1
-5
/
+11
2024-10-10
mctp: Handle error of rtnl_register_module().
Kuniyuki Iwashima
4
-35
/
+65
2024-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-08-20
net: mctp: test: Use correct skb for route input check
Jeremy Kerr
1
-1
/
+1
2024-08-02
net: mctp: Consistent peer address handling in ioctl tag allocation
John Wang
1
-0
/
+3
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2024-02-23
net: mctp: take ownership of skb in mctp_local_output
Jeremy Kerr
1
-2
/
+8
2024-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-02-22
net: mctp: tests: Add a test for proper tag creation on local output
Jeremy Kerr
1
-0
/
+75
[next]