| Commit message (Expand) | Author | Age | Files | Lines |
* | team: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-11 | 1 | -1/+1 |
* | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 2020-05-07 | 1 | -4/+1 |
* | team: fix nested locking lockdep warning | Taehee Yoo | 2019-10-24 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | net: Add lag.h, net_lag_port_dev_txable() | Petr Machata | 2018-07-11 | 1 | -0/+13 |
* | team: Publish team_port_get_rcu() | Petr Machata | 2018-07-11 | 1 | -0/+5 |
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
* | team: add macro MODULE_ALIAS_TEAM_MODE for team mode alias | Zhang Shengju | 2017-06-02 | 1 | -0/+2 |
* | Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversion | Alex Sidorenko | 2016-10-07 | 1 | -1/+1 |
* | team: track sum of rx_nohandler for all slaves | Jarod Wilson | 2016-02-06 | 1 | -0/+1 |
* | team: fill-up LAG changeupper info struct and pass it along | Jiri Pirko | 2015-12-03 | 1 | -0/+1 |
* | team: fix mtu setting | Jiri Pirko | 2014-06-02 | 1 | -0/+1 |
* | team: add support for sending multicast rejoins | Jiri Pirko | 2013-07-23 | 1 | -0/+6 |
* | team: add peer notification | Jiri Pirko | 2013-07-23 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -2/+2 |
|\ |
|
| * | team: fix checks in team_get_first_port_txable_rcu() | Jiri Pirko | 2013-06-12 | 1 | -2/+2 |
* | | team: remove synchronize_rcu() called during port disable | Jiri Pirko | 2013-06-12 | 1 | -0/+10 |
* | | team: use kfree_rcu instead of synchronize_rcu in team_port_dev | Jiri Pirko | 2013-06-12 | 1 | -0/+1 |
|/ |
|
* | team: introduce random mode | Jiri Pirko | 2013-03-06 | 1 | -0/+20 |
* | team: introduce two default team_modeop functions and use them in modes | Jiri Pirko | 2013-03-06 | 1 | -1/+4 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -4/+2 |
* | team: allow userspace to take control over carrier | Flavio Leitner | 2013-02-06 | 1 | -0/+1 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -96/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 | 1 | -15/+15 |
|\ |
|
| * | netpoll: check netpoll tx status on the right device | Amerigo Wang | 2012-08-14 | 1 | -15/+15 |
* | | team: add support for non-ethernet devices | Jiri Pirko | 2012-08-20 | 1 | -2/+2 |
* | | team: add support for queue override by setting queue_id for port | Jiri Pirko | 2012-08-03 | 1 | -0/+4 |
* | | team: add per port priority option | Jiri Pirko | 2012-08-03 | 1 | -0/+1 |
* | | team: add signed 32-bit team option type | Jiri Pirko | 2012-08-03 | 1 | -0/+2 |
|/ |
|
* | team: add multiqueue support | Jiri Pirko | 2012-07-20 | 1 | -0/+8 |
* | team: add netpoll support | Jiri Pirko | 2012-07-17 | 1 | -0/+33 |
* | team: make team_port_enabled() and team_port_txable() static inline | Jiri Pirko | 2012-07-12 | 1 | -2/+9 |
* | team: use function team_port_txable() for determing enabled and up port | Jiri Pirko | 2012-07-12 | 1 | -0/+1 |
* | team: remove unused rcu_head field from team_port struct | Jiri Pirko | 2012-06-26 | 1 | -1/+0 |
* | team: do not allow to map disabled ports | Jiri Pirko | 2012-06-26 | 1 | -0/+2 |
* | team: add port_[enabled/disabled] mode callbacks | Jiri Pirko | 2012-06-19 | 1 | -0/+2 |
* | team: allow async option changes | Jiri Pirko | 2012-06-19 | 1 | -0/+3 |
* | team: push array_index and port into separate structure | Jiri Pirko | 2012-06-19 | 1 | -2/+7 |
* | team: introduce array options | Jiri Pirko | 2012-06-19 | 1 | -0/+3 |
* | team: add mode priv to port | Jiri Pirko | 2012-06-19 | 1 | -0/+2 |
* | team: make team_mode struct const | Jiri Pirko | 2012-06-19 | 1 | -3/+2 |
* | team: allow to enable/disable ports | Jiri Pirko | 2012-04-21 | 1 | -7/+8 |
* | team: add user_linkup and user_linkup_enabled per-port option | Jiri Pirko | 2012-04-11 | 1 | -8/+18 |
* | team: add bool option type | Jiri Pirko | 2012-04-11 | 1 | -0/+2 |
* | team: add support for per-port options | Jiri Pirko | 2012-04-11 | 1 | -13/+17 |
* | team: add binary option type | Jiri Pirko | 2012-04-04 | 1 | -0/+8 |
* | team: send only changed options/ports via netlink | Jiri Pirko | 2012-01-24 | 1 | -0/+10 |
* | team: replicate options on register | Jiri Pirko | 2011-11-16 | 1 | -4/+4 |
* | team: convert overall spinlock to mutex | Jiri Pirko | 2011-11-16 | 1 | -1/+1 |
* | net: introduce ethernet teaming device | Jiri Pirko | 2011-11-13 | 1 | -0/+242 |