Commit Graph

74 Commits (d463f4719a2fa883bc0bb1fb67e6fea2307aa6df)

Author SHA1 Message Date
Jiri Pirko 3ed7147189 team: fix hw_features setup 12 years ago
Jiri Pirko 403f43c937 team: bcast: convert return value of team_dev_queue_xmit() to bool correctly 12 years ago
Eric Dumazet b3c581d5d7 team: set qdisc_tx_busylock to avoid LOCKDEP splat 13 years ago
Wei Yongjun a326e6dd31 team: fix return value check 13 years ago
Jiri Pirko 0b121fd28d team: send port changed when added 13 years ago
Jiri Pirko 10f3f51d56 team: send port changed when added 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Jiri Pirko 2c33bb37cb team: do not allow to add VLAN challenged port when vlan is used 13 years ago
Jiri Pirko 0c7517e9fa team: don't print warn message on -ESRCH during event send 13 years ago
Jiri Pirko 1d76efe157 team: add support for non-ethernet devices 13 years ago
Amerigo Wang 47be03a28c netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() 13 years ago
Jiri Pirko 8ff5105a2b team: add support for queue override by setting queue_id for port 13 years ago
Jiri Pirko a86fc6b7d6 team: add per port priority option 13 years ago
Jiri Pirko 69821638b2 team: add signed 32-bit team option type 13 years ago
Jiri Pirko 3324d024ba team: init error value to 0 in team_netpoll_setup() 13 years ago
Jiri Pirko 6c85f2bdda team: add multiqueue support 13 years ago
Jiri Pirko dc9059512c team: refine IFF_XMIT_DST_RELEASE capability 13 years ago
Jiri Pirko bd2d0837ab team: add netpoll support 13 years ago
Jiri Pirko 68c450426a team: make team_port_enabled() and team_port_txable() static inline 13 years ago
Jiri Pirko 5fc889911a team: add broadcast mode 13 years ago
Jiri Pirko 6e88e1357c team: use function team_port_txable() for determing enabled and up port 13 years ago
Jiri Pirko 5a1d1c8c78 team: use IFF_LIVE_ADDR_CHANGE priv_flag 13 years ago
Thomas Graf 58050fce35 net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() 13 years ago
Jiri Pirko 52a4fd7780 team: do not allow to map disabled ports 13 years ago
Jiri Pirko 122bb046bc team: fix team_adjust_ops with regard to enabled ports 13 years ago
Jiri Pirko 6dab015cf8 team: do RCU update path fixups 13 years ago
David S. Miller f643776e4d team: Revert previous two changes. 13 years ago
Jiri Pirko d8dbd96e50 team: use RCU_INIT_POINTER for NULL assignment of RCU pointer 13 years ago
Jiri Pirko b443a2307d team: use rcu_access_pointer to access RCU pointer by writer 13 years ago
Jiri Pirko d1904fbd88 team: use rcu_dereference_bh() in tx path 13 years ago
Jiri Pirko 2fcdb2c9e6 team: allow to send multiple set events in one message 13 years ago
Jiri Pirko 35b384bd14 team: ensure correct order of netlink messages delivery 13 years ago
Jiri Pirko 9b00cf2d10 team: implement multipart netlink messages for options transfers 13 years ago
Jiri Pirko ab8250d700 team: lb: introduce infrastructure for userspace driven tx loadbalancing 13 years ago
Jiri Pirko 4bccfd17e1 team: add port_[enabled/disabled] mode callbacks 13 years ago
Jiri Pirko f88725ffb0 team: pass NULL to __team_option_inst_add() instead of 0 13 years ago
Jiri Pirko 01048d9a29 team: allow to specify one option instance to be send to userspace 13 years ago
Jiri Pirko 3221c64603 team: fix error path in team_nl_fill_port_list_get() 13 years ago
Jiri Pirko 75db986a6b team: fix error path in team_nl_fill_options_get() 13 years ago
Jiri Pirko 0f1aad2b7f team: allow async option changes 13 years ago
Jiri Pirko 85d59a8724 team: push array_index and port into separate structure 13 years ago
Jiri Pirko 0d572e45f7 team: comments: s/net\/drivers\/team/drivers\/net\/team/ 13 years ago
Jiri Pirko b13033262d team: introduce array options 13 years ago
Jiri Pirko f82b959d26 team: allow read/write-only options 13 years ago
Jiri Pirko 596e2024c4 team: lb: push hash counting into separate function 13 years ago
Jiri Pirko 5149ee5838 team: add mode priv to port 13 years ago
Jiri Pirko d299cd5116 team: for nomode use dummy struct team_mode 13 years ago
Jiri Pirko 0402788a6c team: make team_mode struct const 13 years ago
Jiri Pirko acd6996234 team: add per-port option for enabling/disabling ports 13 years ago
Jiri Pirko 19a0b58e50 team: allow to enable/disable ports 13 years ago