aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: hsr: create an API to get hsr port typeXiaoliang Yang2-3/+24
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+19
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer2-8/+16
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera1-1/+7
2025-10-16net/hsr: add interlink to fill_info outputJan Vaclav1-0/+6
2025-10-14net/hsr: add protocol version to fill_info outputJan Vaclav1-0/+2
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+23
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu1-1/+6
2025-09-11hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu2-1/+4
2025-09-11hsr: use rtnl lock when iterating over portsHangbin Liu3-10/+13
2025-09-09hsr: use netdev_master_upper_dev_link() when linking lower portsHangbin Liu1-1/+4
2025-08-20net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar2-4/+5
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera4-0/+17
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-3/+3
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo4-0/+236
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo5-7/+104
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+5
2025-01-30net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet1-2/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2025-01-15saner replacement for debugfs_rename()Al Viro1-6/+3
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar2-9/+13
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet1-1/+0
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet2-3/+2
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-11-30net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-11-26net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-11-11net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2024-11-11net: hsr: Add VLAN supportWingMan Kwok2-10/+14
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-4/+1
2024-10-14net: hsr: convert to use new timer APIsYu Liao1-3/+3
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-09-11net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-11net: hsr: Remove interlink_sequence_nr.Eric Dumazet2-2/+0
2024-09-11net: hsr: Use the seqnr lock for frames received via interlink port.Sebastian Andrzej Siewior1-1/+10
2024-09-09net: hsr: remove seqnr_lockEric Dumazet4-33/+14
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-4/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+2
2024-06-19net: hsr: cosmetic: Remove extra white spaceLukasz Majewski1-2/+2
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet1-1/+1
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski8-16/+203
2024-03-29net: hsr: Use full string description when opening HSR network deviceLukasz Majewski1-7/+6
2024-03-25net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran1-1/+2
2024-03-19hsr: Handle failures in module initFelix Maurer1-4/+11
2024-03-14hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski1-1/+1
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski1-1/+1
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-14net: add netdev_set_operstate() helperEric Dumazet1-16/+6
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-5/+5
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich1-2/+2
2024-01-11net: fill in MODULE_DESCRIPTION()s for HSRBreno Leitao1-0/+1
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri1-1/+66
2023-11-01hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter1-3/+1
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan1-0/+1
2023-07-31net/hsr: Remove unused function declarationsYue Haibing1-2/+0
2023-06-21net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran3-4/+17
2023-03-16hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior3-37/+35
2022-12-01hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2-1/+10
2022-12-01hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior2-7/+8
2022-12-01hsr: Disable netpoll.Sebastian Andrzej Siewior2-11/+8
2022-12-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2-5/+12
2022-12-01hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior1-0/+3
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior7-187/+106
2022-11-28net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-10-18net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet1-6/+6
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-9/+1
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach1-16/+0
2022-02-21net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2-11/+22
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2-7/+11
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang7-107/+171
2022-01-27hsr: remove get_prp_lan_id()Jakub Kicinski1-5/+0
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-3/+3
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken4-26/+113
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister1-1/+2
2021-05-24net: hsr: fix mac_len checksGeorge McCollister5-21/+34
2021-05-03net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter1-0/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+1
2021-04-07net: hsr: Reset MAC header for Tx pathKurt Kanzenbach2-6/+1
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel3-2/+9
2021-02-11net: hsr: add offloading supportGeorge McCollister8-26/+48
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-09-17net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-19/+2
2020-09-09hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin1-3/+3
2020-07-31hsr: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+2
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri1-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri8-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri4-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri14-23/+87
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+15
2020-07-20net: hsr: remove redundant null checkWang Hai1-4/+2
2020-07-20net: hsr: check for return value of skb_put_padto()Murali Karicheri1-6/+11
2020-07-17net: hsr: validate address B before copying to skbMurali Karicheri1-1/+2
2020-07-17net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri1-0/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2020-07-04hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo1-4/+7
2020-06-28net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-07hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-06net: hsr: fix incorrect type usage for protocol variableMurali Karicheri1-1/+1
2020-04-30hsr: remove hsr interface if all slaves are removedTaehee Yoo1-2/+20
2020-04-29net: hsr: remove unused inline functionsYueHaibing1-19/+0
2020-04-25hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-04-07hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-39/+48
2020-03-21hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-03-16hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2-25/+23
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo1-4/+1
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo3-30/+40
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo3-37/+16
2020-02-29hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo5-21/+35
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2-5/+1
2020-02-19net: hsr: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-01-21net/hsr: remove seq_nr_after_or_eqAlex Shi1-1/+0
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann1-1/+1
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2019-12-25hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo5-37/+56
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo3-0/+20
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo4-3/+28
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo3-24/+21
2019-12-25hsr: avoid debugfs warning message when module is removeTaehee Yoo1-1/+0
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo1-2/+7
2019-07-11hsr: switch ->dellink() to ->ndo_uninit()Cong Wang3-18/+8
2019-07-05hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang1-3/+7
2019-07-05hsr: implement dellink to clean up resourcesCong Wang5-10/+25
2019-07-05hsr: fix a memory leak in hsr_del_port()Cong Wang2-2/+5
2019-05-23hsr: fix don't prune the master node from the node_dbAndreas Oetken1-0/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+2
2019-04-15net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri5-22/+31
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+1
2019-03-07net/hsr: fix possible crash in add_timer()Eric Dumazet1-8/+6
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan3-1/+16
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook3-10/+7
2017-08-22net/hsr: Check skb_put_padto() return valueFlorian Fainelli1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+3
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan3-5/+9
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-04-13netlink: extended ACK reportingJohannes Berg1-2/+2
2017-02-21net/hsr: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-8/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-0/+1
2016-10-18net/hsr: Remove unused but set variableTobias Klauser1-4/+0
2016-05-16net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani1-8/+3
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise1-4/+3
2016-04-15net/hsr: Added support for HSR v1Peter Heise8-63/+124
2015-11-23net/hsr: fix a warning messageDan Carpenter1-1/+1