Age | Commit message (Expand) | Author | Files | Lines |
2015-02-02 | team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellin... | Roopa Prabhu | 1 | -1/+4 |
2015-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+14 |
2015-01-15 | team: avoid possible underflow of count_pending value for notify_peers and mc... | Jiri Pirko | 1 | -2/+14 |
2015-01-13 | team: Remove dead code | Kenneth Williams | 1 | -7/+0 |
2014-11-13 | net: generic dev_disable_lro() stacked device handling | Michal Kubeček | 1 | -0/+3 |
2014-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -3/+5 |
2014-10-05 | team: avoid race condition in scheduling delayed work | Joe Lawrence | 1 | -2/+2 |
2014-08-26 | team: set IFF_TEAM_PORT priv_flag after rx_handler is registered | Jiri Pirko | 1 | -14/+30 |
2014-08-06 | team: Simplify return path of team_newlink | Toshiaki Makita | 1 | -7/+1 |
2014-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
2014-06-03 | team: fix mtu setting | Jiri Pirko | 1 | -1/+6 |
2014-05-22 | teaming: fix vlan_features computing | Michal Kubeček | 1 | -1/+1 |
2014-04-24 | team: forbid incorrect fall-through in notifier | Jiri Pirko | 1 | -0/+2 |
2014-03-30 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 1 | -9/+7 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-02-17 | netdevice: add queue selection fallback handler for ndo_select_queue | Daniel Borkmann | 1 | -1/+1 |
2014-02-15 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -7/+1 |
2014-01-23 | team: Don't allow team devices to change network namespaces. | Weilong Chen | 1 | -0/+4 |
2014-01-17 | team: block mtu change before it happens via NETDEV_PRECHANGEMTU | Veaceslav Falico | 1 | -1/+1 |
2014-01-10 | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 1 | -1/+2 |
2013-11-30 | team: fix master carrier set when user linkup is enabled | Jiri Pirko | 1 | -0/+4 |
2013-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -22/+7 |
2013-11-20 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -20/+5 |
2013-11-20 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -2/+3 |
2013-11-20 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+1 |
2013-11-15 | genetlink: make all genl_ops users const | Johannes Berg | 1 | -1/+1 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+6 |
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 | 1 | -1/+1 |
2013-06-12 | team: remove synchronize_rcu() called during port disable | Jiri Pirko | 1 | -15/+5 |
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-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-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 two default team_modeop functions and use them in modes | Jiri Pirko | 1 | -3/+16 |
2013-02-07 | team: allow userspace to take control over carrier | Flavio Leitner | 1 | -0/+8 |