1. fd888e8 net: Write lock dev_base_lock without disabling bottom halves. by Sebastian Andrzej Siewior · 3 years, 1 month ago
  2. eafaa88 net: hsr: Add support for redbox supervision frames by Andreas Oetken · 3 years, 2 months ago
  3. e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  4. 48b491a net: hsr: fix mac_len checks by George McCollister · 3 years, 7 months ago
  5. 9d68039 net: hsr: Reset MAC header for Tx path by Kurt Kanzenbach · 3 years, 9 months ago
  6. dcf0cd1 net: hsr: add offloading support by George McCollister · 3 years, 11 months ago
  7. 78be921 net: hsr: generate supervision frame without HSR/PRP tag by George McCollister · 3 years, 11 months ago
  8. 451d812 net: prp: add packet handling support by Murali Karicheri · 4 years, 5 months ago
  9. fa4dc89 net: hsr: define and use proto_ops ptrs to handle hsr specific frames by Murali Karicheri · 4 years, 5 months ago
  10. c643ff0 net: prp: add supervision frame generation utility function by Murali Karicheri · 4 years, 5 months ago
  11. 28e458e net: hsr: introduce protocol specific function pointers by Murali Karicheri · 4 years, 5 months ago
  12. 121c33b net: hsr: introduce common code for skb initialization by Murali Karicheri · 4 years, 5 months ago
  13. 8f4c0e0 hsr: enhance netlink socket interface to support PRP by Murali Karicheri · 4 years, 5 months ago
  14. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  15. ccfc9df hsr: fix interface leak in error path of hsr_dev_finalize() by Taehee Yoo · 4 years, 6 months ago
  16. 42deace net/hsr: fix hsr_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 6 months ago
  17. de0083c hsr: avoid to create proc file after unregister by Taehee Yoo · 4 years, 6 months ago
  18. f30e472 hsr: remove unnecessary code in hsr_dev_change_mtu() by Taehee Yoo · 4 years, 8 months ago
  19. e0a4b99 hsr: use upper/lower device infrastructure by Taehee Yoo · 4 years, 10 months ago
  20. 81390d0 hsr: remove unnecessary rcu_read_lock() in hsr module by Taehee Yoo · 4 years, 10 months ago
  21. 13eeb5f hsr: use extack error message instead of netdev_info by Taehee Yoo · 4 years, 10 months ago
  22. 3ed0a1d hsr: reset network header when supervision frame is created by Taehee Yoo · 5 years ago
  23. 92a3567 hsr: fix a race condition in node list insertion and deletion by Taehee Yoo · 5 years ago
  24. 1d19e2d hsr: fix error handling routine in hsr_dev_finalize() by Taehee Yoo · 5 years ago
  25. df95467 hsr: fix a NULL pointer dereference in hsr_dev_xmit() by Taehee Yoo · 5 years ago
  26. 311633b hsr: switch ->dellink() to ->ndo_uninit() by Cong Wang · 5 years ago
  27. edf070a hsr: fix a NULL pointer deref in hsr_dev_xmit() by Cong Wang · 5 years ago
  28. b9a1e62 hsr: implement dellink to clean up resources by Cong Wang · 5 years ago
  29. 619afef0 hsr: fix a memory leak in hsr_del_port() by Cong Wang · 5 years ago
  30. 3271273 net: hsr: fix debugfs path to support multiple interfaces by Murali Karicheri · 6 years ago
  31. 9c5f8a19 net: hsr: fix naming of file and functions by Murali Karicheri · 6 years ago
  32. fc4ecae net: hsr: add debugfs support for display node list by Murali Karicheri · 6 years ago
  33. 0e7623b net: hsr: convert to SPDX identifier by Murali Karicheri · 6 years ago
  34. b1b4aa9 net: hsr: remove camel case usage in the code by Murali Karicheri · 6 years ago
  35. 05ca6e6 net: hsr: fix NULL checks in the code by Murali Karicheri · 6 years ago
  36. 0525fc0 net: hsr: fix lines that ends with a '(' by Murali Karicheri · 6 years ago
  37. 4fe25bd net: hsr: fix alignment issues in the code for functions by Murali Karicheri · 6 years ago
  38. 5670342 net: hsr: remove unnecessary paranthesis from the code by Murali Karicheri · 6 years ago
  39. d473077 net: hsr: fix multiple blank lines in the code by Murali Karicheri · 6 years ago
  40. 1e02796 net/hsr: fix possible crash in add_timer() by Eric Dumazet · 6 years ago
  41. 6caabe7 net: hsr: fix memory leak in hsr_dev_finalize() by Mao Wenan · 6 years ago
  42. dda436b net: hsr: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  43. 414e7d7 net/hsr: Check skb_put_padto() return value by Florian Fainelli · 7 years ago
  44. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  45. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  46. d4af4c0 net/hsr: use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  47. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  48. 15db6e0 net/hsr: Use setup_timer and mod_timer. by Muhammad Falak R Wani · 9 years ago
  49. ee1c279 net/hsr: Added support for HSR v1 by Peter Heise · 9 years ago
  50. 3d1a54e net/hsr: fix a warning message by Dan Carpenter · 9 years ago
  51. 9ad09c5 net: hsr: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  52. 56b08fd net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface. by Arvid Brodin · 10 years ago
  53. f266a68 net/hsr: Better frame dispatch by Arvid Brodin · 10 years ago
  54. 4c3477d net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup. by Arvid Brodin · 10 years ago
  55. 1cc1eb5 net/hsr: Implemented .ndo_fix_features (better device features handling). by Arvid Brodin · 10 years ago
  56. c5a7591 net/hsr: Use list_head (and rcu) instead of array for slave devices. by Arvid Brodin · 10 years ago
  57. 51f3c60 net/hsr: Move slave init to hsr_slave.c. by Arvid Brodin · 10 years ago
  58. e9aae56 net/hsr: Operstate handling cleanup. by Arvid Brodin · 10 years ago
  59. abff716 net/hsr: Move to per-hsr device prune timer. by Arvid Brodin · 10 years ago
  60. 81ba6af net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() by Arvid Brodin · 10 years ago
  61. 70ebe4a net/hsr: Better variable names and update of contact info. by Arvid Brodin · 10 years ago
  62. e83abe3 hsr: Use ether_addr_copy by Joe Perches · 11 years ago
  63. f421436 net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0) by Arvid Brodin · 11 years ago