Age | Commit message (Expand) | Author | Files | Lines |
2013-09-04 | net: team: inherit addr_assign_type along with dev_addr | Bjørn Mork | 1 | -1/+1 |
2013-07-27 | team: cleanup netpoll clode | stephen hemminger | 1 | -17/+8 |
2013-07-24 | team: add support for sending multicast rejoins | Jiri Pirko | 1 | -0/+85 |
2013-07-24 | net: convert resend IGMP to notifier event | Jiri Pirko | 1 | -0/+4 |
2013-07-24 | team: add peer notification | Jiri Pirko | 1 | -0/+87 |
2013-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -1/+5 |
2013-06-12 | team: remove synchronize_rcu() called during port disable | Jiri Pirko | 3 | -18/+8 |
2013-06-12 | team: use kfree_rcu instead of synchronize_rcu in team_port_dev | Jiri Pirko | 1 | -2/+1 |
2013-06-12 | team: remove synchronize_rcu() called during queue override change | Jiri Pirko | 1 | -16/+47 |
2013-06-12 | team: move add to port list before port enablement | Jiri Pirko | 1 | -1/+1 |
2013-06-12 | team: check return value of team_get_port_by_index_rcu() for NULL | Jiri Pirko | 2 | -0/+4 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2013-06-01 | team: fix port list dump for big number of ports | Jiri Pirko | 1 | -3/+4 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -1/+1 |
2013-05-08 | drivers/net: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 1 | -5/+5 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -3/+3 |
2013-04-16 | team: Use new sync_multiple api to sync devices adressess. | Vlad Yasevich | 1 | -2/+2 |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2013-03-10 | team: make local function static | stephen hemminger | 1 | -3/+3 |
2013-03-08 | team: unsyc the devices addresses when port is removed | Vlad Yasevich | 1 | -0/+2 |
2013-03-06 | team: introduce random mode | Jiri Pirko | 4 | -21/+85 |
2013-03-06 | team: introduce two default team_modeop functions and use them in modes | Jiri Pirko | 3 | -27/+20 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
2013-02-07 | team: allow userspace to take control over carrier | Flavio Leitner | 1 | -0/+8 |
2013-02-04 | team: ab: set active port option as changed when port is leaving | Jiri Pirko | 1 | -1/+12 |
2013-02-04 | team: move netlink event notifiers after team_port_leave() | Jiri Pirko | 1 | -4/+6 |
2013-02-04 | team: handle sending port list in the same way option list is sent | Jiri Pirko | 1 | -84/+93 |
2013-01-11 | drivers/net/team: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+1 |
2013-01-07 | team: use strlcpy with ethtool_drvinfo fields | Flavio Leitner | 1 | -2/+2 |
2013-01-05 | team: remove usage of netdev_set_master() | Jiri Pirko | 1 | -6/+7 |
2013-01-04 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 1 | -2/+0 |
2013-01-03 | team: update master carrier state | Flavio Leitner | 1 | -2/+22 |
2012-12-30 | team: add ethtool support | Flavio Leitner | 1 | -0/+17 |
2012-12-30 | team: implement carrier change | Flavio Leitner | 1 | -0/+10 |
2012-11-28 | team: fix hw_features setup | Jiri Pirko | 1 | -1/+3 |
2012-11-21 | team: bcast: convert return value of team_dev_queue_xmit() to bool correctly | Jiri Pirko | 1 | -3/+3 |
2012-10-04 | team: set qdisc_tx_busylock to avoid LOCKDEP splat | Eric Dumazet | 1 | -0/+2 |
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 | 4 | -32/+77 |
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 |