aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAge
* net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_tablePai2015-04-29
* net/bonding: Make DRV macros privateMatan Barak2015-04-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-02
|\
| * bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut2015-03-31
* | bonding: Don't segment multiple tagged packets on bonding deviceToshiaki Makita2015-03-29
* | bonding: implement bond_poll_controller()Mahesh Bandewar2015-03-06
* | bonding: simple code refactorMahesh Bandewar2015-02-20
|/
* net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua2015-02-09
* net/bonding: Notify state change on slavesMoni Shoua2015-02-04
* net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-04
* bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/del...Roopa Prabhu2015-02-02
* bonding: cleanup and remove dead codeJonathan Toppins2015-01-27
* bonding: fix bond_open() don't always set slave active flagWilson Kok2015-01-27
* bonding: update bond carrier state when min_links option changesJonathan Toppins2015-01-27
* bonding: handle more gso typesEric Dumazet2015-01-26
* bonding: change error message to debug message in __bond_release_one()Wengang Wang2014-12-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
|\
| * bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-19
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21
* | vlan: kill vlan_put_tag helperJiri Pirko2014-11-21
* | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-13
* | net: Move bonding headers under include/netDavid S. Miller2014-11-10
* | bonding: add bond_tx_drop() helperEric Dumazet2014-10-31
|/
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-06
* bonding: make global bonding stats more reliableAndy Gospodarek2014-09-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
|\
| * bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov2014-09-13
| * net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida2014-09-09
* | bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-22
* | bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-22
* | bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov2014-09-15
* | bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-15
* | bonding: adjust locking commentsNikolay Aleksandrov2014-09-13
* | bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-13
* | bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-13
* | bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-13
* | bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-13
* | bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2014-09-09
* | bonding: convert primary_slave to use RCUNikolay Aleksandrov2014-09-09
* | bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2014-09-09
|/
* bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter2014-07-28
* bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico2014-07-20
* bonding: destroy proc directory only after all bonds are goneVeaceslav Falico2014-07-17
* bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico2014-07-17
* bonding: enhance L2 hash helper with packet typeJianhua Xie2014-07-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\
| * bonding: fix ad_select module param checkNikolay Aleksandrov2014-07-14
* | bonding: remove pr_fmt from bond_main.cVeaceslav Falico2014-07-16
* | bonding: convert bond_main.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-16