summaryrefslogtreecommitdiff
path: root/net/hsr
AgeCommit message (Expand)AuthorFilesLines
2020-04-21hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-04-01hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-04-01hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-04-01hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2-25/+23
2020-04-01hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-02-11net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-01-29hsr: Fix a compilation errorxiaofeng.yan1-1/+1
2020-01-17hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2020-01-17hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2020-01-17hsr: rename debugfs file when interface name is changedTaehee Yoo3-0/+20
2020-01-17hsr: add hsr root debugfs directoryTaehee Yoo4-3/+28
2020-01-09hsr: fix a race condition in node list insertion and deletionTaehee Yoo5-37/+56
2020-01-09hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo3-24/+21
2020-01-09hsr: avoid debugfs warning message when module is removeTaehee Yoo1-1/+0
2019-12-18hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo1-2/+7
2019-07-12hsr: switch ->dellink() to ->ndo_uninit()Cong Wang3-18/+8
2019-07-06hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang1-3/+7
2019-07-06hsr: implement dellink to clean up resourcesCong Wang5-10/+25
2019-07-06hsr: 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-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+2
2019-04-16net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-16net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-16net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-07net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12
2019-04-07net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76
2019-04-07net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4
2019-04-07net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2019-04-07net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13
2019-04-07net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9
2019-04-07net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0
2019-04-07net: 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-27net: 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