| Commit message (Expand) | Author | Age | Files | Lines |
* | hsr: add hsr root debugfs directory | Taehee Yoo | 2019-12-25 | 1 | -0/+1 |
* | hsr: switch ->dellink() to ->ndo_uninit() | Cong Wang | 2019-07-11 | 1 | -7/+0 |
* | hsr: implement dellink to clean up resources | Cong Wang | 2019-07-05 | 1 | -0/+7 |
* | genetlink: optionally validate strictly/dumps | Johannes Berg | 2019-04-27 | 1 | -0/+2 |
* | net: hsr: convert to SPDX identifier | Murali Karicheri | 2019-04-06 | 1 | -5/+1 |
* | net: hsr: fix alignment issues in the code for functions | Murali Karicheri | 2019-04-06 | 1 | -5/+5 |
* | net: hsr: fix multiple blank lines in the code | Murali Karicheri | 2019-04-06 | 1 | -12/+0 |
* | net: hsr: fix lines exceeding 80 characters | Murali Karicheri | 2019-04-06 | 1 | -13/+18 |
* | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 1 | -2/+1 |
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 2017-06-26 | 1 | -1/+2 |
* | netlink: extended ACK reporting | Johannes Berg | 2017-04-13 | 1 | -2/+2 |
* | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -1/+1 |
* | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -8/+14 |
* | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
* | NLA_BINARY misuse bug in HSR | Peter Heise | 2016-04-21 | 1 | -4/+3 |
* | net/hsr: Added support for HSR v1 | Peter Heise | 2016-04-15 | 1 | -2/+8 |
* | net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. | Arvid Brodin | 2014-07-08 | 1 | -2/+6 |
* | net/hsr: Better frame dispatch | Arvid Brodin | 2014-07-08 | 1 | -1/+1 |
* | net/hsr: Use list_head (and rcu) instead of array for slave devices. | Arvid Brodin | 2014-07-08 | 1 | -28/+29 |
* | net/hsr: Move slave init to hsr_slave.c. | Arvid Brodin | 2014-07-08 | 1 | -15/+38 |
* | net/hsr: Better variable names and update of contact info. | Arvid Brodin | 2014-07-08 | 1 | -27/+27 |
* | net/hsr: Support iproute print_opt ('ip -details ...') | Arvid Brodin | 2013-11-30 | 1 | -0/+28 |
* | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 2013-11-19 | 1 | -13/+6 |
* | genetlink: pass family to functions using groups | Johannes Berg | 2013-11-19 | 1 | -2/+4 |
* | hsr: don't call genl_unregister_mc_group() | Johannes Berg | 2013-11-19 | 1 | -2/+0 |
* | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 2013-11-19 | 1 | -2/+1 |
* | net/hsr: Fix possible leak in 'hsr_get_node_status()' | Geyslan G. Bem | 2013-11-14 | 1 | -1/+1 |
* | genetlink: make all genl_ops users const | Johannes Berg | 2013-11-14 | 1 | -1/+1 |
* | hsr: use genl_register_family_with_ops() | Johannes Berg | 2013-11-14 | 1 | -29/+17 |
* | net/hsr: Add support for the High-availability Seamless Redundancy protocol (... | Arvid Brodin | 2013-11-03 | 1 | -0/+457 |