summaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
Commit message (Expand)AuthorAgeFilesLines
* team: init error value to 0 in team_netpoll_setup()Jiri Pirko2012-07-241-1/+1
* team: add multiqueue supportJiri Pirko2012-07-201-5/+60
* team: refine IFF_XMIT_DST_RELEASE capabilityJiri Pirko2012-07-181-0/+5
* team: add netpoll supportJiri Pirko2012-07-171-0/+113
* team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-121-12/+0Star
* team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-121-0/+6
* team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-301-4/+5
* net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-291-4/+4
* team: do not allow to map disabled portsJiri Pirko2012-06-271-3/+2Star
* team: fix team_adjust_ops with regard to enabled portsJiri Pirko2012-06-271-11/+19
* 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: 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-201-1/+1
* team: introduce array optionsJiri Pirko2012-06-201-23/+52
* team: allow read/write-only optionsJiri Pirko2012-06-201-0/+4
* 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-201-17/+38
* team: add per-port option for enabling/disabling portsJiri Pirko2012-04-211-0/+24
* team: allow to enable/disable portsJiri Pirko2012-04-211-16/+35
* team: add missed "statics"Jiri 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-111-64/+242
* 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
* 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-171-10/+66
* 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-131-0/+1583