aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-09team: make local function staticstephen hemminger1-3/+3
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich1-0/+2
2013-03-06team: introduce random modeJiri Pirko4-21/+85
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko3-27/+20
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+1
2013-02-06team: allow userspace to take control over carrierFlavio Leitner1-0/+8
2013-02-04team: ab: set active port option as changed when port is leavingJiri Pirko1-1/+12
2013-02-04team: move netlink event notifiers after team_port_leave()Jiri Pirko1-4/+6
2013-02-04team: handle sending port list in the same way option list is sentJiri Pirko1-84/+93
2013-01-11drivers/net/team: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-06team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner1-2/+2
2013-01-04team: remove usage of netdev_set_master()Jiri Pirko1-6/+7
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-2/+0
2013-01-03team: update master carrier stateFlavio Leitner1-2/+22
2012-12-30team: add ethtool supportFlavio Leitner1-0/+17
2012-12-30team: implement carrier changeFlavio Leitner1-0/+10
2012-11-28team: fix hw_features setupJiri Pirko1-1/+3
2012-11-21team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko1-3/+3
2012-10-04team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet1-0/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2012-09-27team: fix return value checkWei Yongjun1-6/+6
2012-09-22team: send port changed when addedJiri Pirko1-8/+24
2012-09-21team: send port changed when addedJiri Pirko1-8/+25
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-19/+19
2012-08-24team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko1-0/+7
2012-08-24team: don't print warn message on -ESRCH during event sendJiri Pirko1-4/+4
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2012-08-20team: add support for non-ethernet devicesJiri Pirko4-32/+77
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-7/+9
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko1-2/+161
2012-08-03team: add per port priority optionJiri Pirko1-0/+25
2012-08-03team: add signed 32-bit team option typeJiri Pirko1-0/+12
2012-07-24team: 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 Pirko5-10/+119
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko1-12/+0
2012-07-12team: add broadcast modeJiri Pirko3-1/+101
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko2-3/+9
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-4/+5
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-4/+4
2012-06-26team: do not allow to map disabled portsJiri Pirko2-4/+4
2012-06-26team: fix team_adjust_ops with regard to enabled portsJiri Pirko1-11/+19
2012-06-20team: do RCU update path fixupsJiri Pirko2-6/+16
2012-06-20team: Revert previous two changes.David S. Miller2-11/+6
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2-5/+10
2012-06-19team: use rcu_dereference_bh() in tx pathJiri Pirko2-4/+4
2012-06-19team: allow to send multiple set events in one messageJiri Pirko1-24/+9
2012-06-19team: ensure correct order of netlink messages deliveryJiri Pirko1-20/+5