1. 2477bc9 bonding: update bond carrier state when min_links option changes by Jonathan Toppins · 9 years ago
  2. 24f87d4 bonding: handle more gso types by Eric Dumazet · 9 years ago
  3. 7bfa014 bonding: cleanup bond_opts array by Jonathan Toppins · 9 years ago
  4. a22a9e4 bonding: change error message to debug message in __bond_release_one() by Wengang Wang · 10 years ago
  5. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. f6c6fda bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes by Thomas Graf · 10 years ago
  7. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  9. b4bef1b vlan: kill vlan_put_tag helper by Jiri Pirko · 10 years ago
  10. 424c323 bonding: Introduce 4 AD link speed to fix agg_bandwidth by Jianhua Xie · 10 years ago
  11. cb8dda9 bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed by Jianhua Xie · 10 years ago
  12. b8e4500 bonding: fix curr_active_slave/carrier with loadbalance arp monitoring by Nikolay Aleksandrov · 10 years ago
  13. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  14. 1ef8019 net: Move bonding headers under include/net by David S. Miller · 10 years ago
  15. 31aa860 bonding: add bond_tx_drop() helper by Eric Dumazet · 10 years ago
  16. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  17. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  18. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  19. ee63771 bonding: Simplify the xmit function for modes that use xmit_hash by Mahesh Bandewar · 10 years ago
  20. d702132 bonding: display xmit_hash_policy for non-dynamic-tlb mode by Mahesh Bandewar · 10 years ago
  21. 5f0c5f7 bonding: make global bonding stats more reliable by Andy Gospodarek · 10 years ago
  22. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. 37ab7dd bonding: remove the unnecessary notes for bond_xmit_broadcast() by dingtianhong · 10 years ago
  24. a64d044 bonding: slight optimization for bond_xmit_roundrobin() by dingtianhong · 10 years ago
  25. e097458 bonding: consolidate ASSERT_RTNL()s and remove the unnecessary by Nikolay Aleksandrov · 10 years ago
  26. 547942c bonding: trivial: style and comment fixes by Nikolay Aleksandrov · 10 years ago
  27. 56924c3 bonding: consolidate the two rlb_next_rx_slave functions into one by Nikolay Aleksandrov · 10 years ago
  28. 9a72c2da bonding: fix div by zero while enslaving and transmitting by Nikolay Aleksandrov · 10 years ago
  29. 8c0bc55 bonding: adjust locking comments by Nikolay Aleksandrov · 10 years ago
  30. e470259 bonding: 3ad: convert to bond->mode_lock by Nikolay Aleksandrov · 10 years ago
  31. 4bab16d bonding: alb: convert to bond->mode_lock by Nikolay Aleksandrov · 10 years ago
  32. b743562 bonding: convert curr_slave_lock to a spinlock and rename it by Nikolay Aleksandrov · 10 years ago
  33. 1c72cfdc9 bonding: clean curr_slave_lock use by Nikolay Aleksandrov · 10 years ago
  34. 62c5f51 bonding: alb: remove curr_slave_lock by Nikolay Aleksandrov · 10 years ago
  35. 86e7498 bonding: 3ad: clean up curr_slave_lock usage by Nikolay Aleksandrov · 10 years ago
  36. 37b7021 net:bonding: Add missing space in bonding driver parameter description by Masanari Iida · 10 years ago
  37. 87163ef bonding: remove last users of bond->lock and bond->lock itself by Nikolay Aleksandrov · 10 years ago
  38. 246df7b bonding: options: remove bond->lock usage by Nikolay Aleksandrov · 10 years ago
  39. e9fe8ef bonding: procfs: clean bond->lock usage and use RCU by Nikolay Aleksandrov · 10 years ago
  40. 059b47e bonding: convert primary_slave to use RCU by Nikolay Aleksandrov · 10 years ago
  41. ecfede4 bonding: alb: clean bond->lock by Nikolay Aleksandrov · 10 years ago
  42. bdbc5f1 bonding: 3ad: use curr_slave_lock instead of bond->lock by Nikolay Aleksandrov · 10 years ago
  43. cea6aeb bonding: add slave netlink policy and put slave-related ops together by Jiri Pirko · 10 years ago
  44. 0f23124a bonding: add slave_changelink support and use it for queue_id by Nikolay Aleksandrov · 10 years ago
  45. 9b13494 treewide: Fix typo in printk by Masanari Iida · 10 years ago
  46. d4261e5 bonding: create netlink event when bonding option is changed by Jiri Pirko · 10 years ago
  47. b5091b5 bonding: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  48. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 7afcaec bonding: use kobject_put instead of _del after kobject_add by Veaceslav Falico · 10 years ago
  50. a67eed5 bonding: fix a memory leak in bond_arp_send_all() by Dan Carpenter · 10 years ago
  51. 3e403a7 bonding: make it possible to have unlimited nested upper vlans by Veaceslav Falico · 10 years ago
  52. 23fa5c2 bonding: destroy proc directory only after all bonds are gone by Veaceslav Falico · 10 years ago
  53. 14056e7 bonding: use rtnl_deref in bond_change_rx_flags() by Veaceslav Falico · 10 years ago
  54. ce04d63 bonding: enhance L2 hash helper with packet type by Jianhua Xie · 10 years ago
  55. 6b794c1 bonding: Do not try to send packets over dead link in TLB mode. by Mahesh Bandewar · 10 years ago
  56. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  57. cb25235 bonding: remove pr_fmt from bond_options.c by Veaceslav Falico · 10 years ago
  58. 2de390b bonding: convert bond_options.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  59. c735ee6 bonding: convert bond_procfs.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  60. 6a9fc6f bonding: bonding: remove pr_fmt from bond_netlink.c by Veaceslav Falico · 10 years ago
  61. a5f2454 bonding: convert bond_netlink.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  62. 9ef1cf1 bonding: convert bond_debugfs.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  63. abaf98e bonding: remove pr_fmt from bond_alb.c by Veaceslav Falico · 10 years ago
  64. 0a111a0 bonding: convert bond_alb.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  65. dbfddcf bonding: remove pr_fmt from bond_3ad.c by Veaceslav Falico · 10 years ago
  66. d4471f5 bonding: convert bond_3ad.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  67. f338532 bonding: remove pr_fmt from bond_main.c by Veaceslav Falico · 10 years ago
  68. 76444f5 bonding: convert bond_main.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  69. ff11d8b bonding: fix bond_option_mode_set warning by Nikolay Aleksandrov · 10 years ago
  70. f544244 bonding: permit enslaving interfaces without set_mac support by Veaceslav Falico · 10 years ago
  71. 85741718 bonding: add proper __rcu annotation for current_arp_slave by Eric Dumazet · 10 years ago
  72. 4740d63 bonding: add proper __rcu annotation for curr_active_slave by Eric Dumazet · 10 years ago
  73. c2646b5 bonding: use rcu_access_pointer() in bonding_show_mii_status() by Eric Dumazet · 10 years ago
  74. e965f80 bonding: get rid of bond_option_active_slave_get() by Eric Dumazet · 10 years ago
  75. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  76. 548d28b bonding: fix ad_select module param check by Nikolay Aleksandrov · 10 years ago
  77. e721f87 bonding: remove no longer relevant vlan warnings by Jiri Pirko · 10 years ago
  78. 763e0ec bonding: allow to add vlans on top of empty bond by Jiri Pirko · 10 years ago
  79. 5a7baa7 bonding: Advertize vxlan offload features when supported by Or Gerlitz · 10 years ago
  80. 14af996 bonding: Support macvlans on top of tlb/rlb mode bonds by Vlad Yasevich · 10 years ago
  81. c565b48 bonding: Turn on IFF_UNICAST_FLT on bond devices by Vlad Yasevich · 10 years ago
  82. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. d0c21d4 bonding: Send ALB learning packets using the right source by Vlad Yasevich · 10 years ago
  84. f6dcf56 bonding: remove NULL verification from bond_get_bond_by_slave() by Veaceslav Falico · 10 years ago
  85. dc73c41 bonding: populate essential new_slave->bond/dev early by Veaceslav Falico · 10 years ago
  86. d6b694c bonding: Don't assume 802.1Q when sending alb learning packets. by Vlad Yasevich · 10 years ago
  87. a9b3ace bonding: fix vlan_features computing by Michal Kubeček · 10 years ago
  88. f60c370 bonding: Fix alb mode to only use first level vlans. by Vlad Yasevich · 10 years ago
  89. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 10 years ago
  90. 8557cd7 bonding: replace SLAVE_IS_OK() with bond_slave_can_tx() by Veaceslav Falico · 10 years ago
  91. 891ab54 bonding: rename {, bond_}slave_can_tx and clean it up by Veaceslav Falico · 10 years ago
  92. b6adc61 bonding: convert IS_UP(slave->dev) to inline function by Veaceslav Falico · 10 years ago
  93. 2807a9f bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function by Veaceslav Falico · 10 years ago
  94. 0184409 bonding: create a macro for bond mode and use it by Veaceslav Falico · 10 years ago
  95. ec0865a bonding: make USES_PRIMARY inline functions by Veaceslav Falico · 10 years ago
  96. 267bed7 bonding: make BOND_NO_USES_ARP an inline function by Veaceslav Falico · 10 years ago
  97. d1e2e5c bonding: make TX_QUEUE_OVERRIDE() macro an inline function by Veaceslav Falico · 10 years ago
  98. befb903 bonding: remove BOND_MODE_IS_LB macro by Veaceslav Falico · 10 years ago
  99. 81c7080 bonding: fix out of range parameters for bond_intmax_tbl by Nikolay Aleksandrov · 10 years ago
  100. 3fdddd8 bonding: alloc the structure ad_info dynamically in per slave by dingtianhong · 10 years ago