1. 10fec3e hsr: fix a NULL pointer dereference in hsr_dev_xmit() by Taehee Yoo · 5 years ago
  2. 311633b hsr: switch ->dellink() to ->ndo_uninit() by Cong Wang · 5 years ago
  3. edf070a hsr: fix a NULL pointer deref in hsr_dev_xmit() by Cong Wang · 5 years ago
  4. b9a1e62 hsr: implement dellink to clean up resources by Cong Wang · 5 years ago
  5. 619afef hsr: fix a memory leak in hsr_del_port() by Cong Wang · 5 years ago
  6. d2daa12 hsr: fix don't prune the master node from the node_db by Andreas Oetken · 5 years ago
  7. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  8. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  9. ee2c46f net: hsr: add tx stats for master interface by Murali Karicheri · 6 years ago
  10. 3271273 net: hsr: fix debugfs path to support multiple interfaces by Murali Karicheri · 6 years ago
  11. 9c5f8a1 net: hsr: fix naming of file and functions by Murali Karicheri · 6 years ago
  12. 5150b45 net: hsr: Fix node prune function for forget time expiry by Aaron Kramer · 6 years ago
  13. fc4ecae net: hsr: add debugfs support for display node list by Murali Karicheri · 6 years ago
  14. 0e7623b net: hsr: convert to SPDX identifier by Murali Karicheri · 6 years ago
  15. 9f73c2b net: hsr: add blank line after function declaration by Murali Karicheri · 6 years ago
  16. b1b4aa9 net: hsr: remove camel case usage in the code by Murali Karicheri · 6 years ago
  17. d131fcc net: hsr: add missing space around operator in code by Murali Karicheri · 6 years ago
  18. 0594778 net: hsr: fix placement of logical operator in a multi-line statement by Murali Karicheri · 6 years ago
  19. 5fa9677 net: hsr: remove unnecessary space after a cast by Murali Karicheri · 6 years ago
  20. 05ca6e6 net: hsr: fix NULL checks in the code by Murali Karicheri · 6 years ago
  21. 0525fc0 net: hsr: fix lines that ends with a '(' by Murali Karicheri · 6 years ago
  22. 4fe25bd net: hsr: fix alignment issues in the code for functions by Murali Karicheri · 6 years ago
  23. 5670342 net: hsr: remove unnecessary paranthesis from the code by Murali Karicheri · 6 years ago
  24. d473077 net: hsr: fix multiple blank lines in the code by Murali Karicheri · 6 years ago
  25. d595b85 net: hsr: fix lines exceeding 80 characters by Murali Karicheri · 6 years ago
  26. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  27. 1e02796 net/hsr: fix possible crash in add_timer() by Eric Dumazet · 6 years ago
  28. 6caabe7 net: hsr: fix memory leak in hsr_dev_finalize() by Mao Wenan · 6 years ago
  29. dda436b net: hsr: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. 414e7d7 net/hsr: Check skb_put_padto() return value by Florian Fainelli · 7 years ago
  31. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  32. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  33. 675c8da hsr: fix incorrect warning by Karicheri, Muralidharan · 7 years ago
  34. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  35. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  36. d4af4c0 net/hsr: use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  37. d0d7b10 net-next: treewide use is_vlan_dev() helper function. by Parav Pandit · 8 years ago
  38. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  39. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  40. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  41. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  42. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  43. 8d324fd net/hsr: Remove unused but set variable by Tobias Klauser · 8 years ago
  44. 15db6e0 net/hsr: Use setup_timer and mod_timer. by Muhammad Falak R Wani · 9 years ago
  45. f937572 NLA_BINARY misuse bug in HSR by Peter Heise · 9 years ago
  46. ee1c279 net/hsr: Added support for HSR v1 by Peter Heise · 9 years ago
  47. 3d1a54e net/hsr: fix a warning message by Dan Carpenter · 9 years ago
  48. 9ad09c5 net: hsr: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  49. 56b08fd net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface. by Arvid Brodin · 10 years ago
  50. 279f64b net/hsr: Remove left-over never-true conditional code. by Arvid Brodin · 10 years ago
  51. a718dcc net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. by Arvid Brodin · 10 years ago
  52. f266a68 net/hsr: Better frame dispatch by Arvid Brodin · 10 years ago
  53. 4c3477d net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup. by Arvid Brodin · 10 years ago
  54. 1cc1eb5 net/hsr: Implemented .ndo_fix_features (better device features handling). by Arvid Brodin · 10 years ago
  55. c5a7591 net/hsr: Use list_head (and rcu) instead of array for slave devices. by Arvid Brodin · 10 years ago
  56. 51f3c60 net/hsr: Move slave init to hsr_slave.c. by Arvid Brodin · 10 years ago
  57. e9aae56 net/hsr: Operstate handling cleanup. by Arvid Brodin · 10 years ago
  58. abff716 net/hsr: Move to per-hsr device prune timer. by Arvid Brodin · 10 years ago
  59. 81ba6af net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() by Arvid Brodin · 10 years ago
  60. 70ebe4a net/hsr: Better variable names and update of contact info. by Arvid Brodin · 10 years ago
  61. 02f2d5a hsr: replace del_timer by del_timer_sync by Julia Lawall · 11 years ago
  62. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  63. de39d7a hsr: off by one sanity check in hsr_register_frame_in() by Dan Carpenter · 11 years ago
  64. e83abe3 hsr: Use ether_addr_copy by Joe Perches · 11 years ago
  65. 1aee6cc net/hsr: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  66. 98bf836 net/hsr: Support iproute print_opt ('ip -details ...') by Arvid Brodin · 11 years ago
  67. 213e3bc net/hsr: Very small fix of comment style. by Arvid Brodin · 11 years ago
  68. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  69. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  70. 03ed382 hsr: don't call genl_unregister_mc_group() by Johannes Berg · 11 years ago
  71. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  72. 84a035f net/hsr: Fix possible leak in 'hsr_get_node_status()' by Geyslan G. Bem · 11 years ago
  73. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  74. 9504b3e hsr: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  75. f421436 net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0) by Arvid Brodin · 11 years ago