summaryrefslogtreecommitdiff
path: root/drivers/net/team/team.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-7/+9
2012-07-25team: init error value to 0 in team_netpoll_setup()Jiri Pirko1-1/+1
2012-07-20team: add multiqueue supportJiri Pirko1-5/+60
2012-07-18team: refine IFF_XMIT_DST_RELEASE capabilityJiri Pirko1-0/+5
2012-07-17team: add netpoll supportJiri Pirko1-0/+113
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko1-12/+0
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko1-0/+6
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-4/+5
2012-06-29net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-4/+4
2012-06-27team: do not allow to map disabled portsJiri Pirko1-3/+2
2012-06-27team: fix team_adjust_ops with regard to enabled portsJiri Pirko1-11/+19
2012-06-20team: allow to send multiple set events in one messageJiri Pirko1-24/+9
2012-06-20team: ensure correct order of netlink messages deliveryJiri Pirko1-20/+5
2012-06-20team: implement multipart netlink messages for options transfersJiri Pirko1-82/+116
2012-06-20team: add port_[enabled/disabled] mode callbacksJiri Pirko1-0/+4
2012-06-20team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko1-1/+1
2012-06-20team: allow to specify one option instance to be send to userspaceJiri Pirko1-86/+124
2012-06-20team: fix error path in team_nl_fill_port_list_get()Jiri Pirko1-1/+1
2012-06-20team: fix error path in team_nl_fill_options_get()Jiri Pirko1-1/+1
2012-06-20team: allow async option changesJiri Pirko1-0/+18
2012-06-20team: push array_index and port into separate structureJiri Pirko1-25/+43
2012-06-20team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko1-1/+1
2012-06-20team: introduce array optionsJiri Pirko1-23/+52
2012-06-20team: allow read/write-only optionsJiri Pirko1-0/+4
2012-06-20team: add mode priv to portJiri Pirko1-1/+2
2012-06-20team: for nomode use dummy struct team_modeJiri Pirko1-8/+21
2012-06-20team: make team_mode struct constJiri Pirko1-17/+38
2012-04-22team: add per-port option for enabling/disabling portsJiri Pirko1-0/+24
2012-04-22team: allow to enable/disable portsJiri Pirko1-16/+35
2012-04-11team: add missed "statics"Jiri Pirko1-1/+1
2012-04-11team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko1-9/+63
2012-04-11team: add bool option typeJiri Pirko1-11/+29
2012-04-11team: add support for per-port optionsJiri Pirko1-64/+242
2012-04-05team: add binary option typeJiri Pirko1-4/+26
2012-04-02team: Stop using NLA_PUT*().David S. Miller1-19/+31
2012-02-16net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-01-25team: send only changed options/ports via netlinkJiri Pirko1-46/+90
2011-12-09team: use vlan_vids_[addr/del]_by_devJiri Pirko1-0/+11
2011-12-09net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko1-13/+21
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
2011-11-18team: replace kmalloc+memcpy by kmemdupJiri Pirko1-6/+2
2011-11-18team: avoid using variable-length arrayJiri Pirko1-2/+7
2011-11-18team: add fix_featuresJiri Pirko1-0/+22
2011-11-17team: replicate options on registerJiri Pirko1-10/+66
2011-11-17team: convert overall spinlock to mutexJiri Pirko1-16/+16
2011-11-17team: Do not hold rcu_read_lock when running netlink cmdsJiri Pirko1-6/+5
2011-11-14net: introduce ethernet teaming deviceJiri Pirko1-0/+1583