aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMGravatar Xin Long 1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkGravatar Matthias Schiffer 1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateGravatar Matthias Schiffer 1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkGravatar Matthias Schiffer 1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkGravatar Matthias Schiffer 1-1/+2
2017-05-08bonding: check nla_put_be32 return valueGravatar Hangbin Liu 1-1/+2
2017-04-21bonding: fix wq initialization for links created via netlinkGravatar Mahesh Bandewar 1-0/+5
2016-07-14bonding: set carrier off for devices created through netlinkGravatar Beniamino Galvani 1-1/+5
2015-07-31bonding: add tlb_dynamic_lb netlink supportGravatar Nikolay Aleksandrov 1-2/+15
2015-06-23bonding: Display LACP info only to CAP_NET_ADMIN capable userGravatar Mahesh Bandewar 1-11/+12
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkGravatar Nikolay Aleksandrov 1-0/+5
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkGravatar Nikolay Aleksandrov 1-1/+9
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyGravatar Andy Gospodarek 1-0/+50
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesGravatar Thomas Graf 1-1/+6
2014-11-10net: Move bonding headers under include/netGravatar David S. Miller 1-1/+1
2014-09-09bonding: convert primary_slave to use RCUGravatar Nikolay Aleksandrov 1-3/+4
2014-09-05bonding: add slave netlink policy and put slave-related ops togetherGravatar Jiri Pirko 1-2/+7
2014-09-01bonding: add slave_changelink support and use it for queue_idGravatar Nikolay Aleksandrov 1-0/+29
2014-07-15bonding: bonding: remove pr_fmt from bond_netlink.cGravatar Veaceslav Falico 1-2/+0
2014-07-15bonding: convert bond_netlink.c to use netdev_printk instead of pr_Gravatar Veaceslav Falico 1-6/+3
2014-07-15bonding: get rid of bond_option_active_slave_get()Gravatar Eric Dumazet 1-5/+16
2014-05-16bonding: create a macro for bond mode and use itGravatar Veaceslav Falico 1-3/+3
2014-05-14bonding: alloc the structure ad_info dynamically in per slaveGravatar dingtianhong 1-1/+1
2014-03-11bonding: force cast of IP address in optionsGravatar stephen hemminger 1-1/+1
2014-02-17bonding: Neaten pr_<level>Gravatar Joe Perches 1-3/+3
2014-01-22bonding: convert netlink to use slave data info apiGravatar Jiri Pirko 1-2/+19
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingGravatar Jiri Pirko 1-6/+6
2014-01-22bonding: convert lp_interval to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert resend_igmp to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert all_slaves_active to use the new option APIGravatar Nikolay Aleksandrov 1-2/+2
2014-01-22bonding: convert active_slave to use the new option APIGravatar Nikolay Aleksandrov 1-4/+5
2014-01-22bonding: convert use_carrier to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert primary_reselect to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert primary to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert miimon to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert num_peer_notif to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert ad_select to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert min_links to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert lacp_rate to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert updelay to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert downdelay to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert arp_ip_target to use the new option APIGravatar Nikolay Aleksandrov 1-4/+11
2014-01-22bonding: convert arp_interval to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert fail_over_mac to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert arp_all_targets to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert arp_validate to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert xmit_hash_policy to use the new option APIGravatar Nikolay Aleksandrov 1-1/+2
2014-01-22bonding: convert packets_per_slave to use the new option APIGravatar Nikolay Aleksandrov 1-2/+2
2014-01-22bonding: convert mode setting to use the new option APIGravatar Nikolay Aleksandrov 1-1/+3