summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_options.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-13/+0
2015-08-31net/bonding: Export bond_option_active_slave_get_rcuMatan Barak1-13/+0
2015-07-27bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov1-0/+7
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-18rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-1/+1
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek1-9/+21
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar1-0/+26
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar1-0/+27
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar1-1/+27
2015-01-28bonding: update bond carrier state when min_links option changesJonathan Toppins1-0/+1
2015-01-13bonding: cleanup bond_opts arrayJonathan Toppins1-3/+2
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-1/+1
2014-09-14bonding: clean curr_slave_lock useNikolay Aleksandrov1-9/+1
2014-09-10bonding: options: remove bond->lock usageNikolay Aleksandrov1-18/+1
2014-09-10bonding: convert primary_slave to use RCUNikolay Aleksandrov1-4/+4
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko1-0/+2
2014-07-16bonding: remove pr_fmt from bond_options.cVeaceslav Falico1-2/+0
2014-07-16bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico1-115/+101
2014-07-16bonding: fix bond_option_mode_set warningNikolay Aleksandrov1-1/+2
2014-07-16bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet1-1/+1
2014-07-16bonding: get rid of bond_option_active_slave_get()Eric Dumazet1-5/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-17bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico1-1/+1
2014-05-17bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico1-2/+2
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico1-1/+1
2014-05-17bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico1-1/+1
2014-05-16bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov1-0/+1
2014-05-10bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov1-1/+28
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar1-0/+27
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar1-1/+1
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal1-1/+1
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-03-07bonding: fix const in options processingstephen hemminger1-52/+52
2014-03-07bonding: correctly handle out of range parameters for lp_intervalSasha Levin1-0/+1
2014-03-07bonding: options handling cleanupstephen hemminger1-66/+124
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-02-19bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico1-5/+8
2014-02-19bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico1-2/+1
2014-02-19bonding: permit using arp_validate with non-ab modesVeaceslav Falico1-1/+2
2014-02-17bonding: Neaten pr_<level>Joe Perches1-55/+47
2014-02-15net,bonding: fix bond_options.c direct rwlock.h includeMike Galbraith1-1/+1
2014-02-14bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong1-2/+1
2014-01-24bonding: fix u64 divisionNikolay Aleksandrov1-10/+14
2014-01-23bonding: clean the primary slave if there is no slave matching new primarydingtianhong1-0/+6
2014-01-23bonding: convert slaves to use the new option APINikolay Aleksandrov1-0/+53
2014-01-23bonding: convert lp_interval to use the new option APINikolay Aleksandrov1-8/+15
2014-01-23bonding: convert resend_igmp to use the new option APINikolay Aleksandrov1-10/+19
2014-01-23bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov1-12/+17
2014-01-23bonding: convert queue_id to use the new option APINikolay Aleksandrov1-0/+70
2014-01-23bonding: convert active_slave to use the new option APINikolay Aleksandrov1-7/+23