aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
Commit message (Expand)AuthorAge
* team: Don't allow team devices to change network namespaces.Weilong Chen2014-01-23
* team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico2014-01-16
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-10
* team: fix master carrier set when user linkup is enabledJiri Pirko2013-11-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-19
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-19
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-19
| * genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
| * genetlink: make all genl_ops users constJohannes Berg2013-11-14
* | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
|/
* net: team: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-03
* team: cleanup netpoll clodestephen hemminger2013-07-26
* team: add support for sending multicast rejoinsJiri Pirko2013-07-23
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-23
* team: add peer notificationJiri Pirko2013-07-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * team: move add to port list before port enablementJiri Pirko2013-06-12
* | team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-12
* | team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2013-06-12
* | team: remove synchronize_rcu() called during queue override changeJiri Pirko2013-06-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
|\|
| * team: fix port list dump for big number of portsJiri Pirko2013-05-31
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-28
|/
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* team: Use new sync_multiple api to sync devices adressess.Vlad Yasevich2013-04-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-12
|\
| * team: unsyc the devices addresses when port is removedVlad Yasevich2013-03-07
* | team: make local function staticstephen hemminger2013-03-09
* | team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-06
|/
* team: allow userspace to take control over carrierFlavio Leitner2013-02-06
* team: move netlink event notifiers after team_port_leave()Jiri Pirko2013-02-04
* team: handle sending port list in the same way option list is sentJiri Pirko2013-02-04
* team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner2013-01-07
* team: remove usage of netdev_set_master()Jiri Pirko2013-01-04
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-04
* team: update master carrier stateFlavio Leitner2013-01-03
* team: add ethtool supportFlavio Leitner2012-12-30
* team: implement carrier changeFlavio Leitner2012-12-30
* team: fix hw_features setupJiri Pirko2012-11-28
* team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-04
* 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