aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
|\
| * team: fix return value checkWei Yongjun2012-09-27
| * team: send port changed when addedJiri Pirko2012-09-22
* | team: send port changed when addedJiri Pirko2012-09-21
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* | team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko2012-08-24
* | team: don't print warn message on -ESRCH during event sendJiri Pirko2012-08-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-22
|\|
| * netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-14
* | team: add support for non-ethernet devicesJiri Pirko2012-08-20
* | team: add support for queue override by setting queue_id for portJiri Pirko2012-08-03
* | team: add per port priority optionJiri Pirko2012-08-03
* | team: add signed 32-bit team option typeJiri Pirko2012-08-03
|/
* team: init error value to 0 in team_netpoll_setup()Jiri Pirko2012-07-24
* team: add multiqueue supportJiri Pirko2012-07-20
* team: refine IFF_XMIT_DST_RELEASE capabilityJiri Pirko2012-07-18
* team: add netpoll supportJiri Pirko2012-07-17
* team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-12
* team: add broadcast modeJiri Pirko2012-07-12
* team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-12
* team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-30
* net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-28
* team: do not allow to map disabled portsJiri Pirko2012-06-27
* team: fix team_adjust_ops with regard to enabled portsJiri Pirko2012-06-27
* team: do RCU update path fixupsJiri Pirko2012-06-20
* team: Revert previous two changes.David S. Miller2012-06-20
* team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko2012-06-20
* team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2012-06-20
* team: use rcu_dereference_bh() in tx pathJiri Pirko2012-06-19
* team: allow to send multiple set events in one messageJiri Pirko2012-06-19
* team: ensure correct order of netlink messages deliveryJiri Pirko2012-06-19
* team: implement multipart netlink messages for options transfersJiri Pirko2012-06-19
* team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko2012-06-19
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-19
* team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko2012-06-19
* team: allow to specify one option instance to be send to userspaceJiri Pirko2012-06-19
* team: fix error path in team_nl_fill_port_list_get()Jiri Pirko2012-06-19
* team: fix error path in team_nl_fill_options_get()Jiri Pirko2012-06-19
* team: allow async option changesJiri Pirko2012-06-19
* team: push array_index and port into separate structureJiri Pirko2012-06-19
* team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko2012-06-19
* team: introduce array optionsJiri Pirko2012-06-19
* team: allow read/write-only optionsJiri Pirko2012-06-19
* team: lb: push hash counting into separate functionJiri Pirko2012-06-19
* team: add mode priv to portJiri Pirko2012-06-19
* team: for nomode use dummy struct team_modeJiri Pirko2012-06-19
* team: make team_mode struct constJiri Pirko2012-06-19
* team: add per-port option for enabling/disabling portsJiri Pirko2012-04-21
* team: allow to enable/disable portsJiri Pirko2012-04-21
* team: lb: let userspace care about port macsJiri Pirko2012-04-21