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