summaryrefslogtreecommitdiff
path: root/net/can
Commit message (Expand)AuthorAge
* can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-01
* can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-09
|\
| * can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-09
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-02
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* can: fix spelling errorsJeremiah Mahler2014-12-07
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-07
* new helper: memcpy_to_msg()Al Viro2014-11-24
* new helper: memcpy_from_msg()Al Viro2014-11-24
* can: add hash based access to single EFF frame filtersOliver Hartkopp2014-05-19
* can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2014-05-19
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-03
* Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller2014-01-30
|\
| * can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy2014-01-29
* | can: add destructor for self generated skbsOliver Hartkopp2014-01-30
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-14
* can: gw: remove obsolete checksOliver Hartkopp2013-12-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-14
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-19
|/
* can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-29
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\ \
| * | can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-09
| |/
* | net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-14
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* | can: dump stack on protocol bugsOliver Hartkopp2013-03-19
* | net: can: af_can.c: Fix checkpatch warningsValentin Ilie2013-03-11
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp2013-01-26
* can: gw: add a variable limit for CAN frame routingsOliver Hartkopp2013-01-26
* can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp2013-01-26
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-26
* can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde2013-01-26
* can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde2013-01-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-29
|\ \
| * | can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-26
| |/
* | net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
|/
* sections: fix section conflicts in net/canAndi Kleen2012-10-06
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10