1. 3ed7147 team: fix hw_features setup by Jiri Pirko · 12 years ago
  2. 403f43c team: bcast: convert return value of team_dev_queue_xmit() to bool correctly by Jiri Pirko · 12 years ago
  3. b3c581d team: set qdisc_tx_busylock to avoid LOCKDEP splat by Eric Dumazet · 12 years ago
  4. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  5. a326e6d team: fix return value check by Wei Yongjun · 12 years ago
  6. 0b121fd team: send port changed when added by Jiri Pirko · 12 years ago
  7. 10f3f51 team: send port changed when added by Jiri Pirko · 12 years ago
  8. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  9. 2c33bb3 team: do not allow to add VLAN challenged port when vlan is used by Jiri Pirko · 12 years ago
  10. 0c7517e team: don't print warn message on -ESRCH during event send by Jiri Pirko · 12 years ago
  11. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  12. 1d76efe team: add support for non-ethernet devices by Jiri Pirko · 12 years ago
  13. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  14. 8ff5105 team: add support for queue override by setting queue_id for port by Jiri Pirko · 12 years ago
  15. a86fc6b team: add per port priority option by Jiri Pirko · 12 years ago
  16. 6982163 team: add signed 32-bit team option type by Jiri Pirko · 12 years ago
  17. 3324d02 team: init error value to 0 in team_netpoll_setup() by Jiri Pirko · 12 years ago
  18. 6c85f2b team: add multiqueue support by Jiri Pirko · 12 years ago
  19. dc90595 team: refine IFF_XMIT_DST_RELEASE capability by Jiri Pirko · 12 years ago
  20. bd2d083 team: add netpoll support by Jiri Pirko · 12 years ago
  21. 68c4504 team: make team_port_enabled() and team_port_txable() static inline by Jiri Pirko · 12 years ago
  22. 5fc8899 team: add broadcast mode by Jiri Pirko · 12 years ago
  23. 6e88e13 team: use function team_port_txable() for determing enabled and up port by Jiri Pirko · 12 years ago
  24. 5a1d1c8 team: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 12 years ago
  25. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  26. 52a4fd7 team: do not allow to map disabled ports by Jiri Pirko · 12 years ago
  27. 122bb04 team: fix team_adjust_ops with regard to enabled ports by Jiri Pirko · 12 years ago
  28. 6dab015 team: do RCU update path fixups by Jiri Pirko · 12 years ago
  29. f643776 team: Revert previous two changes. by David S. Miller · 12 years ago
  30. d8dbd96 team: use RCU_INIT_POINTER for NULL assignment of RCU pointer by Jiri Pirko · 12 years ago
  31. b443a23 team: use rcu_access_pointer to access RCU pointer by writer by Jiri Pirko · 12 years ago
  32. d1904fb team: use rcu_dereference_bh() in tx path by Jiri Pirko · 12 years ago
  33. 2fcdb2c team: allow to send multiple set events in one message by Jiri Pirko · 12 years ago
  34. 35b384b team: ensure correct order of netlink messages delivery by Jiri Pirko · 12 years ago
  35. 9b00cf2 team: implement multipart netlink messages for options transfers by Jiri Pirko · 12 years ago
  36. ab8250d team: lb: introduce infrastructure for userspace driven tx loadbalancing by Jiri Pirko · 12 years ago
  37. 4bccfd1 team: add port_[enabled/disabled] mode callbacks by Jiri Pirko · 12 years ago
  38. f88725f team: pass NULL to __team_option_inst_add() instead of 0 by Jiri Pirko · 12 years ago
  39. 01048d9 team: allow to specify one option instance to be send to userspace by Jiri Pirko · 12 years ago
  40. 3221c64 team: fix error path in team_nl_fill_port_list_get() by Jiri Pirko · 12 years ago
  41. 75db986 team: fix error path in team_nl_fill_options_get() by Jiri Pirko · 12 years ago
  42. 0f1aad2 team: allow async option changes by Jiri Pirko · 12 years ago
  43. 85d59a8 team: push array_index and port into separate structure by Jiri Pirko · 12 years ago
  44. 0d572e4 team: comments: s/net\/drivers\/team/drivers\/net\/team/ by Jiri Pirko · 12 years ago
  45. b130332 team: introduce array options by Jiri Pirko · 12 years ago
  46. f82b959 team: allow read/write-only options by Jiri Pirko · 12 years ago
  47. 596e202 team: lb: push hash counting into separate function by Jiri Pirko · 12 years ago
  48. 5149ee5 team: add mode priv to port by Jiri Pirko · 12 years ago
  49. d299cd5 team: for nomode use dummy struct team_mode by Jiri Pirko · 12 years ago
  50. 0402788 team: make team_mode struct const by Jiri Pirko · 12 years ago
  51. acd6996 team: add per-port option for enabling/disabling ports by Jiri Pirko · 12 years ago
  52. 19a0b58 team: allow to enable/disable ports by Jiri Pirko · 12 years ago
  53. 4c78bb8 team: lb: let userspace care about port macs by Jiri Pirko · 12 years ago
  54. cade455 team: add missed "statics" by Jiri Pirko · 12 years ago
  55. 679b160 team: ab: walk through port list non-rcu by Jiri Pirko · 12 years ago
  56. 71472ec team: add user_linkup and user_linkup_enabled per-port option by Jiri Pirko · 12 years ago
  57. 14f066b team: add bool option type by Jiri Pirko · 12 years ago
  58. 80f7c66 team: add support for per-port options by Jiri Pirko · 12 years ago
  59. 01d7f30 team: add loadbalance mode by Jiri Pirko · 12 years ago
  60. 2615598 team: add binary option type by Jiri Pirko · 12 years ago
  61. 86ebb02 team: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  62. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  63. b82b918 team: send only changed options/ports via netlink by Jiri Pirko · 12 years ago
  64. 5745918 team: use vlan_vids_[addr/del]_by_dev by Jiri Pirko · 13 years ago
  65. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  66. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  67. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 13 years ago
  68. f8a15af team: replace kmalloc+memcpy by kmemdup by Jiri Pirko · 13 years ago
  69. 2bba19f team: avoid using variable-length array by Jiri Pirko · 13 years ago
  70. 234a8fd team: add fix_features by Jiri Pirko · 13 years ago
  71. 358b838 team: replicate options on register by Jiri Pirko · 13 years ago
  72. 61dc346 team: convert overall spinlock to mutex by Jiri Pirko · 13 years ago
  73. 8c0713a team: Do not hold rcu_read_lock when running netlink cmds by Jiri Pirko · 13 years ago
  74. 3d249d4 net: introduce ethernet teaming device by Jiri Pirko · 13 years ago