index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
raw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: raw: raw_setsockopt: limit number of can_filter that can be set
Marc Kleine-Budde
2016-12-07
1
-0
/
+3
*
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2016-04-04
1
-1
/
+1
*
can: replace timestamp as unique skb attribute
Oliver Hartkopp
2015-07-12
1
-3
/
+4
*
can: introduce new raw socket option to join the given CAN filters
Oliver Hartkopp
2015-04-01
1
-1
/
+30
*
can: fix multiple delivery of a single CAN frame for overlapping CAN filters
Oliver Hartkopp
2015-04-01
1
-0
/
+21
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-4
/
+3
*
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
2015-03-02
1
-3
/
+3
*
can: eliminate banner[] variable and switch to pr_info()
Jeremiah Mahler
2014-12-07
1
-3
/
+1
*
new helper: memcpy_to_msg()
Al Viro
2014-11-24
1
-1
/
+1
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
1
-1
/
+1
*
can: remove CAN FD compatibility for CAN 2.0 sockets
Oliver Hartkopp
2014-03-03
1
-21
/
+5
*
can: Propagate SO_PRIORITY of raw sockets to skbs
Rostislav Lisovy
2014-01-29
1
-0
/
+1
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
1
-2
/
+2
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-2
/
+2
*
net: sock: make sock_tx_timestamp void
Daniel Borkmann
2013-04-14
1
-3
/
+2
*
can: rework skb reserved data handling
Oliver Hartkopp
2013-01-28
1
-2
/
+2
*
can: add private data space for CAN sk_buffs
Oliver Hartkopp
2013-01-26
1
-2
/
+6
*
sections: fix section conflicts in net/can
Andi Kleen
2012-10-06
1
-1
/
+1
*
canfd: add support for CAN FD in CAN_RAW sockets
Oliver Hartkopp
2012-06-19
1
-4
/
+46
*
net: remove skb_orphan_try()
Eric Dumazet
2012-06-15
1
-3
/
+0
*
can: remove references to berlios mailinglist
Marc Kleine-Budde
2011-10-17
1
-2
/
+0
*
can: make struct can_proto const
Kurt Van Dijck
2011-05-04
1
-1
/
+1
*
can: add missing socket check in can/raw release
Oliver Hartkopp
2011-04-20
1
-1
/
+6
*
can: make struct proto const
Oliver Hartkopp
2011-03-27
1
-2
/
+2
*
can: test size of struct sockaddr in sendmsg
Kurt Van Dijck
2011-01-15
1
-0
/
+3
*
can-raw: add msg_flags to distinguish local traffic
Oliver Hartkopp
2010-10-21
1
-3
/
+30
*
net: simplify flags for tx timestamping
Oliver Hartkopp
2010-08-19
1
-2
/
+2
*
can-raw: Fix skb_orphan_try handling
Oliver Hartkopp
2010-08-03
1
-0
/
+4
*
net/can: Use memdup_user
Julia Lawall
2010-05-31
1
-8
/
+3
*
can: avoids a false warning
Eric Dumazet
2010-04-13
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
net: drop capability from protocol definitions
Eric Paris
2009-11-05
1
-1
/
+0
*
net: Cleanup redundant tests on unsigned
roel kluin
2009-10-29
1
-2
/
+0
*
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
2009-10-12
1
-1
/
+1
*
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-30
1
-1
/
+1
*
can: Fix raw_getname() leak
Eric Dumazet
2009-08-09
1
-0
/
+1
*
net/can: add module alias to can protocol drivers
Lothar Waßmann
2009-07-15
1
-0
/
+1
*
net/can bugfix: use after free bug in can protocol drivers
Lothar Waßmann
2009-07-15
1
-0
/
+3
*
ip: support for TX timestamps on UDP and RAW sockets
Patrick Ohly
2009-02-15
1
-0
/
+3
*
can: omit unneeded skb_clone() calls
Oliver Hartkopp
2009-01-06
1
-7
/
+8
*
can: merge error paths
Ilpo Järvinen
2008-12-14
1
-10
/
+12
*
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
2008-07-19
1
-1
/
+1
*
can: add sanity checks
Oliver Hartkopp
2008-07-05
1
-0
/
+3
*
can: Fix copy_from_user() results interpretation
Sam Ravnborg
2008-04-27
1
-11
/
+10
*
net: Fix wrong interpretation of some copy_to_user() results.
Pavel Emelyanov
2008-04-25
1
-1
/
+2
*
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-26
1
-1
/
+1
*
[CAN]: Minor clean-ups
Urs Thuermann
2008-02-07
1
-15
/
+9
*
[CAN]: Add raw protocol
Oliver Hartkopp
2008-01-28
1
-0
/
+763