- e707383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 9 months ago
- 4893b8b hsr: Simplify code for announcing HSR nodes timer setup by Lukasz Majewski · 9 months ago
- 1eb2cde net: annotate writes on dev->mtu from ndo_change_mtu() by Eric Dumazet · 9 months ago
- 3c668ce net: hsr: init prune_proxy_timer sooner by Eric Dumazet · 9 months ago
- 5055ccc net: hsr: Provide RedBox support (HSR-SAN) by Lukasz Majewski · 9 months ago
- 10e52ad net: hsr: Use full string description when opening HSR network device by Lukasz Majewski · 10 months ago
- b11c817 net: hsr: hsr_slave: Fix the promiscuous mode in offload mode by Ravi Gunasekaran · 10 months ago
- 3cf28cd hsr: Handle failures in module init by Felix Maurer · 11 months ago
- ddbec99 hsr: Fix uninit-value access in hsr_get_node() by Shigeru Yoshida · 11 months ago
- 65f5dd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 11 months ago
- 51dd4ee net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames by Lukasz Majewski · 11 months ago
- 995161e net: hsr: Fix typo in the hsr_forward_do() function comment by Lukasz Majewski · 11 months ago
- 0072b2c1 net: hsr: constify the struct device_type usage by Ricardo B. Marliere · 11 months ago
- 6a2968e net: add netdev_set_operstate() helper by Eric Dumazet · 12 months ago
- 004d138 net-sysfs: convert dev->operstate reads to lockless ones by Eric Dumazet · 12 months ago
- 37e8c97 net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame() by Nikita Zhandarovich · 1 year ago
- 417d8c5 net: fill in MODULE_DESCRIPTION()s for HSR by Breno Leitao · 1 year, 1 month ago
- 36b20fc net: hsr: Add support for MC filtering at the slave device by Murali Karicheri · 1 year, 2 months ago
- 876f8ab hsr: Prevent use after free in prp_create_tagged_frame() by Dan Carpenter · 1 year, 3 months ago
- fbd825f net: hsr: Add __packed to struct hsr_sup_tlv. by Sebastian Andrzej Siewior · 1 year, 4 months ago
- 295de650 net: hsr: Properly parse HSRv1 supervisor frames. by Lukasz Majewski · 1 year, 4 months ago
- 484b483 hsr: Fix uninit-value access in fill_frame_info() by Ziyang Xuan · 1 year, 5 months ago
- 2f48401 net/hsr: Remove unused function declarations by Yue Haibing · 1 year, 6 months ago
- e748d0f net: hsr: Disable promiscuous mode in offload mode by Ravi Gunasekaran · 1 year, 8 months ago
- 1b0120e hsr: ratelimit only when errors are printed by Matthieu Baerts · 1 year, 11 months ago
- 28e8cab net: hsr: Don't log netdev_err message on unknown prp dst node by Kristian Overskeid · 1 year, 11 months ago
- 20d3c1e hsr: Use a single struct for self_node. by Sebastian Andrzej Siewior · 2 years, 2 months ago
- 5c7aa13 hsr: Synchronize sequence number updates. by Sebastian Andrzej Siewior · 2 years, 2 months ago
- 06afd2c hsr: Synchronize sending frames to have always incremented outgoing seq nr. by Sebastian Andrzej Siewior · 2 years, 2 months ago
- d5c7652 hsr: Disable netpoll. by Sebastian Andrzej Siewior · 2 years, 2 months ago
- 0c74d9f hsr: Avoid double remove of a node. by Sebastian Andrzej Siewior · 2 years, 2 months ago
- 5aa2820 hsr: Add a rcu-read lock to hsr_forward_skb(). by Sebastian Andrzej Siewior · 2 years, 2 months ago
- e012764 Revert "net: hsr: use hlist_head instead of list_head for mac addresses" by Sebastian Andrzej Siewior · 2 years, 2 months ago
- 7e177d3 net: hsr: Fix potential use-after-free by YueHaibing · 2 years, 2 months ago
- d8b5713 net: hsr: avoid possible NULL deref in skb_clone() by Eric Dumazet · 2 years, 3 months ago
- 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 5 months ago
- 2aec85b treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 2) by Thomas Gleixner · 2 years, 8 months ago
- 625788b net: add per-cpu storage and net->core_stats by Eric Dumazet · 2 years, 11 months ago
- bf08824 flow_dissector: Add support for HSR by Kurt Kanzenbach · 2 years, 11 months ago
- a0b92e0 net: hsr: fix hsr build error when lockdep is not enabled by Juhee Kang · 3 years ago
- e7f2742 net: hsr: fix suspicious RCU usage warning in hsr_node_get_first() by Juhee Kang · 3 years ago
- 4acc45d net: hsr: use hlist_head instead of list_head for mac addresses by Juhee Kang · 3 years ago
- 0ab1e6d hsr: remove get_prp_lan_id() by Jakub Kicinski · 3 years ago
- fd888e8 net: Write lock dev_base_lock without disabling bottom halves. by Sebastian Andrzej Siewior · 3 years, 2 months ago
- eafaa88 net: hsr: Add support for redbox supervision frames by Andreas Oetken · 3 years, 3 months ago
- 39c19fb net: hsr: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
- e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
- c2ae34a7 net: hsr: don't check sequence number if tag removal is offloaded by George McCollister · 3 years, 8 months ago
- 48b491a net: hsr: fix mac_len checks by George McCollister · 3 years, 8 months ago
- 2e9f609 net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info by Phillip Potter · 3 years, 9 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 10 months ago
- 9d68039 net: hsr: Reset MAC header for Tx path by Kurt Kanzenbach · 3 years, 10 months ago
- 7f1330c /net/hsr: fix misspellings using codespell tool by Xiong Zhenwu · 3 years, 11 months ago
- f176411 net: hsr: add support for EntryForgetTime by Marco Wenzel · 4 years ago
- dcf0cd1 net: hsr: add offloading support by George McCollister · 4 years ago
- 78be921 net: hsr: generate supervision frame without HSR/PRP tag by George McCollister · 4 years ago
- 6c9f18f net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary by Andreas Oetken · 4 years ago
- 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 4 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- 2170ff0 net: hsr: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
- b87f9fe hsr: avoid newline at end of message in NL_SET_ERR_MSG_MOD by Ye Bin · 4 years, 5 months ago
- cc0b065 hsr: Use %pM format specifier for MAC addresses by Andy Shevchenko · 4 years, 6 months ago
- 795ec4f net: prp: enhance debugfs to display PRP info by Murali Karicheri · 4 years, 6 months ago
- 451d812 net: prp: add packet handling support by Murali Karicheri · 4 years, 6 months ago
- fa4dc89 net: hsr: define and use proto_ops ptrs to handle hsr specific frames by Murali Karicheri · 4 years, 6 months ago
- c643ff0 net: prp: add supervision frame generation utility function by Murali Karicheri · 4 years, 6 months ago
- 28e458e net: hsr: introduce protocol specific function pointers by Murali Karicheri · 4 years, 6 months ago
- 121c33b net: hsr: introduce common code for skb initialization by Murali Karicheri · 4 years, 6 months ago
- 8f4c0e0 hsr: enhance netlink socket interface to support PRP by Murali Karicheri · 4 years, 6 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 2b96692 net: hsr: remove redundant null check by Wang Hai · 4 years, 6 months ago
- 5d93518 net: hsr: check for return value of skb_put_padto() by Murali Karicheri · 4 years, 6 months ago
- eea9f73 net: hsr: validate address B before copying to skb by Murali Karicheri · 4 years, 6 months ago
- 6d6148bc net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames by Murali Karicheri · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- ccfc9df hsr: fix interface leak in error path of hsr_dev_finalize() by Taehee Yoo · 4 years, 7 months ago
- 42deace net/hsr: fix hsr_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 7 months ago
- de0083c hsr: avoid to create proc file after unregister by Taehee Yoo · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 8 months ago
- f96e871 hsr: remove WARN_ONCE() in hsr_fill_frame_info() by Taehee Yoo · 4 years, 9 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- f5dda31 net: hsr: fix incorrect type usage for protocol variable by Murali Karicheri · 4 years, 9 months ago
- 34a9c36 hsr: remove hsr interface if all slaves are removed by Taehee Yoo · 4 years, 9 months ago
- ad56623 net: hsr: remove unused inline functions by YueHaibing · 4 years, 9 months ago
- f30e472 hsr: remove unnecessary code in hsr_dev_change_mtu() by Taehee Yoo · 4 years, 9 months ago
- 4faab8c hsr: check protocol version in hsr_newlink() by Taehee Yoo · 4 years, 10 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 3a303cf hsr: fix general protection fault in hsr_addr_is_self() by Taehee Yoo · 4 years, 10 months ago
- 09e91db hsr: set .netnsok flag by Taehee Yoo · 4 years, 11 months ago
- ca19c70 hsr: add restart routine into hsr_get_node_list() by Taehee Yoo · 4 years, 11 months ago
- 173756b hsr: use rcu_read_lock() in hsr_get_node_{list/status}() by Taehee Yoo · 4 years, 11 months ago
- 56dc0a0 hsr: fix refcnt leak of hsr slave interface by Taehee Yoo · 5 years ago
- e0a4b99 hsr: use upper/lower device infrastructure by Taehee Yoo · 5 years ago
- 81390d0 hsr: remove unnecessary rcu_read_lock() in hsr module by Taehee Yoo · 5 years ago
- 4b793ac hsr: use netdev_err() instead of WARN_ONCE() by Taehee Yoo · 5 years ago
- 13eeb5f hsr: use extack error message instead of netdev_info by Taehee Yoo · 5 years ago
- f3f2f98 hsr: use debugfs_remove_recursive() instead of debugfs_remove() by Taehee Yoo · 5 years ago
- a7a9456 net: hsr: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
- 2b5b825 net: hsr: fix possible NULL deref in hsr_handle_frame() by Eric Dumazet · 5 years ago
- 339821f net/hsr: remove seq_nr_after_or_eq by Alex Shi · 5 years ago