Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
568ab197c4d80b344884b32032ca445ea2b1594e
/
net
/
can
d3b58c4
can: replace timestamp as unique skb attribute
by Oliver Hartkopp
· 9 years ago
3a07bd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
36c0124
can: fix loss of CAN frames in raw_rcv
by Oliver Hartkopp
· 9 years ago
dd895d7
can: cangw: introduce optional uid to reference created routing jobs
by Oliver Hartkopp
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 9 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
3cef5c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
969439016
can: add missing initialisations in CAN related skbuffs
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
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 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
45c7002
can: add hash based access to single EFF frame filters
by Oliver Hartkopp
· 11 years ago
e3d3917
can: proc: make array printing function indenpendent from sff frames
by Oliver Hartkopp
· 11 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
821047c
can: remove CAN FD compatibility for CAN 2.0 sockets
by Oliver Hartkopp
· 11 years ago
65b80ca
Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-can/linux-can
by David S. Miller
· 11 years ago
0ae89be
can: add destructor for self generated skbs
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
5af28de
can: use __dev_get_by_index instead of dev_get_by_index to find interface
by Ying Xue
· 11 years ago
c0ebbdd
can: gw: remove obsolete checks
by Oliver Hartkopp
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
348662a
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
by Joe Perches
· 11 years ago
3f79410
treewide: Fix common typo in "identify"
by Maxime Jayat
· 11 years ago
391ac12
can: gw: add a per rule limitation of frame hops
by Oliver Hartkopp
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bf84a01
net: sock: make sock_tx_timestamp void
by Daniel Borkmann
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
3480a21
can: gw: use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 12 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
c9bbb75
can: dump stack on protocol bugs
by Oliver Hartkopp
· 12 years ago
f4f3efd
net: can: af_can.c: Fix checkpatch warnings
by Valentin Ilie
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 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
e6afa00
can: gw: indicate and count deleted frames due to misconfiguration
by Oliver Hartkopp
· 12 years ago
be286ba
can: gw: add a variable limit for CAN frame routings
by Oliver Hartkopp
· 12 years ago
d904d3e
can: gw: make routing to the incoming CAN interface configurable
by Oliver Hartkopp
· 12 years ago
156c2bb
can: add private data space for CAN sk_buffs
by Oliver Hartkopp
· 12 years ago
f66b030
can: Kconfig: switch on all CAN protocolls by default
by Marc Kleine-Budde
· 12 years ago
7713683
can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block
by Marc Kleine-Budde
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
8a2cf06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
81b4011
can: bcm: initialize ifindex for timeouts without previous frame reception
by Oliver Hartkopp
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
6299b66
sections: fix section conflicts in net/can
by Andi Kleen
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
5d91efa
can: gw: Remove pointless casts
by Thomas Graf
· 12 years ago
1da0faa3
can: gw: Properly fill the netlink header when responding to RTM_GETROUTE
by Thomas Graf
· 12 years ago
732d35f
can: gw: Use nla_policy to validate netlink attributes
by Thomas Graf
· 12 years ago
6eaf53c
can: gw: Don't bump nlmsg_len manually
by Thomas Graf
· 12 years ago
ec00f04
can: fix sparse warning in af_can.c
by Oliver Hartkopp
· 12 years ago
e2d265d
canfd: add support for CAN FD in CAN_RAW sockets
by Oliver Hartkopp
· 12 years ago
8b01939
canfd: add support for CAN FD in PF_CAN core
by Oliver Hartkopp
· 12 years ago
7c94163
canfd: add new data structures and constants
by Oliver Hartkopp
· 12 years ago
7e52b33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
62b1a8a
net: remove skb_orphan_try()
by Eric Dumazet
· 12 years ago
d6e640f
can: update documentation wording error frames -> error messages
by Oliver Hartkopp
· 12 years ago
a75afd4
can: fix sparse warning for cgw_list
by Daniel Baluta
· 13 years ago
f861c2b8
can: remove references to berlios mailinglist
by Marc Kleine-Budde
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 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
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
c1aabdf
can-gw: add netlink based CAN routing
by Oliver Hartkopp
· 13 years ago
d9e64f8
net/can/af_can.c: Change del_timer to del_timer_sync
by rajan.aggarwal85@gmail.com
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
d751e62
net/can: use printk_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
12e6c41
can: convert to %pK for kptr_restrict support
by Oliver Hartkopp
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
c8d55a9
can: rename can_try_module_get to can_get_proto
by Kurt Van Dijck
· 14 years ago
1650629
can: make struct can_proto const
by Kurt Van Dijck
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
10022a6
can: add missing socket check in can/raw release
by Oliver Hartkopp
· 14 years ago
c6914a6
can: Add missing socket check in can/bcm release.
by Dave Jones
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1ca050d
can: convert protocol handling to RCU
by Oliver Hartkopp
· 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
5e50732
can: test size of struct sockaddr in sendmsg
by Kurt Van Dijck
· 14 years ago
dbbe68b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9f260e0
CAN: Use inode instead of kernel address for /proc file
by Dan Rosenberg
· 14 years ago
bac14e0
Net: can: Makefile: Remove deprecated kbuild goal definitions
by Tracey Dent
· 14 years ago
0597d1b
can-bcm: fix minor heap overflow
by Oliver Hartkopp
· 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
5b75c49
can: add limit for nframes and clean up signed/unsigned variables
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
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
4ffa870
can: avoids a false warning
by Eric Dumazet
· 15 years ago
Next »