summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* team: do not allow to map disabled portsJiri Pirko2012-06-272-4/+4
* team: fix team_adjust_ops with regard to enabled portsJiri Pirko2012-06-271-11/+19
* team: do RCU update path fixupsJiri Pirko2012-06-202-6/+16
* team: Revert previous two changes.David S. Miller2012-06-202-11/+6Star
* team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko2012-06-201-1/+1
* team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2012-06-202-5/+10
* team: use rcu_dereference_bh() in tx pathJiri Pirko2012-06-202-4/+4
* team: allow to send multiple set events in one messageJiri Pirko2012-06-201-24/+9Star
* team: ensure correct order of netlink messages deliveryJiri Pirko2012-06-201-20/+5Star
* team: implement multipart netlink messages for options transfersJiri Pirko2012-06-201-82/+116
* team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko2012-06-201-17/+500
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-201-0/+4
* team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko2012-06-201-1/+1
* team: allow to specify one option instance to be send to userspaceJiri Pirko2012-06-201-86/+124
* team: fix error path in team_nl_fill_port_list_get()Jiri Pirko2012-06-201-1/+1
* team: fix error path in team_nl_fill_options_get()Jiri Pirko2012-06-201-1/+1
* team: allow async option changesJiri Pirko2012-06-201-0/+18
* team: push array_index and port into separate structureJiri Pirko2012-06-201-25/+43
* team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko2012-06-203-3/+3
* team: introduce array optionsJiri Pirko2012-06-201-23/+52
* team: allow read/write-only optionsJiri Pirko2012-06-201-0/+4
* team: lb: push hash counting into separate functionJiri Pirko2012-06-201-7/+16
* team: add mode priv to portJiri Pirko2012-06-201-1/+2
* team: for nomode use dummy struct team_modeJiri Pirko2012-06-201-8/+21
* team: make team_mode struct constJiri Pirko2012-06-204-20/+41
* team: add per-port option for enabling/disabling portsJiri Pirko2012-04-211-0/+24
* team: allow to enable/disable portsJiri Pirko2012-04-213-18/+37
* team: lb: let userspace care about port macsJiri Pirko2012-04-211-12/+0Star
* team: add missed "statics"Jiri Pirko2012-04-113-5/+5
* team: ab: walk through port list non-rcuJiri Pirko2012-04-111-1/+1
* team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko2012-04-111-9/+63
* team: add bool option typeJiri Pirko2012-04-111-11/+29
* team: add support for per-port optionsJiri Pirko2012-04-113-87/+261
* team: add loadbalance modeJiri Pirko2012-04-053-0/+200
* team: add binary option typeJiri Pirko2012-04-051-4/+26
* team: Stop using NLA_PUT*().David S. Miller2012-04-021-19/+31
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2
* team: send only changed options/ports via netlinkJiri Pirko2012-01-241-46/+90
* team: use vlan_vids_[addr/del]_by_devJiri Pirko2011-12-091-0/+11
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-091-13/+21
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-2/+6
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-1/+1
* team: replace kmalloc+memcpy by kmemdupJiri Pirko2011-11-181-6/+2Star
* team: avoid using variable-length arrayJiri Pirko2011-11-181-2/+7
* team: add fix_featuresJiri Pirko2011-11-181-0/+22
* team: replicate options on registerJiri Pirko2011-11-172-13/+68
* team: convert overall spinlock to mutexJiri Pirko2011-11-171-16/+16
* team: Do not hold rcu_read_lock when running netlink cmdsJiri Pirko2011-11-171-6/+5Star
* net: introduce ethernet teaming deviceJiri Pirko2011-11-135-0/+1877