summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+1
|\
| * drivers/net/team: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
* | team: allow userspace to take control over carrierFlavio Leitner2013-02-061-0/+8
* | team: ab: set active port option as changed when port is leavingJiri Pirko2013-02-041-1/+12
* | team: move netlink event notifiers after team_port_leave()Jiri Pirko2013-02-041-4/+6
* | team: handle sending port list in the same way option list is sentJiri Pirko2013-02-041-84/+93
* | team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner2013-01-061-2/+2
* | team: remove usage of netdev_set_master()Jiri Pirko2013-01-041-6/+7
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-2/+0
* | team: update master carrier stateFlavio Leitner2013-01-031-2/+22
* | team: add ethtool supportFlavio Leitner2012-12-301-0/+17
* | team: implement carrier changeFlavio Leitner2012-12-301-0/+10
|/
* team: fix hw_features setupJiri Pirko2012-11-281-1/+3
* team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko2012-11-211-3/+3
* team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-7/+6
|\
| * team: fix return value checkWei Yongjun2012-09-271-6/+6
| * team: send port changed when addedJiri Pirko2012-09-221-8/+24
* | team: send port changed when addedJiri Pirko2012-09-211-8/+25
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-19/+19
* | team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko2012-08-241-0/+7
* | team: don't print warn message on -ESRCH during event sendJiri Pirko2012-08-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-7/+9
|\ \ | |/
| * netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-7/+9
* | team: add support for non-ethernet devicesJiri Pirko2012-08-204-32/+77
* | team: add support for queue override by setting queue_id for portJiri Pirko2012-08-031-2/+161
* | team: add per port priority optionJiri Pirko2012-08-031-0/+25
* | team: add signed 32-bit team option typeJiri Pirko2012-08-031-0/+12
|/
* 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-175-10/+119
* team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-121-12/+0
* team: add broadcast modeJiri Pirko2012-07-123-1/+101
* team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-122-3/+9
* 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-281-4/+4
* team: do not allow to map disabled portsJiri Pirko2012-06-262-4/+4
* team: fix team_adjust_ops with regard to enabled portsJiri Pirko2012-06-261-11/+19
* team: do RCU update path fixupsJiri Pirko2012-06-202-6/+16
* team: Revert previous two changes.David S. Miller2012-06-202-11/+6
* 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-192-4/+4
* team: allow to send multiple set events in one messageJiri Pirko2012-06-191-24/+9
* team: ensure correct order of netlink messages deliveryJiri Pirko2012-06-191-20/+5
* team: implement multipart netlink messages for options transfersJiri Pirko2012-06-191-82/+116
* team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko2012-06-191-17/+500
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-191-0/+4
* team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko2012-06-191-1/+1
OpenPOWER on IntegriCloud