aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-18net: hsr: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin3-3/+14
2014-07-11net/hsr: Remove left-over never-true conditional code.Arvid Brodin1-4/+0
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin1-2/+6
2014-07-08net/hsr: Better frame dispatchArvid Brodin11-586/+656
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2-8/+49
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin9-405/+438
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin6-164/+205
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin3-22/+30
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin5-27/+15
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin6-247/+283
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-03hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter1-1/+1
2014-02-18hsr: Use ether_addr_copyJoe Perches3-17/+17
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-13/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-2/+4
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg1-29/+17
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin10-0/+2337