aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko
2012-07-12team: add broadcast modeJiri Pirko
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf
2012-06-26team: do not allow to map disabled portsJiri Pirko
2012-06-26team: fix team_adjust_ops with regard to enabled portsJiri Pirko
2012-06-20team: do RCU update path fixupsJiri Pirko
2012-06-20team: Revert previous two changes.David S. Miller
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko
2012-06-19team: use rcu_dereference_bh() in tx pathJiri Pirko
2012-06-19team: allow to send multiple set events in one messageJiri Pirko
2012-06-19team: ensure correct order of netlink messages deliveryJiri Pirko
2012-06-19team: implement multipart netlink messages for options transfersJiri Pirko
2012-06-19team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko
2012-06-19team: add port_[enabled/disabled] mode callbacksJiri Pirko
2012-06-19team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko
2012-06-19team: allow to specify one option instance to be send to userspaceJiri Pirko
2012-06-19team: fix error path in team_nl_fill_port_list_get()Jiri Pirko
2012-06-19team: fix error path in team_nl_fill_options_get()Jiri Pirko
2012-06-19team: allow async option changesJiri Pirko
2012-06-19team: push array_index and port into separate structureJiri Pirko
2012-06-19team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko
2012-06-19team: introduce array optionsJiri Pirko
2012-06-19team: allow read/write-only optionsJiri Pirko
2012-06-19team: lb: push hash counting into separate functionJiri Pirko
2012-06-19team: add mode priv to portJiri Pirko
2012-06-19team: for nomode use dummy struct team_modeJiri Pirko
2012-06-19team: make team_mode struct constJiri Pirko
2012-04-21team: add per-port option for enabling/disabling portsJiri Pirko
2012-04-21team: allow to enable/disable portsJiri Pirko
2012-04-21team: lb: let userspace care about port macsJiri Pirko
2012-04-11team: add missed "statics"Jiri Pirko
2012-04-11team: ab: walk through port list non-rcuJiri Pirko
2012-04-11team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko
2012-04-11team: add bool option typeJiri Pirko
2012-04-11team: add support for per-port optionsJiri Pirko
2012-04-04team: add loadbalance modeJiri Pirko
2012-04-04team: add binary option typeJiri Pirko
2012-04-02team: Stop using NLA_PUT*().David S. Miller
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-01-24team: send only changed options/ports via netlinkJiri Pirko
2011-12-08team: use vlan_vids_[addr/del]_by_devJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-11-18team: replace kmalloc+memcpy by kmemdupJiri Pirko
2011-11-18team: avoid using variable-length arrayJiri Pirko
2011-11-18team: add fix_featuresJiri Pirko