aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs_slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen1-14/+14
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang1-7/+1
2021-11-05bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles1-17/+1
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-29bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko1-1/+3
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov1-0/+16
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov1-0/+16
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-1/+1
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-07-31bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico1-2/+2
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico1-1/+1
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-1/+1
2014-01-22bonding: change name of sysfs dir for bonding slavesJiri Pirko1-1/+1
2014-01-21bond: make slave_sysfs_ops staticstephen hemminger1-1/+1
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com1-0/+144