1. 359632e bonding: remove the return value for bond_3ad_bind_slave() by dingtianhong · 11 years ago
  2. d316ded bonding: remove unwanted return value for bond_dev_queue_xmit() by dingtianhong · 11 years ago
  3. 3900f29 bonding: slight optimizztion for bond_slave_override() by dingtianhong · 11 years ago
  4. 4d4ac1b bonding: slight optimization for bond_alb_xmit() by dingtianhong · 11 years ago
  5. a742e1f bonding: slight optimization for bond_3ad_xmit_xor() by dingtianhong · 11 years ago
  6. 815117a bonding: use ether_addr_equal_unaligned for bond addr compare by dingtianhong · 11 years ago
  7. 834db4b bonding: ust micro BOND_NO_USE_ARP to simplify the mode check by dingtianhong · 11 years ago
  8. 3a7129e bonding: add option lp_interval for loading module by dingtianhong · 11 years ago
  9. da131dd bonding: make local function static by stephen hemminger · 11 years ago
  10. c13ab3f bonding: add packets_per_slave attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  11. 8d836d0 bonding: add lp_interval attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  12. 7d10100 bonding: add min_links attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  13. 1cc0b1e bonding: add all_slaves_active attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  14. 2c9839c bonding: add num_grat_arp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  15. d8838de7 bonding: add resend_igmp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  16. f70161c bonding: add xmit_hash_policy attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  17. 8990197 bonding: add fail_over_mac attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  18. 8a41ae4 bonding: add primary_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  19. 0a98a0d bonding: add primary attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  20. e7ef941 bondnl: use be32 nla put/get for be32 values by Jiri Pirko · 11 years ago
  21. f236910 bonding: rebuild the bond_resend_igmp_join_requests_delayed() by dingtianhong · 11 years ago
  22. 75ad932 bonding: remove unwanted lock for bond_store_primaryxxx() by dingtianhong · 11 years ago
  23. 4e789fc bonding: remove unwanted lock for bond_option_active_slave_set() by dingtianhong · 11 years ago
  24. be79bd0 bonding: add RCU for bond_3ad_state_machine_handler() by dingtianhong · 11 years ago
  25. c851703 bonding: remove unwanted lock for bond enslave and release by dingtianhong · 11 years ago
  26. eb9fa4b bonding: rebuild the lock use for bond_activebackup_arp_mon() by dingtianhong · 11 years ago
  27. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  28. 2e52f4f bonding: rebuild the lock use for bond_loadbalance_arp_mon() by dingtianhong · 11 years ago
  29. 733ab63 bonding: rebuild the lock use for bond_alb_monitor() by dingtianhong · 11 years ago
  30. 4cb4f97 bonding: rebuild the lock use for bond_mii_monitor() by dingtianhong · 11 years ago
  31. b2e7ace bonding: remove the no effect lock for bond_select_active_slave() by dingtianhong · 11 years ago
  32. d5c8425 bonding: add arp_all_targets netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  33. 29c4948 bonding: add arp_validate netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  34. 7f28fa1 bonding: add arp_ip_target netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  35. 06151db bonding: add arp_interval netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  36. 9f53e14 bonding: add use_carrier netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  37. c7461f9 bonding: add downdelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  38. 25852e2 bonding: add updelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  39. eecdaa6 bonding: add miimon netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  40. b601fa1 ipv4: fix wildcard search with inet_confirm_addr() by Nicolas Dichtel · 11 years ago
  41. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. a752a8b bonding: fix packets_per_slave showing by Nikolay Aleksandrov · 11 years ago
  43. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  44. 89015c1 bonding: add arp_ip_target checks when install the module by dingtianhong · 11 years ago
  45. fe9d04a bonding: disable arp and enable mii monitoring when bond change to no uses arp mode by dingtianhong · 11 years ago
  46. f9de11a bonding: add ip checks when store ip target by Wang Weidong · 11 years ago
  47. b869ccf bonding: fix two race conditions in bond_store_updelay/downdelay by Nikolay Aleksandrov · 11 years ago
  48. ec9f1d1 bonding: don't permit to use ARP monitoring in 802.3ad mode by Veaceslav Falico · 11 years ago
  49. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  50. 7395832 bonding: extend round-robin mode with packets_per_slave by Nikolay Aleksandrov · 11 years ago
  51. e139862 bonding: bond_get_size() returns wrong size by Dan Carpenter · 11 years ago
  52. 1f2cd84 Revert "Merge branch 'bonding_monitor_locking'" by David S. Miller · 11 years ago
  53. 5cc172c bonding: remove bond read lock for bond_3ad_state_machine_handler() by dingtianhong · 11 years ago
  54. 80b9d23 bonding: remove bond read lock for bond_activebackup_arp_mon() by dingtianhong · 11 years ago
  55. 7f1bb57 bonding: remove bond read lock for bond_loadbalance_arp_mon() by dingtianhong · 11 years ago
  56. 2d0dafb bonding: remove bond read lock for bond_alb_monitor() by dingtianhong · 11 years ago
  57. 6b6c526 bonding: remove bond read lock for bond_mii_monitor() by dingtianhong · 11 years ago
  58. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago
  59. 5378c2e bonding: move bond-specific init after enslave happens by Veaceslav Falico · 11 years ago
  60. a729e83 bonding: Remove __exit tag from bond_netlink_fini(). by David S. Miller · 11 years ago
  61. ec76aa4 bonding: add Netlink support active_slave option by Jiri Pirko · 11 years ago
  62. 90af231 bonding: add Netlink support mode option by Jiri Pirko · 11 years ago
  63. 752d48b bonding: move active_slave getting into separate function by Jiri Pirko · 11 years ago
  64. 080a06e bonding: remove bond_ioctl_change_active() by Jiri Pirko · 11 years ago
  65. d9e32b2 bonding: move active_slave setting into separate function by Jiri Pirko · 11 years ago
  66. 72be35f bonding: move mode setting into separate function by Jiri Pirko · 11 years ago
  67. 0a2a78c bonding: push Netlink bits into separate file by Jiri Pirko · 11 years ago
  68. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  69. 4d1ae5f bonding: add rtnl lock and remove read lock for bond sysfs by dingtianhong · 11 years ago
  70. 28c7192 bonding: use RCU protection for alb xmit path by dingtianhong · 11 years ago
  71. 47e91f56 bonding: use RCU protection for 3ad xmit path by dingtianhong · 11 years ago
  72. 4996b90 bonding: ensure that TLB mode's active slave has correct mac filter by Veaceslav Falico · 11 years ago
  73. 32819dc bonding: modify the old and add new xmit hash policies by Nikolay Aleksandrov · 11 years ago
  74. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. b324187 bonding: RCUify bond_set_rx_mode() by Veaceslav Falico · 11 years ago
  76. 5a0068d bonding: Fix broken promiscuity reference counting issue by Neil Horman · 11 years ago
  77. 90de527 bonding: trivial: remove forgotten bond_next_vlan() by Veaceslav Falico · 11 years ago
  78. 4aa0a03 bonding: remove bond_next_slave() by Veaceslav Falico · 11 years ago
  79. f965084 bonding: don't use bond_next_slave() in bond_info_seq_next() by Veaceslav Falico · 11 years ago
  80. da8f091 bonding: remove unused __get_next_agg() by Veaceslav Falico · 11 years ago
  81. 0b08826 bonding: make bond_3ad_unbind_slave() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  82. bef1fcc bonding: make ad_agg_selection_logic() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  83. 19177e7 bonding: make __get_active_agg() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  84. 3e36bb7 bonding: make ad_port_selection_logic() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  85. fe9323d bonding: remove __get_first_port() by Veaceslav Falico · 11 years ago
  86. 3c4c88a bonding: remove __get_next_port() by Veaceslav Falico · 11 years ago
  87. 7468449 bonding: verify if we still have slaves in bond_3ad_unbind_slave() by Veaceslav Falico · 11 years ago
  88. 23c147e bonding: correctly verify for the first slave in bond_enslave by Veaceslav Falico · 11 years ago
  89. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  90. 5831d66e net: create sysfs symlinks for neighbour devices by Veaceslav Falico · 11 years ago
  91. 842d67a net: expose the master link to sysfs, and remove it from bond by Veaceslav Falico · 11 years ago
  92. 4fee991 bonding: remove slave lists by Veaceslav Falico · 11 years ago
  93. 344f329 bonding: use neighbours for bond_next_slave() by Veaceslav Falico · 11 years ago
  94. 18e1e9b bonding: add __bond_next_slave() which uses neighbours by Veaceslav Falico · 11 years ago
  95. c8c2390 bonding: remove bond_prev_slave() by Veaceslav Falico · 11 years ago
  96. 5a52405 bonding: convert first/last slave logic to use neighbours by Veaceslav Falico · 11 years ago
  97. 70039aa bonding: convert bond_has_slaves() to use the neighbour list by Veaceslav Falico · 11 years ago
  98. 0965a1f bonding: add bond_has_slaves() and use it by Veaceslav Falico · 11 years ago
  99. b386c58 bonding: remove unused bond_for_each_slave_from() by Veaceslav Falico · 11 years ago
  100. 4087df87 bonding: rework bond_ab_arp_probe() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago