aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAge
* 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: check return value of team_get_port_by_index_rcu() for NULLJiri 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
|/
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-07
* 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 random modeJiri Pirko2013-03-06
* | team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-06
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\
| * drivers/net/team: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
* | team: allow userspace to take control over carrierFlavio Leitner2013-02-06
* | team: ab: set active port option as changed when port is leavingJiri Pirko2013-02-04
* | 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: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko2012-11-21
* 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