1. adf86d5 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 7 years ago
  2. a150e08 can: bcm: fix hrtimer/tasklet termination in bcm op removal by Oliver Hartkopp · 7 years ago
  3. 5499a6b can: bcm: fix support for CAN FD frames by Oliver Hartkopp · 8 years ago
  4. deb507f can: bcm: fix warning in bcm_connect/proc_register by Oliver Hartkopp · 8 years ago
  5. 6f3b911 can: bcm: add support for CAN FD frames by Oliver Hartkopp · 8 years ago
  6. 2b5f5f5 can: bcm: unify bcm_msg_head handling and prepare function parameters by Oliver Hartkopp · 8 years ago
  7. 72c8a89 can: bcm: use CAN frame instead of can_frame in comments by Oliver Hartkopp · 8 years ago
  8. 95acb49 can: bcm: fix indention and other minor style issues by Oliver Hartkopp · 8 years ago
  9. ba61a8d can: avoid using timeval for uapi by Arnd Bergmann · 9 years ago
  10. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  11. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  12. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  13. 069f845 can: fix spelling errors by Jeremiah Mahler · 10 years ago
  14. b111b78 can: eliminate banner[] variable and switch to pr_info() by Jeremiah Mahler · 10 years ago
  15. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  16. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  17. 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 10 years ago
  18. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  19. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  20. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  21. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  22. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 11 years ago
  23. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 11 years ago
  24. 81b4011 can: bcm: initialize ifindex for timeouts without previous frame reception by Oliver Hartkopp · 12 years ago
  25. 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
  26. f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago
  27. 12d0d0d can bcm: fix incomplete tx_setup fix by Oliver Hartkopp · 13 years ago
  28. aabdcb0 can bcm: fix tx_setup off-by-one errors by Oliver Hartkopp · 13 years ago
  29. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  30. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  31. 1650629 can: make struct can_proto const by Kurt Van Dijck · 13 years ago
  32. c6914a6 can: Add missing socket check in can/bcm release. by Dave Jones · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. 53914b6 can: make struct proto const by Oliver Hartkopp · 13 years ago
  35. 5e50732 can: test size of struct sockaddr in sendmsg by Kurt Van Dijck · 13 years ago
  36. 9f260e0 CAN: Use inode instead of kernel address for /proc file by Dan Rosenberg · 14 years ago
  37. 0597d1b can-bcm: fix minor heap overflow by Oliver Hartkopp · 14 years ago
  38. 5b75c49 can: add limit for nframes and clean up signed/unsigned variables by Oliver Hartkopp · 14 years ago
  39. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  40. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  41. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. ff879eb CAN: use dev_get_by_index_rcu by stephen hemminger · 15 years ago
  44. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  45. 6755aeb can: should not use __dev_get_by_index() without locks by Eric Dumazet · 15 years ago
  46. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  47. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  48. ea00b8e can: switch to seq_file by Alexey Dobriyan · 15 years ago
  49. b13bb2e net/can: add module alias to can protocol drivers by Lothar Waßmann · 15 years ago
  50. f7e5cc0 net/can bugfix: use after free bug in can protocol drivers by Lothar Waßmann · 15 years ago
  51. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  52. c53a6ee can: fix slowpath issue in hrtimer callback function by Oliver Hartkopp · 15 years ago
  53. 1fa17d4 can: omit unneeded skb_clone() calls by Oliver Hartkopp · 15 years ago
  54. 6e5c172 can: update can-bcm for hrtimer hardirq callbacks by Oliver Hartkopp · 16 years ago
  55. d253eee can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter by Oliver Hartkopp · 16 years ago
  56. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  57. 7f2d38e can: add sanity checks by Oliver Hartkopp · 16 years ago
  58. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 16 years ago
  59. 73e87e0 CAN: use hrtimers in can-bcm protocol by Oliver Hartkopp · 16 years ago
  60. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  61. ffd980f [CAN]: Add broadcast manager (bcm) protocol by Oliver Hartkopp · 17 years ago