2022-10-12 | Jeremy Kerr | mctp: prevent double key removal and unref Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-07-11 | Jeremy Kerr | kunit: unify module and builtin suite definitions Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-19 | Jeremy Kerr | mctp: add address validity checking for packet receive Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-19 | Jeremy Kerr | mctp: replace mctp_address_ok with more fine-grained... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-11 | Jeremy Kerr | mctp: serial: Cancel pending work from ndo_uninit handler Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> ...org/r/20220211011552.1861886-1-jk@codeconstruct.com.au |
commit | commitdiff | tree |
2022-02-09 | Jeremy Kerr | mctp: Allow keys matching any local address Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-09 | Jeremy Kerr | mctp: Add helper for address match checking Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-09 | Jeremy Kerr | mctp: tests: Add key state tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2022-02-09 | Jeremy Kerr | mctp: tests: Rename FL_T macro to FL_TO Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-29 | Jeremy Kerr | mctp: test: fix skb free in test device tx Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-26 | Jeremy Kerr | mctp: serial: remove unnecessary ldisc data check Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-26 | Jeremy Kerr | mctp: serial: enforce fixed MTU Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-26 | Jeremy Kerr | mctp: serial: cancel tx work on ldisc close Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-23 | Jeremy Kerr | mctp: Add MCTP-over-serial transport binding Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-11-18 | Jeremy Kerr | mctp/test: Update refcount checking in route fragment... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-29 | Jeremy Kerr | mctp: Pass flow data & flow release events to drivers Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-29 | Jeremy Kerr | mctp: Add flow extension to skb Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-29 | Jeremy Kerr | mctp: Return new key from mctp_alloc_local_tag Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-26 | Jeremy Kerr | mctp: Implement extended addressing Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-18 | Jeremy Kerr | mctp: Be explicit about struct sockaddr_mctp padding Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-18 | Jeremy Kerr | mctp: unify sockaddr_mctp types Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-03 | Jeremy Kerr | mctp: Add input reassembly tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-03 | Jeremy Kerr | mctp: Add route input to socket tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-03 | Jeremy Kerr | mctp: Add packet rx tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-03 | Jeremy Kerr | mctp: Add test utils Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-03 | Jeremy Kerr | mctp: Add initial test structure and fragmentation... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-01 | Jeremy Kerr | mctp: Add input reassembly tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-01 | Jeremy Kerr | mctp: Add route input to socket tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-01 | Jeremy Kerr | mctp: Add packet rx tests Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-01 | Jeremy Kerr | mctp: Add test utils Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-10-01 | Jeremy Kerr | mctp: Add initial test structure and fragmentation... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | doc/mctp: Add a little detail about kernel internals Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: Do inits as a subsys_initcall Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: Add tracepoints for tag/key handling Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: Implement a timeout for tags Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: Add refcounts to mctp_dev Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: locking, lifetime and validity changes for sk_keys Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-29 | Jeremy Kerr | mctp: Allow local delivery to the null EID Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-09-08 | Jeremy Kerr | mctp: perform route destruction under RCU read lock Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-08-11 | Jeremy Kerr | mctp: Specify route types, require rtm_type in RTM_... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> ...org/r/20210810023834.2231088-1-jk@codeconstruct.com.au |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add MCTP overview document Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Implement message fragmentation & reassembly Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Populate socket implementation Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add initial routing framework Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add device handling and netlink interface Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add initial driver infrastructure Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add sockaddr_mctp to uapi Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add base packet definitions Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add base socket/protocol definitions Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2021-07-29 | Jeremy Kerr | mctp: Add MCTP base Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2020-09-24 | Jeremy Kerr | gpio/aspeed-sgpio: don't enable all interrupts by default Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |
2020-09-24 | Jeremy Kerr | gpio/aspeed-sgpio: enable access to all 80 input &... Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> |
commit | commitdiff | tree |