summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)AuthorFilesLines
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-05-02team: fix hang in team_mode_get()Taehee Yoo1-0/+4
2020-03-20team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-20team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2019-07-10team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-05-16team: fix possible recursive locking when add slavesHangbin Liu1-0/+6
2019-03-23team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2019-03-23team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang1-22/+5
2018-10-20team: Forbid enslaving team device to itselfIdo Schimmel1-0/+5
2018-06-13team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-04-29team: fix netconsole setup over teamXin Long1-7/+12
2018-04-29team: avoid adding twice the same option to the event listPaolo Abeni1-0/+19
2018-03-31team: Fix double free in error pathArkadi Sharshevsky1-2/+2
2017-10-08team: fix memory leaksPan Bian1-2/+6
2016-06-24team: don't call netdev_change_features under team->lockIvan Vecera1-2/+7
2016-01-31team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel1-3/+3
2015-08-18net: team: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-05-18switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+3
2015-05-13switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-1/+1
2015-05-13switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman1-0/+1
2015-05-13switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman1-1/+1
2015-05-13switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman1-1/+1
2015-05-13switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-2/+2
2015-03-29team: Don't segment multiple tagged packets on team deviceToshiaki Makita1-0/+1
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-03-05team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko1-3/+3
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2015-02-28team: allow TSO being set on masterJiri Pirko1-0/+3
2015-02-23team: fix possible null pointer dereference in team_handle_frameJiri Pirko1-3/+1
2015-02-02team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellin...Roopa Prabhu1-1/+4
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2015-01-15team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko1-2/+14
2015-01-13team: Remove dead codeKenneth Williams1-7/+0
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-0/+3
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-3/+5
2014-10-05team: avoid race condition in scheduling delayed workJoe Lawrence1-2/+2
2014-08-26team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko1-14/+30
2014-08-06team: Simplify return path of team_newlinkToshiaki Makita1-7/+1
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-7/+7
2014-08-01team: fix releasing uninitialized pointer to BPF progDaniel Borkmann1-1/+1
2014-07-31net: filter: don't release unattached filter through call_rcu()Pablo Neira1-1/+5
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-06-03team: fix mtu settingJiri Pirko1-1/+6
2014-05-25team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann1-1/+1
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-5/+5
2014-05-22teaming: fix vlan_features computingMichal Kubeček1-1/+1
2014-04-24team: forbid incorrect fall-through in notifierJiri Pirko1-0/+2
2014-03-30netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-9/+7