index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mctp
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mctp: perform route lookups under a RCU read-side lock
Jeremy Kerr
2023-10-10
1
-6
/
+16
*
net: mctp: remove redundant RTN_UNICAST check
Lin Ma
2023-06-17
1
-3
/
+0
*
net: mctp: mark socks as dead on unhash, prevent re-add
Jeremy Kerr
2023-01-25
1
-0
/
+6
*
net: mctp: hold key reference when looking up a general key
Paolo Abeni
2023-01-25
1
-7
/
+7
*
net: mctp: add an explicit reference from a mctp_sk_key to sock
Jeremy Kerr
2023-01-25
1
-6
/
+8
*
mctp: Fix an error handling path in mctp_init()
Wei Yongjun
2022-11-09
1
-1
/
+1
*
mctp: prevent double key removal and unref
Jeremy Kerr
2022-10-12
1
-5
/
+5
*
mctp: Use output netdev to allocate skb headroom
Matt Johnston
2022-04-01
1
-3
/
+11
*
mctp: Fix check for dev_hard_header() result
Matt Johnston
2022-04-01
1
-1
/
+1
*
mctp: Fix warnings reported by clang-analyzer
Matt Johnston
2022-02-23
1
-1
/
+0
*
mctp: Fix incorrect netdev unref for extended addr
Matt Johnston
2022-02-23
1
-6
/
+2
*
mctp: make __mctp_dev_get() take a refcount hold
Matt Johnston
2022-02-23
1
-1
/
+4
*
mctp: add address validity checking for packet receive
Jeremy Kerr
2022-02-18
1
-0
/
+11
*
mctp: replace mctp_address_ok with more fine-grained helpers
Jeremy Kerr
2022-02-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
1
-5
/
+6
|
\
|
*
mctp: fix use after free
Tom Rix
2022-02-15
1
-5
/
+6
*
|
mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control
Matt Johnston
2022-02-09
1
-28
/
+86
*
|
mctp: Allow keys matching any local address
Jeremy Kerr
2022-02-09
1
-2
/
+2
*
|
mctp: Add helper for address match checking
Jeremy Kerr
2022-02-09
1
-5
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-02
1
-4
/
+5
|
\
|
*
mctp: Don't let RTM_DELROUTE delete local routes
Matt Johnston
2021-12-02
1
-4
/
+5
*
|
mctp: Remove redundant if statements
Xu Wang
2021-12-02
1
-2
/
+1
*
|
mctp: remove unnecessary check before calling kfree_skb()
Yang Yingliang
2021-11-30
1
-3
/
+1
|
/
*
mctp: Pass flow data & flow release events to drivers
Jeremy Kerr
2021-10-29
1
-2
/
+53
*
mctp: Return new key from mctp_alloc_local_tag
Jeremy Kerr
2021-10-29
1
-12
/
+16
*
mctp: Implement extended addressing
Jeremy Kerr
2021-10-26
1
-25
/
+73
*
mctp: Avoid leak of mctp_sk_key
Matt Johnston
2021-10-15
1
-0
/
+4
*
mctp: Add initial test structure and fragmentation test
Jeremy Kerr
2021-10-03
1
-0
/
+5
*
Revert "Merge branch 'mctp-kunit-tests'"
David S. Miller
2021-10-01
1
-5
/
+0
*
mctp: Add initial test structure and fragmentation test
Jeremy Kerr
2021-10-01
1
-0
/
+5
*
mctp: Set route MTU via netlink
Matt Johnston
2021-09-29
1
-1
/
+13
*
mctp: Add tracepoints for tag/key handling
Jeremy Kerr
2021-09-29
1
-1
/
+11
*
mctp: Implement a timeout for tags
Jeremy Kerr
2021-09-29
1
-0
/
+8
*
mctp: Add refcounts to mctp_dev
Jeremy Kerr
2021-09-29
1
-2
/
+2
*
mctp: locking, lifetime and validity changes for sk_keys
Jeremy Kerr
2021-09-29
1
-31
/
+87
*
mctp: Allow local delivery to the null EID
Jeremy Kerr
2021-09-29
1
-0
/
+23
*
mctp: Allow MCTP on tun devices
Matt Johnston
2021-09-29
1
-5
/
+8
*
mctp: perform route destruction under RCU read lock
Jeremy Kerr
2021-09-08
1
-0
/
+2
*
mctp: Specify route types, require rtm_type in RTM_*ROUTE messages
Jeremy Kerr
2021-08-11
1
-5
/
+22
*
mctp: Allow per-netns default networks
Matt Johnston
2021-07-29
1
-0
/
+14
*
mctp: Add dest neighbour lladdr to route output
Matt Johnston
2021-07-29
1
-2
/
+8
*
mctp: Implement message fragmentation & reassembly
Jeremy Kerr
2021-07-29
1
-41
/
+331
*
mctp: Populate socket implementation
Jeremy Kerr
2021-07-29
1
-3
/
+223
*
mctp: Add netlink route management
Matt Johnston
2021-07-29
1
-9
/
+249
*
mctp: Add initial routing framework
Jeremy Kerr
2021-07-29
1
-0
/
+329