aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2016-06-24team: don't call netdev_change_features under team->lockIvan Vecera
2016-01-31team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel
2015-08-18net: team: convert to using IFF_NO_QUEUEPhil Sutter
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-03-29team: Don't segment multiple tagged packets on team deviceToshiaki Makita
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-04team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-27team: allow TSO being set on masterJiri Pirko
2015-02-23team: fix possible null pointer dereference in team_handle_frameJiri Pirko
2015-02-01team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellin...Roopa Prabhu
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko
2015-01-12team: Remove dead codeKenneth Williams
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-04team: avoid race condition in scheduling delayed workJoe Lawrence
2014-08-25team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko
2014-08-05team: Simplify return path of team_newlinkToshiaki Makita
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-31team: fix releasing uninitialized pointer to BPF progDaniel Borkmann
2014-07-30net: filter: don't release unattached filter through call_rcu()Pablo Neira
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