aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat1-1/+1
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-0/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2019-01-24bonding: count master 3ad stats separatelyNikolay Aleksandrov1-11/+7
2019-01-22bonding: add support for xstats and export 3ad statsNikolay Aleksandrov1-0/+71
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-05-08bonding: check nla_put_be32 return valueHangbin Liu1-1/+2
2017-04-21bonding: fix wq initialization for links created via netlinkMahesh Bandewar1-0/+5
2016-07-14bonding: set carrier off for devices created through netlinkBeniamino Galvani1-1/+5
2015-07-31bonding: add tlb_dynamic_lb netlink supportNikolay Aleksandrov1-2/+15
2015-06-23bonding: Display LACP info only to CAP_NET_ADMIN capable userMahesh Bandewar1-11/+12
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov1-0/+5
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov1-1/+9
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek1-0/+50
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-1/+1
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov1-3/+4
2014-09-05bonding: add slave netlink policy and put slave-related ops togetherJiri Pirko1-2/+7
2014-09-01bonding: add slave_changelink support and use it for queue_idNikolay Aleksandrov1-0/+29
2014-07-15bonding: bonding: remove pr_fmt from bond_netlink.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_netlink.c to use netdev_printk instead of pr_Veaceslav Falico1-6/+3
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric Dumazet1-5/+16
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico1-3/+3
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-1/+1
2014-03-11bonding: force cast of IP address in optionsstephen hemminger1-1/+1
2014-02-17bonding: Neaten pr_<level>Joe Perches1-3/+3
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-2/+19
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-6/+6
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov1-2/+2
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov1-4/+5
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov1-1/+2
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov1-4/+11