summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2019-08-13team: fix possible recursive locking when add slavesHangbin Liu
2019-05-02team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang
2019-02-11team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu
2018-12-16team: Forbid enslaving team device to itselfIdo Schimmel
2018-10-21team: fix netconsole setup over teamXin Long
2018-10-21team: avoid adding twice the same option to the event listPaolo Abeni
2018-06-16team: Fix double free in error pathArkadi Sharshevsky
2017-07-18team: fix memory leaksPan Bian
2016-01-28team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel
2015-03-12team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko
2015-03-12team: fix possible null pointer dereference in team_handle_frameJiri Pirko
2015-01-19team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko
2014-10-15team: avoid race condition in scheduling delayed workJoe Lawrence
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02team: fix mtu settingJiri Pirko
2014-05-24team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-22teaming: fix vlan_features computingMichal Kubeček
2014-04-24team: forbid incorrect fall-through in notifierJiri Pirko
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
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