1. 9a72c2d bonding: fix div by zero while enslaving and transmitting by Nikolay Aleksandrov · 10 years ago
  2. 37b7021 net:bonding: Add missing space in bonding driver parameter description by Masanari Iida · 10 years ago
  3. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 7afcaec bonding: use kobject_put instead of _del after kobject_add by Veaceslav Falico · 10 years ago
  5. a67eed5 bonding: fix a memory leak in bond_arp_send_all() by Dan Carpenter · 10 years ago
  6. 3e403a7 bonding: make it possible to have unlimited nested upper vlans by Veaceslav Falico · 10 years ago
  7. 23fa5c2 bonding: destroy proc directory only after all bonds are gone by Veaceslav Falico · 10 years ago
  8. 14056e7 bonding: use rtnl_deref in bond_change_rx_flags() by Veaceslav Falico · 10 years ago
  9. ce04d63 bonding: enhance L2 hash helper with packet type by Jianhua Xie · 10 years ago
  10. 6b794c1 bonding: Do not try to send packets over dead link in TLB mode. by Mahesh Bandewar · 10 years ago
  11. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. cb25235 bonding: remove pr_fmt from bond_options.c by Veaceslav Falico · 10 years ago
  13. 2de390b bonding: convert bond_options.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  14. c735ee6 bonding: convert bond_procfs.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  15. 6a9fc6f bonding: bonding: remove pr_fmt from bond_netlink.c by Veaceslav Falico · 10 years ago
  16. a5f2454 bonding: convert bond_netlink.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  17. 9ef1cf1 bonding: convert bond_debugfs.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  18. abaf98e bonding: remove pr_fmt from bond_alb.c by Veaceslav Falico · 10 years ago
  19. 0a111a0 bonding: convert bond_alb.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  20. dbfddcf bonding: remove pr_fmt from bond_3ad.c by Veaceslav Falico · 10 years ago
  21. d4471f5 bonding: convert bond_3ad.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  22. f338532 bonding: remove pr_fmt from bond_main.c by Veaceslav Falico · 10 years ago
  23. 76444f5 bonding: convert bond_main.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  24. ff11d8b bonding: fix bond_option_mode_set warning by Nikolay Aleksandrov · 10 years ago
  25. f544244 bonding: permit enslaving interfaces without set_mac support by Veaceslav Falico · 10 years ago
  26. 8574171 bonding: add proper __rcu annotation for current_arp_slave by Eric Dumazet · 10 years ago
  27. 4740d63 bonding: add proper __rcu annotation for curr_active_slave by Eric Dumazet · 10 years ago
  28. c2646b5 bonding: use rcu_access_pointer() in bonding_show_mii_status() by Eric Dumazet · 10 years ago
  29. e965f80 bonding: get rid of bond_option_active_slave_get() by Eric Dumazet · 10 years ago
  30. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  31. 548d28b bonding: fix ad_select module param check by Nikolay Aleksandrov · 10 years ago
  32. e721f87 bonding: remove no longer relevant vlan warnings by Jiri Pirko · 11 years ago
  33. 763e0ec bonding: allow to add vlans on top of empty bond by Jiri Pirko · 11 years ago
  34. 5a7baa7 bonding: Advertize vxlan offload features when supported by Or Gerlitz · 11 years ago
  35. 14af996 bonding: Support macvlans on top of tlb/rlb mode bonds by Vlad Yasevich · 11 years ago
  36. c565b48 bonding: Turn on IFF_UNICAST_FLT on bond devices by Vlad Yasevich · 11 years ago
  37. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. d0c21d4 bonding: Send ALB learning packets using the right source by Vlad Yasevich · 11 years ago
  39. f6dcf56 bonding: remove NULL verification from bond_get_bond_by_slave() by Veaceslav Falico · 11 years ago
  40. dc73c41 bonding: populate essential new_slave->bond/dev early by Veaceslav Falico · 11 years ago
  41. d6b694c bonding: Don't assume 802.1Q when sending alb learning packets. by Vlad Yasevich · 11 years ago
  42. a9b3ace bonding: fix vlan_features computing by Michal Kubeček · 11 years ago
  43. f60c370 bonding: Fix alb mode to only use first level vlans. by Vlad Yasevich · 11 years ago
  44. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 11 years ago
  45. 8557cd7 bonding: replace SLAVE_IS_OK() with bond_slave_can_tx() by Veaceslav Falico · 11 years ago
  46. 891ab54 bonding: rename {, bond_}slave_can_tx and clean it up by Veaceslav Falico · 11 years ago
  47. b6adc61 bonding: convert IS_UP(slave->dev) to inline function by Veaceslav Falico · 11 years ago
  48. 2807a9f bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function by Veaceslav Falico · 11 years ago
  49. 0184409 bonding: create a macro for bond mode and use it by Veaceslav Falico · 11 years ago
  50. ec0865a bonding: make USES_PRIMARY inline functions by Veaceslav Falico · 11 years ago
  51. 267bed7 bonding: make BOND_NO_USES_ARP an inline function by Veaceslav Falico · 11 years ago
  52. d1e2e5c bonding: make TX_QUEUE_OVERRIDE() macro an inline function by Veaceslav Falico · 11 years ago
  53. befb903 bonding: remove BOND_MODE_IS_LB macro by Veaceslav Falico · 11 years ago
  54. 81c7080 bonding: fix out of range parameters for bond_intmax_tbl by Nikolay Aleksandrov · 11 years ago
  55. 3fdddd8 bonding: alloc the structure ad_info dynamically in per slave by dingtianhong · 11 years ago
  56. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. dc3e5d1 bonding: make a generic sysfs option store and fix comments by Nikolay Aleksandrov · 11 years ago
  58. 2db2a15 bonding: remove the unused macro by dingtianhong · 11 years ago
  59. bedabf9 bonding: simplify the slave_do_arp_validate_only() by dingtianhong · 11 years ago
  60. 3192432 bonding: remove the unnecessary struct bond_net by dingtianhong · 11 years ago
  61. 014f1b2 net: bonding: Fix format string mismatch in bond_sysfs.c by Masanari Iida · 11 years ago
  62. e9f0fb8 bonding: Add tlb_dynamic_lb parameter for tlb mode by Mahesh Bandewar · 11 years ago
  63. f05b42e bonding: Added bond_tlb_xmit() for tlb mode. by Mahesh Bandewar · 11 years ago
  64. 9a49aba bonding: Reorg bond_alb_xmit code by Mahesh Bandewar · 11 years ago
  65. ee62e86 bonding: Changed hashing function to just provide hash by Mahesh Bandewar · 11 years ago
  66. db29868 bonding: Remove debug_fs files when module init fails by Thomas Richter · 11 years ago
  67. 7db8df02 bonding: Inactive slaves should keep inactive flag's value by zheng.li · 11 years ago
  68. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  69. 8800a24 drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.c by Monam Agarwal · 11 years ago
  70. 4873ac3 bonding: add net_ratelimt to avoid spam in arp interval by dingtianhong · 11 years ago
  71. fbd929f bonding: support QinQ for bond arp interval by dingtianhong · 11 years ago
  72. 9152e26 bonding: ratelimit pr_err() for bond xmit broadcast by dingtianhong · 11 years ago
  73. 054bb88 bonding: slight optimization for bond xmit path by dingtianhong · 11 years ago
  74. 86a2b9c bonding: ratelimit pr_warn()s in 802.3ad mode by Veaceslav Falico · 11 years ago
  75. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. 96a0922 bonding: use the correct ether type for alb by Veaceslav Falico · 11 years ago
  77. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 11 years ago
  78. 2bb77ab bonding: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  79. a19a7ec bonding: force cast of IP address in options by stephen hemminger · 11 years ago
  80. 28f084c bonding: fix const in options processing by stephen hemminger · 11 years ago
  81. 5bd4e4c bonding: correctly handle out of range parameters for lp_interval by Sasha Levin · 11 years ago
  82. f325333 bonding: options handling cleanup by stephen hemminger · 11 years ago
  83. fca2809 bonding: remove dead code by stephen hemminger · 11 years ago
  84. 072256d bonding: make slave status notifications GFP_ATOMIC by Veaceslav Falico · 11 years ago
  85. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. 2857276 bonding: send arp requests even if there's no route to them by Veaceslav Falico · 11 years ago
  87. 09a89c2 bonding: disallow enslaving a bond to itself by Jiri Bohac · 11 years ago
  88. ee6154e bonding: fix a div error caused by the slave release path by Nikolay Aleksandrov · 11 years ago
  89. b092991 bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor by dingtianhong · 11 years ago
  90. 5e5b066 bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode by dingtianhong · 11 years ago
  91. 7a4ddcd bonding: remove no longer needed lock for bond_xxx_info_query() by dingtianhong · 11 years ago
  92. 4335d60 bonding: use rcu_dereference() to access curr_active_slave by dingtianhong · 11 years ago
  93. 8274180 bonding: netpoll: remove unwanted slave_dev_support_netpoll() by dingtianhong · 11 years ago
  94. 010d3c3 bonding: fix bond_arp_rcv() race of curr_active_slave by Veaceslav Falico · 11 years ago
  95. 21f374c bonding: Invert test by Joe Perches · 11 years ago
  96. 157550fb bonding: Remove unnecessary else by Joe Perches · 11 years ago
  97. 2a7c183 bonding: More use of ether_addr_copy by Joe Perches · 11 years ago
  98. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. 49f17de bonding: rename last_arp_rx to last_rx by Veaceslav Falico · 11 years ago
  100. 8e60346 bonding: trivial: rename slave->jiffies to ->last_link_up by Veaceslav Falico · 11 years ago