Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet
2014-10-07bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-10-07bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek
2014-09-16bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-14bonding: adjust locking commentsNikolay Aleksandrov
2014-09-14bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-14bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-10bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-10bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-07-21bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico
2014-07-17bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar
2014-07-16bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet
2014-07-16bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet
2014-07-16bonding: get rid of bond_option_active_slave_get()Eric Dumazet
2014-06-05bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico
2014-05-17bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-17bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico
2014-05-17bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico
2014-05-17bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-17bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico
2014-05-17bonding: create a macro for bond mode and use itVeaceslav Falico
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-17bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico
2014-05-17bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico
2014-05-17bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-05-09bonding: remove the unused macrodingtianhong
2014-05-09bonding: simplify the slave_do_arp_validate_only()dingtianhong
2014-05-09bonding: remove the unnecessary struct bond_netdingtianhong
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar
2014-03-27bonding: support QinQ for bond arp intervaldingtianhong
2014-03-07bonding: options handling cleanupstephen hemminger
2014-03-07bonding: remove dead codestephen hemminger
2014-03-07bonding: make slave status notifications GFP_ATOMICVeaceslav Falico
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong
2014-02-19bonding: rename last_arp_rx to last_rxVeaceslav Falico
2014-02-19bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico
2014-02-19bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico
2014-02-19bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico
2014-01-29bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong
2014-01-23bonding: convert netlink to use slave data info apiJiri Pirko
2014-01-23bonding: convert lp_interval to use the new option APINikolay Aleksandrov
2014-01-23bonding: convert resend_igmp to use the new option APINikolay Aleksandrov