index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
team
Age
Commit message (
Expand
)
Author
2012-08-14
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-07-24
team: init error value to 0 in team_netpoll_setup()
Jiri Pirko
2012-07-20
team: add multiqueue support
Jiri Pirko
2012-07-18
team: refine IFF_XMIT_DST_RELEASE capability
Jiri Pirko
2012-07-17
team: add netpoll support
Jiri Pirko
2012-07-12
team: make team_port_enabled() and team_port_txable() static inline
Jiri Pirko
2012-07-12
team: add broadcast mode
Jiri Pirko
2012-07-12
team: use function team_port_txable() for determing enabled and up port
Jiri Pirko
2012-06-30
team: use IFF_LIVE_ADDR_CHANGE priv_flag
Jiri Pirko
2012-06-28
net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()
Thomas Graf
2012-06-26
team: do not allow to map disabled ports
Jiri Pirko
2012-06-26
team: fix team_adjust_ops with regard to enabled ports
Jiri Pirko
2012-06-20
team: do RCU update path fixups
Jiri Pirko
2012-06-20
team: Revert previous two changes.
David S. Miller
2012-06-20
team: use RCU_INIT_POINTER for NULL assignment of RCU pointer
Jiri Pirko
2012-06-20
team: use rcu_access_pointer to access RCU pointer by writer
Jiri Pirko
2012-06-19
team: use rcu_dereference_bh() in tx path
Jiri Pirko
2012-06-19
team: allow to send multiple set events in one message
Jiri Pirko
2012-06-19
team: ensure correct order of netlink messages delivery
Jiri Pirko
2012-06-19
team: implement multipart netlink messages for options transfers
Jiri Pirko
2012-06-19
team: lb: introduce infrastructure for userspace driven tx loadbalancing
Jiri Pirko
2012-06-19
team: add port_[enabled/disabled] mode callbacks
Jiri Pirko
2012-06-19
team: pass NULL to __team_option_inst_add() instead of 0
Jiri Pirko
2012-06-19
team: allow to specify one option instance to be send to userspace
Jiri Pirko
2012-06-19
team: fix error path in team_nl_fill_port_list_get()
Jiri Pirko
2012-06-19
team: fix error path in team_nl_fill_options_get()
Jiri Pirko
2012-06-19
team: allow async option changes
Jiri Pirko
2012-06-19
team: push array_index and port into separate structure
Jiri Pirko
2012-06-19
team: comments: s/net\/drivers\/team/drivers\/net\/team/
Jiri Pirko
2012-06-19
team: introduce array options
Jiri Pirko
2012-06-19
team: allow read/write-only options
Jiri Pirko
2012-06-19
team: lb: push hash counting into separate function
Jiri Pirko
2012-06-19
team: add mode priv to port
Jiri Pirko
2012-06-19
team: for nomode use dummy struct team_mode
Jiri Pirko
2012-06-19
team: make team_mode struct const
Jiri Pirko
2012-04-21
team: add per-port option for enabling/disabling ports
Jiri Pirko
2012-04-21
team: allow to enable/disable ports
Jiri Pirko
2012-04-21
team: lb: let userspace care about port macs
Jiri Pirko
2012-04-11
team: add missed "statics"
Jiri Pirko
2012-04-11
team: ab: walk through port list non-rcu
Jiri Pirko
2012-04-11
team: add user_linkup and user_linkup_enabled per-port option
Jiri Pirko
2012-04-11
team: add bool option type
Jiri Pirko
2012-04-11
team: add support for per-port options
Jiri Pirko
2012-04-04
team: add loadbalance mode
Jiri Pirko
2012-04-04
team: add binary option type
Jiri Pirko
2012-04-02
team: Stop using NLA_PUT*().
David S. Miller
2012-02-15
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2012-01-24
team: send only changed options/ports via netlink
Jiri Pirko
2011-12-08
team: use vlan_vids_[addr/del]_by_dev
Jiri Pirko
2011-12-08
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...
Jiri Pirko
[next]