Age | Commit message (Expand) | Author |
2016-08-19 | random32: add prandom_u32_max and convert open coded users | Daniel Borkmann |
2016-02-12 | team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid | Ido Schimmel |
2015-03-12 | team: don't traverse port list using rcu in team_set_mac_address | Jiri Pirko |
2015-03-12 | team: fix possible null pointer dereference in team_handle_frame | Jiri Pirko |
2015-01-26 | team: avoid possible underflow of count_pending value for notify_peers and mc... | Jiri Pirko |
2014-10-17 | team: avoid race condition in scheduling delayed work | Joe Lawrence |
2014-06-23 | team: fix mtu setting | Jiri Pirko |
2013-12-08 | team: fix master carrier set when user linkup is enabled | Jiri Pirko |
2013-09-03 | net: team: inherit addr_assign_type along with dev_addr | Bjørn Mork |
2013-07-26 | team: cleanup netpoll clode | stephen hemminger |
2013-07-23 | team: add support for sending multicast rejoins | Jiri Pirko |
2013-07-23 | net: convert resend IGMP to notifier event | Jiri Pirko |
2013-07-23 | team: add peer notification | Jiri Pirko |
2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-06-12 | team: remove synchronize_rcu() called during port disable | Jiri Pirko |
2013-06-12 | team: use kfree_rcu instead of synchronize_rcu in team_port_dev | Jiri Pirko |
2013-06-12 | team: remove synchronize_rcu() called during queue override change | Jiri Pirko |
2013-06-12 | team: move add to port list before port enablement | Jiri Pirko |
2013-06-12 | team: check return value of team_get_port_by_index_rcu() for NULL | Jiri Pirko |
2013-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-05-31 | team: fix port list dump for big number of ports | Jiri Pirko |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko |
2013-05-07 | drivers/net: rename random32() to prandom_u32() | Akinobu Mita |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-04-15 | team: Use new sync_multiple api to sync devices adressess. | Vlad Yasevich |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-09 | team: make local function static | stephen hemminger |
2013-03-07 | team: unsyc the devices addresses when port is removed | Vlad Yasevich |
2013-03-06 | team: introduce random mode | Jiri Pirko |
2013-03-06 | team: introduce two default team_modeop functions and use them in modes | Jiri Pirko |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-02-06 | team: allow userspace to take control over carrier | Flavio Leitner |
2013-02-04 | team: ab: set active port option as changed when port is leaving | Jiri Pirko |
2013-02-04 | team: move netlink event notifiers after team_port_leave() | Jiri Pirko |
2013-02-04 | team: handle sending port list in the same way option list is sent | Jiri Pirko |
2013-01-11 | drivers/net/team: remove depends on CONFIG_EXPERIMENTAL | Kees Cook |
2013-01-06 | team: use strlcpy with ethtool_drvinfo fields | Flavio Leitner |
2013-01-04 | team: remove usage of netdev_set_master() | Jiri Pirko |
2013-01-03 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko |
2013-01-03 | team: update master carrier state | Flavio Leitner |
2012-12-30 | team: add ethtool support | Flavio Leitner |
2012-12-30 | team: implement carrier change | Flavio Leitner |
2012-11-28 | team: fix hw_features setup | Jiri Pirko |
2012-11-21 | team: bcast: convert return value of team_dev_queue_xmit() to bool correctly | Jiri Pirko |
2012-10-04 | team: set qdisc_tx_busylock to avoid LOCKDEP splat | Eric Dumazet |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-27 | team: fix return value check | Wei Yongjun |
2012-09-22 | team: send port changed when added | Jiri Pirko |
2012-09-21 | team: send port changed when added | Jiri Pirko |