1. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  2. 54f9333 can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF by Ziyang Xuan · 3 years, 5 months ago
  3. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  4. 8d0caed can: bcm/raw/isotp: use per module netdevice notifier by Tetsuo Handa · 3 years, 7 months ago
  5. 9e97147 can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE by Oliver Hartkopp · 3 years, 9 months ago
  6. 0de70e2 can: raw: return -ERANGE when filterset does not fit into user space buffer by Oliver Hartkopp · 4 years ago
  7. f726f3d can: remove obsolete version strings by Oliver Hartkopp · 4 years, 3 months ago
  8. eb88531 can: raw: add missing error queue support by Vincent Mailhol · 4 years, 3 months ago
  9. d77cd7f can: remove "WITH Linux-syscall-note" from SPDX tag of C files by Masahiro Yamada · 4 years, 9 months ago
  10. 6a54dde can: raw: fix indention by Marc Kleine-Budde · 4 years, 3 months ago
  11. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  12. 9868b5d can: introduce CAN_REQUIRED_SIZE macro by Kurt Van Dijck · 6 years ago
  13. af0b147 can: raw: raw_sock_no_ioctlcmd(): mark function as static by Marc Kleine-Budde · 5 years ago
  14. d956b1a8 can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...) by Marc Kleine-Budde · 5 years ago
  15. bff1004 can: raw: balance braces around else statements by Marc Kleine-Budde · 5 years ago
  16. d5e4eca can: raw: remove unnecessary blank lines, add suggested blank lines by Marc Kleine-Budde · 5 years ago
  17. d6ada83 can: raw: convert block comments to network style comments by Marc Kleine-Budde · 5 years ago
  18. 473d924 can: fix ioctl function removal by Oliver Hartkopp · 5 years ago
  19. fba76a5 can: Add SPDX license identifiers for CAN subsystem by Oliver Hartkopp · 5 years ago
  20. 60649d4 can: remove obsolete empty ioctl() handler by Oliver Hartkopp · 5 years ago
  21. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  22. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  23. a43608f can: raw: check for CAN FD capable netdev in raw_sendmsg() by Oliver Hartkopp · 6 years ago
  24. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  25. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  26. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  27. adb552c can: raw: raw_bind(): bail out if can_family is not AF_CAN by Marc Kleine-Budde · 7 years ago
  28. 8e8cda6 can: initial support for network namespaces by Mario Kicherer · 8 years ago
  29. f1712c7 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 8 years ago
  30. 332b05c can: raw: raw_setsockopt: limit number of can_filter that can be set by Marc Kleine-Budde · 8 years ago
  31. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  32. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 10 years ago
  33. a5581ef can: introduce new raw socket option to join the given CAN filters by Oliver Hartkopp · 10 years ago
  34. 514ac99 can: fix multiple delivery of a single CAN frame for overlapping CAN filters by Oliver Hartkopp · 10 years ago
  35. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  36. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  37. b111b78 can: eliminate banner[] variable and switch to pr_info() by Jeremiah Mahler · 10 years ago
  38. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 11 years ago
  39. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  40. 821047c can: remove CAN FD compatibility for CAN 2.0 sockets by Oliver Hartkopp · 11 years ago
  41. bb5ecb0 can: Propagate SO_PRIORITY of raw sockets to skbs by Rostislav Lisovy · 11 years ago
  42. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  43. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  44. bf84a010 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 12 years ago
  45. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
  46. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 12 years ago
  47. 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
  48. e2d265d canfd: add support for CAN FD in CAN_RAW sockets by Oliver Hartkopp · 13 years ago
  49. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 13 years ago
  50. f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago
  51. 1650629 can: make struct can_proto const by Kurt Van Dijck · 14 years ago
  52. 10022a6 can: add missing socket check in can/raw release by Oliver Hartkopp · 14 years ago
  53. 53914b6 can: make struct proto const by Oliver Hartkopp · 14 years ago
  54. 5e507328 can: test size of struct sockaddr in sendmsg by Kurt Van Dijck · 14 years ago
  55. 1e55659 can-raw: add msg_flags to distinguish local traffic by Oliver Hartkopp · 14 years ago
  56. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  57. cff0d6e can-raw: Fix skb_orphan_try handling by Oliver Hartkopp · 14 years ago
  58. 16dff91 net/can: Use memdup_user by Julia Lawall · 15 years ago
  59. 4ffa870 can: avoids a false warning by Eric Dumazet · 15 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  62. 65a1c4f net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  63. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  64. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  65. e84b90a can: Fix raw_getname() leak by Eric Dumazet · 15 years ago
  66. b13bb2e net/can: add module alias to can protocol drivers by Lothar Waßmann · 15 years ago
  67. f7e5cc0 net/can bugfix: use after free bug in can protocol drivers by Lothar Waßmann · 15 years ago
  68. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 16 years ago
  69. 1fa17d4 can: omit unneeded skb_clone() calls by Oliver Hartkopp · 16 years ago
  70. ebad5c0 can: merge error paths by Ilpo Järvinen · 16 years ago
  71. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  72. 7f2d38e can: add sanity checks by Oliver Hartkopp · 16 years ago
  73. 3f91bd4 can: Fix copy_from_user() results interpretation by Sam Ravnborg · 17 years ago
  74. 653252c net: Fix wrong interpretation of some copy_to_user() results. by Pavel Emelyanov · 17 years ago
  75. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  76. a219994 [CAN]: Minor clean-ups by Urs Thuermann · 17 years ago
  77. c18ce10 [CAN]: Add raw protocol by Oliver Hartkopp · 17 years ago