summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs_slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen2022-09-301-14/+14
* bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang2022-03-061-7/+1
* bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin2021-11-051-25/+11
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-211-17/+1
* bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu2020-05-281-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-03-291-1/+3
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov2015-06-151-0/+16
* bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov2015-06-151-0/+16
* net: Move bonding headers under include/netDavid S. Miller2014-11-101-1/+1
* treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico2014-07-311-2/+2
* bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-161-1/+1
* bonding: alloc the structure ad_info dynamically in per slavedingtianhong2014-05-141-1/+1
* bonding: change name of sysfs dir for bonding slavesJiri Pirko2014-01-221-1/+1
* bond: make slave_sysfs_ops staticstephen hemminger2014-01-211-1/+1
* bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com2014-01-171-0/+144