aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-22team: Don't allow team devices to change network namespaces.Weilong Chen
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann
2014-01-16team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2013-11-29team: fix master carrier set when user linkup is enabledJiri Pirko
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-09-03net: team: inherit addr_assign_type along with dev_addrBjørn Mork
2013-07-26team: cleanup netpoll clodestephen hemminger
2013-07-23team: add support for sending multicast rejoinsJiri Pirko
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko
2013-07-23team: add peer notificationJiri Pirko
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko
2013-06-12team: remove synchronize_rcu() called during queue override changeJiri Pirko
2013-06-12team: move add to port list before port enablementJiri Pirko
2013-06-12team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-31team: fix port list dump for big number of portsJiri Pirko
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-15team: Use new sync_multiple api to sync devices adressess.Vlad Yasevich
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-09team: make local function staticstephen hemminger
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich
2013-03-06team: introduce random modeJiri Pirko
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-06team: allow userspace to take control over carrierFlavio Leitner
2013-02-04team: ab: set active port option as changed when port is leavingJiri Pirko
2013-02-04team: move netlink event notifiers after team_port_leave()Jiri Pirko
2013-02-04team: handle sending port list in the same way option list is sentJiri Pirko
2013-01-11drivers/net/team: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-06team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner
2013-01-04team: remove usage of netdev_set_master()Jiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-03team: update master carrier stateFlavio Leitner
2012-12-30team: add ethtool supportFlavio Leitner
2012-12-30team: implement carrier changeFlavio Leitner
2012-11-28team: fix hw_features setupJiri Pirko
2012-11-21team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko
2012-10-04team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet