1. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  2. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 9 years ago
  4. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  5. 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 9 years ago
  6. 069f845 can: fix spelling errors by Jeremiah Mahler · 10 years ago
  7. b111b78 can: eliminate banner[] variable and switch to pr_info() by Jeremiah Mahler · 10 years ago
  8. 45c7002 can: add hash based access to single EFF frame filters by Oliver Hartkopp · 10 years ago
  9. 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 10 years ago
  10. 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 11 years ago
  11. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  12. c9bbb75 can: dump stack on protocol bugs by Oliver Hartkopp · 11 years ago
  13. f4f3efd net: can: af_can.c: Fix checkpatch warnings by Valentin Ilie · 11 years ago
  14. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  15. 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
  16. 8b01939 canfd: add support for CAN FD in PF_CAN core by Oliver Hartkopp · 12 years ago
  17. 7c94163 canfd: add new data structures and constants by Oliver Hartkopp · 12 years ago
  18. d6e640f can: update documentation wording error frames -> error messages by Oliver Hartkopp · 12 years ago
  19. f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago
  20. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  21. d9e64f8 net/can/af_can.c: Change del_timer to del_timer_sync by rajan.aggarwal85@gmail.com · 13 years ago
  22. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  23. d751e62 net/can: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  24. c8d55a9 can: rename can_try_module_get to can_get_proto by Kurt Van Dijck · 13 years ago
  25. 1650629 can: make struct can_proto const by Kurt Van Dijck · 13 years ago
  26. 1ca050d can: convert protocol handling to RCU by Oliver Hartkopp · 13 years ago
  27. 53914b6 can: make struct proto const by Oliver Hartkopp · 13 years ago
  28. 8b64056 can: deny filterlist access on non-CAN interfaces by Oliver Hartkopp · 14 years ago
  29. 20dd385 can: Speed up CAN frame receiption by using ml_priv by Oliver Hartkopp · 15 years ago
  30. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  31. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  32. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  33. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  34. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  35. 481a819 can: fix NOHZ local_softirq_pending 08 warning by Oliver Hartkopp · 15 years ago
  36. 6ca8b99 can: use correct NET_RX_ return values by Oliver Hartkopp · 15 years ago
  37. 1758c09 can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive path by Oliver Hartkopp · 15 years ago
  38. 382bfee can: af_can.c use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  39. 62bcaa1 can: Network Drop Monitor: Make use of consume_skb() in af_can.c by Oliver Hartkopp · 15 years ago
  40. ce030ed can: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  41. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  42. 1fa17d4 can: omit unneeded skb_clone() calls by Oliver Hartkopp · 16 years ago
  43. f706644d can: omit received RTR frames for single ID filter lists by Oliver Hartkopp · 16 years ago
  44. d253eee can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter by Oliver Hartkopp · 16 years ago
  45. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  46. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  47. 7f2d38e can: add sanity checks by Oliver Hartkopp · 16 years ago
  48. c2ab7ac can: Fix can_send() handling on dev_queue_xmit() failures by Oliver Hartkopp · 16 years ago
  49. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  50. a2fea5f [CAN]: Move proto_{,un}register() out of spin-locked region by Urs Thuermann · 16 years ago
  51. 5423dd6 [CAN]: Clean up module auto loading by Urs Thuermann · 16 years ago
  52. 0d66548 [CAN]: Add PF_CAN core module by Oliver Hartkopp · 17 years ago