summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2012-11-28team: fix hw_features setupJiri Pirko
2012-11-21team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko
2012-10-04team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27team: fix return value checkWei Yongjun
2012-09-22team: send port changed when addedJiri Pirko
2012-09-21team: send port changed when addedJiri Pirko
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-24team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko
2012-08-24team: don't print warn message on -ESRCH during event sendJiri Pirko
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20team: add support for non-ethernet devicesJiri Pirko
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko
2012-08-03team: add per port priority optionJiri Pirko
2012-08-03team: add signed 32-bit team option typeJiri Pirko
2012-07-24team: init error value to 0 in team_netpoll_setup()Jiri Pirko
2012-07-20team: add multiqueue supportJiri Pirko
2012-07-18team: refine IFF_XMIT_DST_RELEASE capabilityJiri Pirko
2012-07-17team: add netpoll supportJiri Pirko
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