aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com4-12/+38
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com4-7/+36
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com4-18/+39
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com4-16/+40
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com4-43/+82
2013-12-17bondnl: use be32 nla put/get for be32 valuesJiri Pirko1-2/+2
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong1-16/+5
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong1-4/+0
2013-12-14bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong1-2/+0
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2-26/+35
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong1-21/+6
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong1-25/+20
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+4
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong1-6/+12
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong1-13/+9
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong1-13/+11
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2-21/+6
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com4-6/+36
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com4-22/+49
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com4-68/+186
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com4-51/+79
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com4-13/+38
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com4-31/+51
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com4-32/+53
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com4-49/+79
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-2/+2
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2013-12-06bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher3-6/+3
2013-12-05bonding: add arp_ip_target checks when install the moduledingtianhong1-3/+3
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses arp modedingtianhong4-9/+19
2013-11-15bonding: add ip checks when store ip targetWang Weidong2-13/+9
2013-11-14bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2013-11-14bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico1-2/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-809/+932
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov3-6/+101
2013-11-02bonding: bond_get_size() returns wrong sizeDan Carpenter1-2/+2
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller3-40/+89
2013-10-27bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong1-4/+5
2013-10-27bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong1-33/+13
2013-10-27bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong1-4/+6
2013-10-27bonding: remove bond read lock for bond_alb_monitor()dingtianhong1-16/+4
2013-10-27bonding: remove bond read lock for bond_mii_monitor()dingtianhong1-32/+12
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov1-2/+2
2013-10-22bonding: move bond-specific init after enslave happensVeaceslav Falico1-51/+14
2013-10-19bonding: Remove __exit tag from bond_netlink_fini().David S. Miller1-1/+1
2013-10-19bonding: add Netlink support active_slave optionJiri Pirko1-1/+22
2013-10-19bonding: add Netlink support mode optionJiri Pirko1-0/+56
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko3-4/+24
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko1-57/+2