summaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
AgeCommit message (Expand)AuthorLines
2015-03-04team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko-3/+3
2015-02-23team: fix possible null pointer dereference in team_handle_frameJiri Pirko-3/+1
2015-02-01team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellin...Roopa Prabhu-1/+4
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+14
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko-2/+14
2015-01-12team: Remove dead codeKenneth Williams-7/+0
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček-0/+3
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-3/+5
2014-10-04team: avoid race condition in scheduling delayed workJoe Lawrence-2/+2
2014-08-25team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko-14/+30
2014-08-05team: Simplify return path of team_newlinkToshiaki Makita-7/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2014-06-02team: fix mtu settingJiri Pirko-1/+6
2014-05-22teaming: fix vlan_features computingMichal Kubeček-1/+1
2014-04-24team: forbid incorrect fall-through in notifierJiri Pirko-0/+2
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman-9/+7
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-2/+2
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann-1/+1
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong-7/+1
2014-01-22team: Don't allow team devices to change network namespaces.Weilong Chen-0/+4
2014-01-16team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico-1/+1
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang-1/+2
2013-11-29team: fix master carrier set when user linkup is enabledJiri Pirko-0/+4
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+7
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-20/+5
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-2/+3
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-0/+6
2013-09-03net: team: inherit addr_assign_type along with dev_addrBjørn Mork-1/+1
2013-07-26team: cleanup netpoll clodestephen hemminger-17/+8
2013-07-23team: add support for sending multicast rejoinsJiri Pirko-0/+85
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko-0/+4
2013-07-23team: add peer notificationJiri Pirko-0/+87
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko-15/+5
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko-2/+1
2013-06-12team: remove synchronize_rcu() called during queue override changeJiri Pirko-16/+47
2013-06-12team: move add to port list before port enablementJiri Pirko-1/+1
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2013-05-31team: fix port list dump for big number of portsJiri Pirko-3/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-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