Age | Commit message (Expand) | Author | Files | Lines |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+6 |
2012-09-27 | team: fix return value check | Wei Yongjun | 1 | -6/+6 |
2012-09-22 | team: send port changed when added | Jiri Pirko | 1 | -8/+24 |
2012-09-21 | team: send port changed when added | Jiri Pirko | 1 | -8/+25 |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -19/+19 |
2012-08-24 | team: do not allow to add VLAN challenged port when vlan is used | Jiri Pirko | 1 | -0/+7 |
2012-08-24 | team: don't print warn message on -ESRCH during event send | Jiri Pirko | 1 | -4/+4 |
2012-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+9 |
2012-08-20 | team: add support for non-ethernet devices | Jiri Pirko | 1 | -22/+67 |
2012-08-15 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -7/+9 |
2012-08-04 | team: add support for queue override by setting queue_id for port | Jiri Pirko | 1 | -2/+161 |
2012-08-04 | team: add per port priority option | Jiri Pirko | 1 | -0/+25 |
2012-08-04 | team: add signed 32-bit team option type | Jiri Pirko | 1 | -0/+12 |
2012-07-25 | team: init error value to 0 in team_netpoll_setup() | Jiri Pirko | 1 | -1/+1 |
2012-07-20 | team: add multiqueue support | Jiri Pirko | 1 | -5/+60 |
2012-07-18 | team: refine IFF_XMIT_DST_RELEASE capability | Jiri Pirko | 1 | -0/+5 |
2012-07-17 | team: add netpoll support | Jiri Pirko | 1 | -0/+113 |
2012-07-12 | team: make team_port_enabled() and team_port_txable() static inline | Jiri Pirko | 1 | -12/+0 |
2012-07-12 | team: use function team_port_txable() for determing enabled and up port | Jiri Pirko | 1 | -0/+6 |
2012-06-30 | team: use IFF_LIVE_ADDR_CHANGE priv_flag | Jiri Pirko | 1 | -4/+5 |
2012-06-29 | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() | Thomas Graf | 1 | -4/+4 |
2012-06-27 | team: do not allow to map disabled ports | Jiri Pirko | 1 | -3/+2 |
2012-06-27 | team: fix team_adjust_ops with regard to enabled ports | Jiri Pirko | 1 | -11/+19 |
2012-06-20 | team: allow to send multiple set events in one message | Jiri Pirko | 1 | -24/+9 |
2012-06-20 | team: ensure correct order of netlink messages delivery | Jiri Pirko | 1 | -20/+5 |
2012-06-20 | team: implement multipart netlink messages for options transfers | Jiri Pirko | 1 | -82/+116 |
2012-06-20 | team: add port_[enabled/disabled] mode callbacks | Jiri Pirko | 1 | -0/+4 |
2012-06-20 | team: pass NULL to __team_option_inst_add() instead of 0 | Jiri Pirko | 1 | -1/+1 |
2012-06-20 | team: allow to specify one option instance to be send to userspace | Jiri Pirko | 1 | -86/+124 |
2012-06-20 | team: fix error path in team_nl_fill_port_list_get() | Jiri Pirko | 1 | -1/+1 |
2012-06-20 | team: fix error path in team_nl_fill_options_get() | Jiri Pirko | 1 | -1/+1 |
2012-06-20 | team: allow async option changes | Jiri Pirko | 1 | -0/+18 |
2012-06-20 | team: push array_index and port into separate structure | Jiri Pirko | 1 | -25/+43 |
2012-06-20 | team: comments: s/net\/drivers\/team/drivers\/net\/team/ | Jiri Pirko | 1 | -1/+1 |
2012-06-20 | team: introduce array options | Jiri Pirko | 1 | -23/+52 |
2012-06-20 | team: allow read/write-only options | Jiri Pirko | 1 | -0/+4 |
2012-06-20 | team: add mode priv to port | Jiri Pirko | 1 | -1/+2 |
2012-06-20 | team: for nomode use dummy struct team_mode | Jiri Pirko | 1 | -8/+21 |
2012-06-20 | team: make team_mode struct const | Jiri Pirko | 1 | -17/+38 |
2012-04-22 | team: add per-port option for enabling/disabling ports | Jiri Pirko | 1 | -0/+24 |
2012-04-22 | team: allow to enable/disable ports | Jiri Pirko | 1 | -16/+35 |
2012-04-11 | team: add missed "statics" | Jiri Pirko | 1 | -1/+1 |
2012-04-11 | team: add user_linkup and user_linkup_enabled per-port option | Jiri Pirko | 1 | -9/+63 |
2012-04-11 | team: add bool option type | Jiri Pirko | 1 | -11/+29 |
2012-04-11 | team: add support for per-port options | Jiri Pirko | 1 | -64/+242 |
2012-04-05 | team: add binary option type | Jiri Pirko | 1 | -4/+26 |
2012-04-02 | team: Stop using NLA_PUT*(). | David S. Miller | 1 | -19/+31 |
2012-02-16 | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 1 | -1/+2 |
2012-01-25 | team: send only changed options/ports via netlink | Jiri Pirko | 1 | -46/+90 |
2011-12-09 | team: use vlan_vids_[addr/del]_by_dev | Jiri Pirko | 1 | -0/+11 |