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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
2
-4
/
+4
*
can: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
2014-01-14
1
-10
/
+5
*
can: gw: remove obsolete checks
Oliver Hartkopp
2013-12-21
1
-4
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-15
1
-1
/
+1
|
\
|
*
treewide: Fix common typo in "identify"
Maxime Jayat
2013-10-14
1
-1
/
+1
*
|
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
Joe Perches
2013-10-19
1
-3
/
+3
|
/
*
can: gw: add a per rule limitation of frame hops
Oliver Hartkopp
2013-08-29
1
-4
/
+31
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
4
-8
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
2
-2
/
+2
|
\
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
1
-3
/
+3
|
\
\
|
*
|
can: gw: use kmem_cache_free() instead of kfree()
Wei Yongjun
2013-04-09
1
-3
/
+3
|
|
/
*
|
net: sock: make sock_tx_timestamp void
Daniel Borkmann
2013-04-14
1
-3
/
+2
*
|
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
2013-03-22
1
-3
/
+2
*
|
can: dump stack on protocol bugs
Oliver Hartkopp
2013-03-19
1
-7
/
+4
*
|
net: can: af_can.c: Fix checkpatch warnings
Valentin Ilie
2013-03-11
1
-13
/
+8
|
/
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
3
-20
/
+16
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
2
-2
/
+2
*
can: rework skb reserved data handling
Oliver Hartkopp
2013-01-28
3
-9
/
+7
*
can: gw: indicate and count deleted frames due to misconfiguration
Oliver Hartkopp
2013-01-26
1
-1
/
+11
*
can: gw: add a variable limit for CAN frame routings
Oliver Hartkopp
2013-01-26
1
-16
/
+40
*
can: gw: make routing to the incoming CAN interface configurable
Oliver Hartkopp
2013-01-26
1
-0
/
+8
*
can: add private data space for CAN sk_buffs
Oliver Hartkopp
2013-01-26
2
-5
/
+15
*
can: Kconfig: switch on all CAN protocolls by default
Marc Kleine-Budde
2013-01-26
1
-3
/
+3
*
can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block
Marc Kleine-Budde
2013-01-26
1
-3
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+1
|
\
|
*
Fix misspellings of "whether" in comments.
Adam Buchbinder
2012-11-19
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-29
1
-0
/
+3
|
\
\
|
*
|
can: bcm: initialize ifindex for timeouts without previous frame reception
Oliver Hartkopp
2012-11-26
1
-0
/
+3
|
|
/
*
/
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
2012-11-18
1
-0
/
+6
|
/
*
sections: fix section conflicts in net/can
Andi Kleen
2012-10-06
4
-4
/
+4
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-1
/
+1
*
can: gw: Remove pointless casts
Thomas Graf
2012-07-10
1
-4
/
+2
*
can: gw: Properly fill the netlink header when responding to RTM_GETROUTE
Thomas Graf
2012-07-10
1
-3
/
+7
*
can: gw: Use nla_policy to validate netlink attributes
Thomas Graf
2012-07-10
1
-24
/
+23
*
can: gw: Don't bump nlmsg_len manually
Thomas Graf
2012-07-10
1
-26
/
+1
*
can: fix sparse warning in af_can.c
Oliver Hartkopp
2012-07-02
2
-3
/
+3
*
canfd: add support for CAN FD in CAN_RAW sockets
Oliver Hartkopp
2012-06-19
1
-4
/
+46
*
canfd: add support for CAN FD in PF_CAN core
Oliver Hartkopp
2012-06-19
1
-27
/
+82
*
canfd: add new data structures and constants
Oliver Hartkopp
2012-06-19
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-15
1
-3
/
+0
|
\
|
*
net: remove skb_orphan_try()
Eric Dumazet
2012-06-15
1
-3
/
+0
*
|
can: update documentation wording error frames -> error messages
Oliver Hartkopp
2012-05-23
1
-5
/
+5
|
/
*
can: fix sparse warning for cgw_list
Daniel Baluta
2012-04-16
1
-1
/
+1
*
can: remove references to berlios mailinglist
Marc Kleine-Budde
2011-10-17
6
-12
/
+0
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-10-07
1
-29
/
+24
|
\
|
*
can bcm: fix incomplete tx_setup fix
Oliver Hartkopp
2011-09-29
1
-27
/
+21
|
*
can bcm: fix tx_setup off-by-one errors
Oliver Hartkopp
2011-09-29
1
-6
/
+7
*
|
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
1
-1
/
+1
|
\
|
|
*
net/can/af_can.c: Change del_timer to del_timer_sync
rajan.aggarwal85@gmail.com
2011-09-15
1
-1
/
+1
[next]