summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
AgeCommit message (Expand)AuthorLines
2013-06-12team: move add to port list before port enablementJiri Pirko-1/+1
2013-06-12team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko-0/+4
2013-05-31team: fix port list dump for big number of portsJiri Pirko-3/+4
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy-5/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-3/+3
2013-04-15team: Use new sync_multiple api to sync devices adressess.Vlad Yasevich-2/+2
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2013-03-09team: make local function staticstephen hemminger-3/+3
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich-0/+2
2013-03-06team: introduce random modeJiri Pirko-21/+85
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko-27/+20
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2013-02-06team: allow userspace to take control over carrierFlavio Leitner-0/+8
2013-02-04team: ab: set active port option as changed when port is leavingJiri Pirko-1/+12
2013-02-04team: move netlink event notifiers after team_port_leave()Jiri Pirko-4/+6
2013-02-04team: handle sending port list in the same way option list is sentJiri Pirko-84/+93
2013-01-11drivers/net/team: remove depends on CONFIG_EXPERIMENTALKees Cook-2/+1
2013-01-06team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner-2/+2
2013-01-04team: remove usage of netdev_set_master()Jiri Pirko-6/+7
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko-2/+0
2013-01-03team: update master carrier stateFlavio Leitner-2/+22
2012-12-30team: add ethtool supportFlavio Leitner-0/+17
2012-12-30team: implement carrier changeFlavio Leitner-0/+10
2012-11-28team: fix hw_features setupJiri Pirko-1/+3
2012-11-21team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko-3/+3
2012-10-04team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet-0/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+6
2012-09-27team: fix return value checkWei Yongjun-6/+6
2012-09-22team: send port changed when addedJiri Pirko-8/+24
2012-09-21team: send port changed when addedJiri Pirko-8/+25
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-19/+19
2012-08-24team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko-0/+7
2012-08-24team: don't print warn message on -ESRCH during event sendJiri Pirko-4/+4
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+9
2012-08-20team: add support for non-ethernet devicesJiri Pirko-32/+77
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang-7/+9
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko-2/+161
2012-08-03team: add per port priority optionJiri Pirko-0/+25
2012-08-03team: add signed 32-bit team option typeJiri Pirko-0/+12
2012-07-24team: init error value to 0 in team_netpoll_setup()Jiri Pirko-1/+1
2012-07-20team: add multiqueue supportJiri Pirko-5/+60
2012-07-18team: refine IFF_XMIT_DST_RELEASE capabilityJiri Pirko-0/+5
2012-07-17team: add netpoll supportJiri Pirko-10/+119
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko-12/+0
2012-07-12team: add broadcast modeJiri Pirko-1/+101
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko-3/+9
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko-4/+5
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf-4/+4
2012-06-26team: do not allow to map disabled portsJiri Pirko-4/+4