aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
Commit message (Expand)AuthorAge
* team: allow to send multiple set events in one messageJiri Pirko2012-06-19
* team: ensure correct order of netlink messages deliveryJiri Pirko2012-06-19
* team: implement multipart netlink messages for options transfersJiri Pirko2012-06-19
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-19
* team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko2012-06-19
* team: allow to specify one option instance to be send to userspaceJiri Pirko2012-06-19
* team: fix error path in team_nl_fill_port_list_get()Jiri Pirko2012-06-19
* team: fix error path in team_nl_fill_options_get()Jiri Pirko2012-06-19
* team: allow async option changesJiri Pirko2012-06-19
* team: push array_index and port into separate structureJiri Pirko2012-06-19
* team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko2012-06-19
* team: introduce array optionsJiri Pirko2012-06-19
* team: allow read/write-only optionsJiri Pirko2012-06-19
* team: add mode priv to portJiri Pirko2012-06-19
* team: for nomode use dummy struct team_modeJiri Pirko2012-06-19
* team: make team_mode struct constJiri Pirko2012-06-19
* team: add per-port option for enabling/disabling portsJiri Pirko2012-04-21
* team: allow to enable/disable portsJiri Pirko2012-04-21
* team: add missed "statics"Jiri Pirko2012-04-11
* team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko2012-04-11
* team: add bool option typeJiri Pirko2012-04-11
* team: add support for per-port optionsJiri Pirko2012-04-11
* team: add binary option typeJiri Pirko2012-04-04
* team: Stop using NLA_PUT*().David S. Miller2012-04-02
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-15
* team: send only changed options/ports via netlinkJiri Pirko2012-01-24
* team: use vlan_vids_[addr/del]_by_devJiri Pirko2011-12-08
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-08
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-08
* team: replace kmalloc+memcpy by kmemdupJiri Pirko2011-11-18
* team: avoid using variable-length arrayJiri Pirko2011-11-18
* team: add fix_featuresJiri Pirko2011-11-18
* team: replicate options on registerJiri Pirko2011-11-16
* team: convert overall spinlock to mutexJiri Pirko2011-11-16
* team: Do not hold rcu_read_lock when running netlink cmdsJiri Pirko2011-11-16
* net: introduce ethernet teaming deviceJiri Pirko2011-11-13