- 9b44a92 can: bcm: Use hrtimer_forward_now() by Thomas Gleixner · 3 years, 4 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 7 months ago
- d5f9023 can: bcm: delay release of struct bcm_op after synchronize_rcu() by Thadeu Lima de Souza Cascardo · 3 years, 7 months ago
- 5e87ddb can: bcm: fix infoleak in struct bcm_msg_head by Norbert Slusarek · 3 years, 7 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, 10 months ago
- f726f3d can: remove obsolete version strings by Oliver Hartkopp · 4 years, 3 months ago
- d77cd7f can: remove "WITH Linux-syscall-note" from SPDX tag of C files by Masahiro Yamada · 4 years, 10 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
- 9868b5d can: introduce CAN_REQUIRED_SIZE macro by Kurt Van Dijck · 6 years ago
- bf74aa8 can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet by Thomas Gleixner · 5 years ago
- 9989f63 can: bcm: bcm_sock_no_ioctlcmd(): mark function as static 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
- 93171ba can: bcm: check timer values before ktime conversion 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
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
- 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 7 years ago
- 441bc62 net/can: single_open_net needs to be paired with single_release_net by Christoph Hellwig · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- 62c0464 can: bcm: check for null sk before deferencing it via the call to sock_net by Colin Ian King · 7 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- c2701b3 can: fix CAN BCM build with CONFIG_PROC_FS disabled by Oliver Hartkopp · 8 years ago
- 384317e can: network namespace support for CAN_BCM protocol by Oliver Hartkopp · 8 years ago
- 8e8cda6 can: initial support for network namespaces by Mario Kicherer · 8 years ago
- a06393ed0 can: bcm: fix hrtimer/tasklet termination in bcm op removal by Oliver Hartkopp · 8 years ago
- f1712c7 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 8 years ago
- 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- 5499a6b can: bcm: fix support for CAN FD frames by Oliver Hartkopp · 8 years ago
- deb507f can: bcm: fix warning in bcm_connect/proc_register by Oliver Hartkopp · 8 years ago
- 6f3b911 can: bcm: add support for CAN FD frames by Oliver Hartkopp · 9 years ago
- 2b5f5f5 can: bcm: unify bcm_msg_head handling and prepare function parameters by Oliver Hartkopp · 9 years ago
- 72c8a89 can: bcm: use CAN frame instead of can_frame in comments by Oliver Hartkopp · 9 years ago
- 95acb49 can: bcm: fix indention and other minor style issues by Oliver Hartkopp · 9 years ago
- ba61a8d can: avoid using timeval for uapi by Arnd Bergmann · 9 years ago
- d3b58c4 can: replace timestamp as unique skb attribute 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
- 069f845 can: fix spelling errors by Jeremiah Mahler · 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
- 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 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
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 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
- 81b4011 can: bcm: initialize ifindex for timeouts without previous frame reception by Oliver Hartkopp · 12 years ago
- 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
- f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago
- 12d0d0d can bcm: fix incomplete tx_setup fix by Oliver Hartkopp · 13 years ago
- aabdcb0 can bcm: fix tx_setup off-by-one errors by Oliver Hartkopp · 13 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
- 71338aa net: convert %p usage to %pK by Dan Rosenberg · 14 years ago
- 1650629 can: make struct can_proto const by Kurt Van Dijck · 14 years ago
- c6914a6 can: Add missing socket check in can/bcm release. by Dave Jones · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 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
- 9f260e0 CAN: Use inode instead of kernel address for /proc file by Dan Rosenberg · 14 years ago
- 0597d1b can-bcm: fix minor heap overflow by Oliver Hartkopp · 14 years ago
- 5b75c49 can: add limit for nframes and clean up signed/unsigned variables by Oliver Hartkopp · 14 years ago
- 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
- cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
- 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 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
- ff879eb CAN: use dev_get_by_index_rcu by stephen hemminger · 15 years ago
- d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 6755aeb can: should not use __dev_get_by_index() without locks by Eric Dumazet · 15 years ago
- 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
- 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
- ea00b8e can: switch to seq_file by Alexey Dobriyan · 15 years ago
- b13bb2e net/can: add module alias to can protocol drivers by Lothar Waßmann · 16 years ago
- f7e5cc0 net/can bugfix: use after free bug in can protocol drivers by Lothar Waßmann · 16 years ago
- 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
- c53a6ee can: fix slowpath issue in hrtimer callback function by Oliver Hartkopp · 16 years ago
- 1fa17d4 can: omit unneeded skb_clone() calls by Oliver Hartkopp · 16 years ago
- 6e5c172 can: update can-bcm for hrtimer hardirq callbacks by Oliver Hartkopp · 16 years ago
- d253eee can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter by Oliver Hartkopp · 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 · 17 years ago
- 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 17 years ago
- 73e87e0 CAN: use hrtimers in can-bcm protocol by Oliver Hartkopp · 17 years ago
- c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
- ffd980f [CAN]: Add broadcast manager (bcm) protocol by Oliver Hartkopp · 17 years ago