1. 03e7234 hsr: set .netnsok flag by Taehee Yoo · 4 years, 2 months ago
  2. c669c93 hsr: add restart routine into hsr_get_node_list() by Taehee Yoo · 4 years, 2 months ago
  3. 9bc97bc hsr: use rcu_read_lock() in hsr_get_node_{list/status}() by Taehee Yoo · 4 years, 2 months ago
  4. a6362a9 hsr: fix general protection fault in hsr_addr_is_self() by Taehee Yoo · 4 years, 1 month ago
  5. a29ce73 net: hsr: fix possible NULL deref in hsr_handle_frame() by Eric Dumazet · 4 years, 3 months ago
  6. 16514f2 hsr: reset network header when supervision frame is created by Taehee Yoo · 4 years, 4 months ago
  7. 8aad233 net/hsr: fix possible crash in add_timer() by Eric Dumazet · 5 years ago
  8. a582b20 net: hsr: fix memory leak in hsr_dev_finalize() by Mao Wenan · 5 years ago
  9. 329812f hsr: fix incorrect warning by Karicheri, Muralidharan · 7 years ago
  10. 8d324fd net/hsr: Remove unused but set variable by Tobias Klauser · 8 years ago
  11. 15db6e0 net/hsr: Use setup_timer and mod_timer. by Muhammad Falak R Wani · 8 years ago
  12. f937572 NLA_BINARY misuse bug in HSR by Peter Heise · 8 years ago
  13. ee1c279 net/hsr: Added support for HSR v1 by Peter Heise · 8 years ago
  14. 3d1a54e net/hsr: fix a warning message by Dan Carpenter · 8 years ago
  15. 9ad09c5 net: hsr: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  16. 56b08fd net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface. by Arvid Brodin · 9 years ago
  17. 279f64b net/hsr: Remove left-over never-true conditional code. by Arvid Brodin · 10 years ago
  18. a718dcc net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. by Arvid Brodin · 10 years ago
  19. f266a68 net/hsr: Better frame dispatch by Arvid Brodin · 10 years ago
  20. 4c3477d net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup. by Arvid Brodin · 10 years ago
  21. 1cc1eb5 net/hsr: Implemented .ndo_fix_features (better device features handling). by Arvid Brodin · 10 years ago
  22. c5a7591 net/hsr: Use list_head (and rcu) instead of array for slave devices. by Arvid Brodin · 10 years ago
  23. 51f3c60 net/hsr: Move slave init to hsr_slave.c. by Arvid Brodin · 10 years ago
  24. e9aae56 net/hsr: Operstate handling cleanup. by Arvid Brodin · 10 years ago
  25. abff716 net/hsr: Move to per-hsr device prune timer. by Arvid Brodin · 10 years ago
  26. 81ba6af net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() by Arvid Brodin · 10 years ago
  27. 70ebe4a net/hsr: Better variable names and update of contact info. by Arvid Brodin · 10 years ago
  28. 02f2d5a hsr: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  29. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. de39d7a hsr: off by one sanity check in hsr_register_frame_in() by Dan Carpenter · 10 years ago
  31. e83abe3 hsr: Use ether_addr_copy by Joe Perches · 10 years ago
  32. 1aee6cc net/hsr: using kfree_rcu() to simplify the code by Wei Yongjun · 10 years ago
  33. 98bf836 net/hsr: Support iproute print_opt ('ip -details ...') by Arvid Brodin · 10 years ago
  34. 213e3bc net/hsr: Very small fix of comment style. by Arvid Brodin · 10 years ago
  35. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 10 years ago
  36. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 10 years ago
  37. 03ed382 hsr: don't call genl_unregister_mc_group() by Johannes Berg · 10 years ago
  38. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 10 years ago
  39. 84a035f net/hsr: Fix possible leak in 'hsr_get_node_status()' by Geyslan G. Bem · 10 years ago
  40. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 10 years ago
  41. 9504b3e hsr: use genl_register_family_with_ops() by Johannes Berg · 10 years ago
  42. f421436 net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0) by Arvid Brodin · 11 years ago