| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-26 | can: raw: instantly reject unsupported CAN frames | Oliver Hartkopp | 1 | -8/+46 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-09-23 | can: annotate mtu accesses with READ_ONCE() | Vincent Mailhol | 1 | -1/+1 |
| 2025-09-19 | can: raw: reorder struct raw_sock's members to optimise packing | Vincent Mailhol | 1 | -2/+2 |
| 2025-09-19 | can: raw: use bitfields to store flags in struct raw_sock | Vincent Mailhol | 1 | -24/+35 |
| 2025-09-19 | can: raw: reorder struct uniqframe's members to optimise packing | Vincent Mailhol | 1 | -1/+1 |
| 2025-06-10 | can: add drop reasons in CAN protocols receive path | Davide Caratti | 1 | -2/+3 |
| 2025-03-14 | can: add protocol counter for AF_CAN sockets | Davide Caratti | 1 | -1/+4 |
| 2025-02-18 | net: initialize mark in sockcm_init | Willem de Bruijn | 1 | -1/+1 |
| 2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri | 1 | -1/+1 |
| 2024-10-04 | net_tstamp: add SCM_TS_OPT_ID for RAW sockets | Vadim Fedorenko | 1 | -1/+1 |
| 2024-02-20 | can: raw: raw_getsockopt(): reduce scope of err | Marc Kleine-Budde | 1 | -5/+8 |
| 2024-02-20 | can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTS | Oliver Hartkopp | 1 | -1/+3 |
| 2024-02-13 | can: canxl: add virtual CAN network identifier support | Oliver Hartkopp | 1 | -8/+85 |
| 2023-10-04 | can: raw: Remove NULL check before dev_{put, hold} | Jiapeng Chong | 1 | -2/+1 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-08-22 | can: raw: add missing refcount for memory leak fix | Oliver Hartkopp | 1 | -9/+26 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
| 2023-07-20 | can: raw: fix lockdep issue in raw_release() | Eric Dumazet | 1 | -2/+3 |
| 2023-07-17 | can: raw: fix receiver memory leak | Ziyang Xuan | 1 | -33/+24 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-02-08 | can: raw: use temp variable instead of rolling back config | Oliver Hartkopp | 1 | -5/+6 |
| 2023-02-02 | can: raw: fix CAN FD frame transmissions over CAN XL devices | Oliver Hartkopp | 1 | -16/+31 |
| 2022-12-12 | can: raw: add support for SO_MARK | Marc Kleine-Budde | 1 | -0/+1 |
| 2022-09-15 | can: raw: add CAN XL support | Oliver Hartkopp | 1 | -12/+43 |
| 2022-09-06 | can: raw: use guard clause to optimize nesting in raw_rcv() | Ziyang Xuan | 1 | -7/+6 |
| 2022-09-06 | can: raw: process optimization in raw_init() | Ziyang Xuan | 1 | -3/+11 |
| 2022-05-16 | can: raw: add support for SO_TXTIME/SCM_TXTIME | Marc Kleine-Budde | 1 | -1/+10 |
| 2022-05-16 | can: raw: raw_sendmsg(): remove not needed setting of skb->sk | Marc Kleine-Budde | 1 | -1/+0 |
| 2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 1 | -1/+1 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -5/+1 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -6/+2 |
| 2021-07-24 | can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF | Ziyang Xuan | 1 | -2/+18 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -3/+3 |
| 2021-06-16 | can: bcm/raw/isotp: use per module netdevice notifier | Tetsuo Handa | 1 | -14/+48 |
| 2021-03-29 | can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE | Oliver Hartkopp | 1 | -6/+8 |
| 2021-01-06 | can: raw: return -ERANGE when filterset does not fit into user space buffer | Oliver Hartkopp | 1 | -4/+12 |
| 2020-10-12 | can: remove obsolete version strings | Oliver Hartkopp | 1 | -3/+1 |
| 2020-10-06 | can: raw: add missing error queue support | Vincent Mailhol | 1 | -0/+4 |
| 2020-09-21 | can: remove "WITH Linux-syscall-note" from SPDX tag of C files | Masahiro Yamada | 1 | -1/+1 |
| 2020-09-21 | can: raw: fix indention | Marc Kleine-Budde | 1 | -12/+12 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -8/+8 |
| 2019-09-04 | can: introduce CAN_REQUIRED_SIZE macro | Kurt Van Dijck | 1 | -2/+2 |
| 2019-08-13 | can: raw: raw_sock_no_ioctlcmd(): mark function as static | Marc Kleine-Budde | 1 | -2/+2 |
| 2019-08-13 | can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...) | Marc Kleine-Budde | 1 | -1/+1 |
| 2019-08-13 | can: raw: balance braces around else statements | Marc Kleine-Budde | 1 | -4/+8 |
| 2019-08-13 | can: raw: remove unnecessary blank lines, add suggested blank lines | Marc Kleine-Budde | 1 | -3/+1 |
| 2019-08-13 | can: raw: convert block comments to network style comments | Marc Kleine-Budde | 1 | -8/+4 |
| 2019-07-29 | can: fix ioctl function removal | Oliver Hartkopp | 1 | -1/+8 |
| 2019-07-24 | can: Add SPDX license identifiers for CAN subsystem | Oliver Hartkopp | 1 | -0/+1 |
| 2019-07-24 | can: remove obsolete empty ioctl() handler | Oliver Hartkopp | 1 | -1/+1 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+1 |
| 2018-12-17 | net: add missing SOF_TIMESTAMPING_OPT_ID support | Willem de Bruijn | 1 | -1/+1 |
| 2018-11-09 | can: raw: check for CAN FD capable netdev in raw_sendmsg() | Oliver Hartkopp | 1 | -7/+8 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -4/+2 |
| 2018-01-05 | can: raw: raw_bind(): bail out if can_family is not AF_CAN | Marc Kleine-Budde | 1 | -0/+2 |
| 2017-04-04 | can: initial support for network namespaces | Mario Kicherer | 1 | -40/+52 |
| 2017-01-29 | can: Fix kernel panic at security_sock_rcv_skb | Eric Dumazet | 1 | -2/+2 |
| 2016-12-07 | can: raw: raw_setsockopt: limit number of can_filter that can be set | Marc Kleine-Budde | 1 | -0/+3 |
| 2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 1 | -1/+1 |
| 2015-07-12 | can: replace timestamp as unique skb attribute | Oliver Hartkopp | 1 | -3/+4 |
| 2015-04-01 | can: introduce new raw socket option to join the given CAN filters | Oliver Hartkopp | 1 | -1/+30 |
| 2015-04-01 | can: fix multiple delivery of a single CAN frame for overlapping CAN filters | Oliver Hartkopp | 1 | -0/+21 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+3 |
| 2015-03-02 | net: use common macro for assering skb->cb[] available size in protocol families | Eyal Birger | 1 | -3/+3 |
| 2014-12-07 | can: eliminate banner[] variable and switch to pr_info() | Jeremiah Mahler | 1 | -3/+1 |
| 2014-11-24 | new helper: memcpy_to_msg() | Al Viro | 1 | -1/+1 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 2014-03-03 | can: remove CAN FD compatibility for CAN 2.0 sockets | Oliver Hartkopp | 1 | -21/+5 |
| 2014-01-29 | can: Propagate SO_PRIORITY of raw sockets to skbs | Rostislav Lisovy | 1 | -0/+1 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -2/+2 |
| 2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -2/+2 |
| 2013-04-14 | net: sock: make sock_tx_timestamp void | Daniel Borkmann | 1 | -3/+2 |
| 2013-01-28 | can: rework skb reserved data handling | Oliver Hartkopp | 1 | -2/+2 |
| 2013-01-26 | can: add private data space for CAN sk_buffs | Oliver Hartkopp | 1 | -2/+6 |
| 2012-10-06 | sections: fix section conflicts in net/can | Andi Kleen | 1 | -1/+1 |
| 2012-06-19 | canfd: add support for CAN FD in CAN_RAW sockets | Oliver Hartkopp | 1 | -4/+46 |
| 2012-06-15 | net: remove skb_orphan_try() | Eric Dumazet | 1 | -3/+0 |
| 2011-10-17 | can: remove references to berlios mailinglist | Marc Kleine-Budde | 1 | -2/+0 |
| 2011-05-04 | can: make struct can_proto const | Kurt Van Dijck | 1 | -1/+1 |
| 2011-04-20 | can: add missing socket check in can/raw release | Oliver Hartkopp | 1 | -1/+6 |
| 2011-03-27 | can: make struct proto const | Oliver Hartkopp | 1 | -2/+2 |
| 2011-01-15 | can: test size of struct sockaddr in sendmsg | Kurt Van Dijck | 1 | -0/+3 |
| 2010-10-21 | can-raw: add msg_flags to distinguish local traffic | Oliver Hartkopp | 1 | -3/+30 |
| 2010-08-19 | net: simplify flags for tx timestamping | Oliver Hartkopp | 1 | -2/+2 |
| 2010-08-03 | can-raw: Fix skb_orphan_try handling | Oliver Hartkopp | 1 | -0/+4 |
| 2010-05-31 | net/can: Use memdup_user | Julia Lawall | 1 | -8/+3 |
| 2010-04-13 | can: avoids a false warning | Eric Dumazet | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-11-05 | net: drop capability from protocol definitions | Eric Paris | 1 | -1/+0 |
| 2009-10-29 | net: Cleanup redundant tests on unsigned | roel kluin | 1 | -2/+0 |
| 2009-10-12 | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 1 | -1/+1 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
| 2009-08-09 | can: Fix raw_getname() leak | Eric Dumazet | 1 | -0/+1 |
| 2009-07-15 | net/can: add module alias to can protocol drivers | Lothar Waßmann | 1 | -0/+1 |
| 2009-07-15 | net/can bugfix: use after free bug in can protocol drivers | Lothar Waßmann | 1 | -0/+3 |
| 2009-02-15 | ip: support for TX timestamps on UDP and RAW sockets | Patrick Ohly | 1 | -0/+3 |
| 2009-01-06 | can: omit unneeded skb_clone() calls | Oliver Hartkopp | 1 | -7/+8 |
| 2008-12-14 | can: merge error paths | Ilpo Järvinen | 1 | -10/+12 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-07-05 | can: add sanity checks | Oliver Hartkopp | 1 | -0/+3 |
| 2008-04-27 | can: Fix copy_from_user() results interpretation | Sam Ravnborg | 1 | -11/+10 |
| 2008-04-25 | net: Fix wrong interpretation of some copy_to_user() results. | Pavel Emelyanov | 1 | -1/+2 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-02-07 | [CAN]: Minor clean-ups | Urs Thuermann | 1 | -15/+9 |
| 2008-01-28 | [CAN]: Add raw protocol | Oliver Hartkopp | 1 | -0/+763 |